Uses of Class
com.jgoodies.metamorphosis.Style

Uses of Style in com.jgoodies.metamorphosis
 

Fields in com.jgoodies.metamorphosis declared as Style
(package private) static Style Style.ADVANCED
           
(package private) static Style Style.ADVANCEDX
           
(package private) static Style Style.current
           
(package private) static Style Style.ELEGANT
           
(package private) static Style Style.ELEGANTX
           
(package private) static Style Style.FRANKEN
           
(package private) static Style Style.ROOKIE
           
(package private) static Style Style.STANDARD
           
(package private) static Style Style.STANDARDX
           
 

Fields in com.jgoodies.metamorphosis with type parameters of type Style
private static List<Style> Style.ALL
           
 

Methods in com.jgoodies.metamorphosis that return Style
static Style Style.getCurrent()
           
static Style Style.valueOf(String styleName)
           
 

Methods in com.jgoodies.metamorphosis with parameters of type Style
private  JButton StartPageView.createButton(String label, Style style)
          Creates and answers a button that launches the specified style.
(package private)  void Metamorphosis.doLaunch(Style style)
          Launches Fakeclipse: stores bounds of an existing frame, configures the fake, opens the fake, and finally listens to fake frame close events.
(package private) static Fakeclipse Fakeclipse.openOn(Style style, Rectangle bounds)
          Creates and opens a DemoFrame that can access the given Launcher; uses the specified bounds, if non-null.
static void Style.setCurrent(Style newStyle)
           
 



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.