public class OdsxDebugLevelEditorPaneValue extends FwkDialogPaneValue implements java.lang.Cloneable
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected int |
debugLevel |
protected java.lang.String |
logFile |
getHt, ident, propertyChange, setHt, version
Constructor and Description |
---|
OdsxDebugLevelEditorPaneValue()
The construtor.
|
OdsxDebugLevelEditorPaneValue(java.lang.String logFile,
int debugLevel)
The construtor.
|
OdsxDebugLevelEditorPaneValue(java.lang.String ident,
java.lang.String logFile,
int debugLevel)
The construtor.
|
Modifier and Type | Method and Description |
---|---|
int |
getDebugLevel()
Get the debug level.
|
java.lang.String |
getLogFile()
Get the log file.
|
static void |
main(java.lang.String[] args)
The Main Body to test the class.
|
void |
setDebugLevel(int debugLevel)
Set the debug level.
|
void |
setLogFile(java.lang.String logFile)
Set the log file.
|
java.lang.String |
toString()
Get a string presentation of the value.
|
addPropertyChangeListener, addPropertyChangeListener, entrySet, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getIdent, getProperties, getProperty, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, getVersion, isPropertyChangeEventSuspended, release, removePropertyChangeListener, removePropertyChangeListener, setIdent, setProperties, setProperty, setSource, suspendPropertyChangeEvents
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
public OdsxDebugLevelEditorPaneValue()
public OdsxDebugLevelEditorPaneValue(java.lang.String logFile, int debugLevel)
ae
- an application elementpublic OdsxDebugLevelEditorPaneValue(java.lang.String ident, java.lang.String logFile, int debugLevel)
ae
- an application elementpublic void setDebugLevel(int debugLevel)
debugLevel
- the new debug level.public int getDebugLevel()
public void setLogFile(java.lang.String logFile)
logFile
- the file for logging.public java.lang.String getLogFile()
public java.lang.String toString()
toString
in class FwkDialogPaneValue
public static void main(java.lang.String[] args)