|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookAndFeelItem | |
org.gjt.btools.gui.lookandfeel | Facilitates allowing the user to change the look and feel. |
Uses of LookAndFeelItem in org.gjt.btools.gui.lookandfeel |
Methods in org.gjt.btools.gui.lookandfeel that return LookAndFeelItem | |
static LookAndFeelItem[] |
LookAndFeelItem.getInstalledLookAndFeels()
Returns a list of all available look and feels. |
LookAndFeelItem |
LookAndFeelChooser.getSelectedItem()
Return the look and feel that has been selected by the user. |
static LookAndFeelItem |
LookAndFeelChooser.chooseLookAndFeel(java.awt.Frame parent)
Create and run a new dialog with which to select a look and feel, and return the user's selection. |
static LookAndFeelItem |
LookAndFeelChooser.chooseLookAndFeel(java.awt.Dialog parent)
Create and run a new dialog with which to select a look and feel, and return the user's selection. |
Methods in org.gjt.btools.gui.lookandfeel with parameters of type LookAndFeelItem | |
boolean |
LookAndFeelSetter.setLookAndFeel(LookAndFeelItem lookAndFeel)
Changes the swing look and feel to the given look and feel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |