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 StringgetLookAndFeelClassname()Returns the classname of the look and feel to use.StringgetName()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, 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
-
getLookAndFeelClassname
protected String getLookAndFeelClassname()
Returns the classname of the look and feel to use.- Specified by:
getLookAndFeelClassnamein classAbstractSimpleLookAndFeel- Returns:
- the classname
-
-