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 String
getDescription()
String
getID()
String
getName()
protected void
initComponentDefaults(UIDefaults table)
boolean
isNativeLookAndFeel()
boolean
isSupportedLookAndFeel()
static void
setLookAndFeel()
-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, getDefaults, initClassDefaults, 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:
getName
in classLookAndFeel
-
getID
public String getID()
- Specified by:
getID
in classLookAndFeel
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classLookAndFeel
-
isNativeLookAndFeel
public boolean isNativeLookAndFeel()
- Specified by:
isNativeLookAndFeel
in classLookAndFeel
-
isSupportedLookAndFeel
public boolean isSupportedLookAndFeel()
- Specified by:
isSupportedLookAndFeel
in classLookAndFeel
-
initComponentDefaults
protected void initComponentDefaults(UIDefaults table)
- Overrides:
initComponentDefaults
in classBasicLookAndFeel
-
setLookAndFeel
public static void setLookAndFeel()
-
-