Package adams.gui.laf
Class GTK
-
- All Implemented Interfaces:
LoggingSupporter
,SizeOfHandler
,Serializable
public class GTK extends AbstractSimpleLookAndFeel
GTK 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 GTK()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getLookAndFeelClassname()
Returns the classname of the look and feel to use.String
getName()
Returns the name for this look and feel.boolean
isAvailable()
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, install, installLookAndFeel, installLookAndFeel
-
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:
getName
in classAbstractLookAndFeel
- Returns:
- the name
-
isAvailable
public boolean isAvailable()
Checks whether the look and feel is available.- Overrides:
isAvailable
in classAbstractSimpleLookAndFeel
- Returns:
- true if available
-
getLookAndFeelClassname
protected String getLookAndFeelClassname()
Returns the classname of the look and feel to use.- Specified by:
getLookAndFeelClassname
in classAbstractSimpleLookAndFeel
- Returns:
- the classname
-
-