synergynetframework.config.logging
Class LoggingConfigPrefsItem

java.lang.Object
  extended by synergynetframework.config.logging.LoggingConfigPrefsItem
All Implemented Interfaces:
PreferencesItem

public class LoggingConfigPrefsItem
extends java.lang.Object
implements PreferencesItem

The Class LoggingConfigPrefsItem.


Nested Class Summary
static class LoggingConfigPrefsItem.LoggingLevel
          The Enum LoggingLevel.
 
Constructor Summary
LoggingConfigPrefsItem()
           
 
Method Summary
 javax.swing.JPanel getConfigurationPanel()
          Gets the configuration panel.
 LoggingConfigPrefsItem.LoggingLevel getLoggingLevel()
          Gets the logging level.
 java.lang.String getName()
          Gets the name.
 void setLoggingLevel(LoggingConfigPrefsItem.LoggingLevel loggingLevel)
          Sets the logging level.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingConfigPrefsItem

public LoggingConfigPrefsItem()
Method Detail

getConfigurationPanel

public javax.swing.JPanel getConfigurationPanel()
Description copied from interface: PreferencesItem
Gets the configuration panel.

Specified by:
getConfigurationPanel in interface PreferencesItem
Returns:
the configuration panel

getLoggingLevel

public LoggingConfigPrefsItem.LoggingLevel getLoggingLevel()
Gets the logging level.

Returns:
the logging level

getName

public java.lang.String getName()
Description copied from interface: PreferencesItem
Gets the name.

Specified by:
getName in interface PreferencesItem
Returns:
the name

setLoggingLevel

public void setLoggingLevel(LoggingConfigPrefsItem.LoggingLevel loggingLevel)
Sets the logging level.

Parameters:
loggingLevel - the new logging level