Package adams.gui.laf
Class Windows
-
- All Implemented Interfaces:
LoggingSupporter,SizeOfHandler,Serializable
public class Windows extends AbstractSimpleLookAndFeel
Windows look and feel.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.gui.laf.AbstractLookAndFeel
FILENAME, KEY_LOOKANDFEEL, m_Current
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description Windows()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetLookAndFeelClassname()Returns the classname of the look and feel to use.StringgetName()Returns the name for this look and feel.booleanisAvailable()Checks whether the look and feel is available.-
Methods inherited from class adams.gui.laf.AbstractSimpleLookAndFeel
doInstall
-
Methods inherited from class adams.gui.laf.AbstractLookAndFeel
getCurrent, getLookAndFeels, getPropertiesFilename, hasCurrent, install, installLookAndFeel, installLookAndFeel, isFlat
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
-
-
-
Method Detail
-
getName
public String getName()
Returns the name for this look and feel.- Specified by:
getNamein classAbstractLookAndFeel- Returns:
- the name
-
isAvailable
public boolean isAvailable()
Checks whether the look and feel is available.- Overrides:
isAvailablein classAbstractSimpleLookAndFeel- Returns:
- true if available
-
getLookAndFeelClassname
protected String getLookAndFeelClassname()
Returns the classname of the look and feel to use.- Specified by:
getLookAndFeelClassnamein classAbstractSimpleLookAndFeel- Returns:
- the classname
-
-