Package org.omegat.gui.theme
Class DefaultClassicTheme
- java.lang.Object
- 
- javax.swing.LookAndFeel
- 
- javax.swing.plaf.basic.BasicLookAndFeel
- 
- org.omegat.gui.theme.DelegatingLookAndFeel
- 
- org.omegat.gui.theme.DefaultClassicTheme
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DefaultClassicTheme extends DelegatingLookAndFeel - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultClassicTheme()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.UIDefaultsgetDefaults()java.lang.StringgetDescription()java.lang.StringgetID()java.lang.StringgetName()static voidloadPlugins()static javax.swing.UIDefaultssetDefaults(javax.swing.UIDefaults defaults)Apply theme default values to the suppliedUIDefaultsobject.static voidunloadPlugins()- 
Methods inherited from class org.omegat.gui.theme.DelegatingLookAndFeelgetDisabledIcon, getDisabledSelectedIcon, getLayoutStyle, getSupportsWindowDecorations, initialize, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, uninitialize
 
- 
 
- 
- 
- 
Method Detail- 
loadPluginspublic static void loadPlugins() 
 - 
unloadPluginspublic static void unloadPlugins() 
 - 
getNamepublic java.lang.String getName() - Specified by:
- getNamein class- javax.swing.LookAndFeel
 
 - 
getIDpublic java.lang.String getID() - Specified by:
- getIDin class- javax.swing.LookAndFeel
 
 - 
getDescriptionpublic java.lang.String getDescription() - Specified by:
- getDescriptionin class- javax.swing.LookAndFeel
 
 - 
getDefaultspublic javax.swing.UIDefaults getDefaults() - Overrides:
- getDefaultsin class- DelegatingLookAndFeel
 
 - 
setDefaultspublic static javax.swing.UIDefaults setDefaults(javax.swing.UIDefaults defaults) Apply theme default values to the suppliedUIDefaultsobject. Suitable for third-party themes that want to modify the default theme.- Parameters:
- defaults- the- UIDefaultsobject such as from- LookAndFeel.getDefaults()
- Returns:
- the modified UIDefaultsobject
 
 
- 
 
-