Package editor
Class GosuLabLAF
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- editor.GosuLabLAF
-
- All Implemented Interfaces:
Serializable
public class GosuLabLAF extends BasicLookAndFeel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GosuLabLAF()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UIDefaultsgetDefaults()StringgetDescription()StringgetID()StringgetName()protected voidinitClassDefaults(UIDefaults table)booleanisNativeLookAndFeel()booleanisSupportedLookAndFeel()static voidmakeNice()static voidsetLookAndFeel()-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initComponentDefaults, initialize, initSystemColorDefaults, loadSystemColors, playSound, uninitialize
-
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getLayoutStyle, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein classLookAndFeel
-
getID
public String getID()
- Specified by:
getIDin classLookAndFeel
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classLookAndFeel
-
isNativeLookAndFeel
public boolean isNativeLookAndFeel()
- Specified by:
isNativeLookAndFeelin classLookAndFeel
-
isSupportedLookAndFeel
public boolean isSupportedLookAndFeel()
- Specified by:
isSupportedLookAndFeelin classLookAndFeel
-
getDefaults
public UIDefaults getDefaults()
- Overrides:
getDefaultsin classBasicLookAndFeel
-
initClassDefaults
protected void initClassDefaults(UIDefaults table)
- Overrides:
initClassDefaultsin classBasicLookAndFeel
-
setLookAndFeel
public static void setLookAndFeel()
-
makeNice
public static void makeNice()
-
-