Package adams.gui.laf
Class CrossPlatform
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.gui.laf.AbstractLookAndFeel
-
- adams.gui.laf.AbstractSimpleLookAndFeel
-
- adams.gui.laf.CrossPlatform
-
- All Implemented Interfaces:
LoggingSupporter
,SizeOfHandler
,Serializable
public class CrossPlatform extends AbstractSimpleLookAndFeel
Metal 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 CrossPlatform()
-
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.-
Methods inherited from class adams.gui.laf.AbstractSimpleLookAndFeel
doInstall, isAvailable
-
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
-
getLookAndFeelClassname
protected String getLookAndFeelClassname()
Returns the classname of the look and feel to use.- Specified by:
getLookAndFeelClassname
in classAbstractSimpleLookAndFeel
- Returns:
- the classname
-
-