Package adams.gui.laf
Class FlatLafLight
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.gui.laf.AbstractLookAndFeel
-
- adams.gui.laf.AbstractFlatLaf
-
- adams.gui.laf.FlatLafLight
-
- All Implemented Interfaces:
LoggingSupporter
,SizeOfHandler
,Serializable
public class FlatLafLight extends AbstractFlatLaf
FlatLaf light 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 FlatLafLight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doInstall()
Installs the look and feel.String
getName()
Returns the name for this look and feel.-
Methods inherited from class adams.gui.laf.AbstractFlatLaf
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
-
doInstall
public void doInstall() throws Exception
Installs the look and feel.- Overrides:
doInstall
in classAbstractFlatLaf
- Throws:
Exception
- if installation fails
-
-