Serialized Form
scrollPane
javax.swing.JScrollPane scrollPane
textArea
javax.swing.JTextArea textArea
consoleOutputStream
imx.lib.gui.Console.ConsoleOutputStream consoleOutputStream
maxSize
int maxSize
cutSize
int cutSize
dividerPos
double dividerPos
setDividerPos
boolean setDividerPos
mode
java.lang.String mode
windowPort
javax.swing.JComponent[] windowPort
menuBGroup
javax.swing.ButtonGroup[] menuBGroup
menu
javax.swing.JMenu[] menu
listenerBag
ListenerBag listenerBag
name
java.lang.String name
map
java.util.HashMap map
listenerBag
ListenerBag listenerBag
name
java.lang.String name
listenerSet
java.util.Set listenerSet
locked
int locked
fillLoggerNodes
boolean fillLoggerNodes
loggerListenerBag
ListenerBag loggerListenerBag
handlerSet
ActiveArrayList handlerSet
- Use the static final public Active... variables to register listeners if
you want to know, when somebody changes them. To modify their contents you
should use the methods from the public config interface, because they are
more type save.
handlerSet contains all handler, that can be selected for loggers.
handlerCreatorSet
ActiveArrayList handlerCreatorSet
- contains all creators that will create a new handler, when selected.
This creators are showed, when the new button of the handler list
is selected.
filterSet
ActiveArrayList filterSet
- Contains all filter, that can be selected for a logger or handler.
filterCreatorSet
ActiveArrayList filterCreatorSet
- Contains all creators that will create a new filter, when selected.
This creators are showed, when the new button of the filter list
is selected.
formatterSet
ActiveArrayList formatterSet
- Contains all formatter, that can be selected for a handler.
formatterCreatorSet
ActiveArrayList formatterCreatorSet
- contains all creators that will create a new formatter, when selected.
This creators are showed, when the new button of the formatter list
is selected.
levelSet
ActiveArrayList levelSet
- Contains all levels, that can be selected for a logger or handler.
classViews
ActiveClassMap classViews
- Here you can register for each object (logger, handler, filter, formatter)
a view, so the logGui knows how to represent and edit it.
loggerStoreList
java.util.List loggerStoreList
- used to store the logger configuration, when serializing.
|
Package imx.loggui.filter |
name
java.lang.String name
noText
java.lang.String noText
yesText
java.lang.String yesText
nameLabel
javax.swing.JLabel nameLabel
nameTextField
NameTextField nameTextField
yesLabel
javax.swing.JLabel yesLabel
yesTextField
ITextField yesTextField
noLabel
javax.swing.JLabel noLabel
noTextField
ITextField noTextField
|
Package imx.loggui.formatter |
name
java.lang.String name
name
java.lang.String name
sequenceNumber
boolean sequenceNumber
date
boolean date
time
boolean time
threadID
boolean threadID
newLine1
boolean newLine1
loggerName
boolean loggerName
level
boolean level
sourceClassName
boolean sourceClassName
sourceMethodName
boolean sourceMethodName
newLine2
boolean newLine2
message
boolean message
newLine3
boolean newLine3
nameLabel
javax.swing.JLabel nameLabel
nameTextField
NameTextField nameTextField
sequenceCheckBox
ICheckBox sequenceCheckBox
dateCheckBox
ICheckBox dateCheckBox
timeCheckBox
ICheckBox timeCheckBox
threadIDCheckBox
ICheckBox threadIDCheckBox
newLine1CheckBox
ICheckBox newLine1CheckBox
loggerCheckBox
ICheckBox loggerCheckBox
levelCheckBox
ICheckBox levelCheckBox
classCheckBox
ICheckBox classCheckBox
methodCheckBox
ICheckBox methodCheckBox
newLine2CheckBox
ICheckBox newLine2CheckBox
messageCheckBox
ICheckBox messageCheckBox
newLine3CheckBox
ICheckBox newLine3CheckBox
name
java.lang.String name
|
Package imx.loggui.handler |
pattern
java.lang.String pattern
limit
int limit
count
int count
append
boolean append
handler
ConfigurableFileHandler handler
nameLabel
javax.swing.JLabel nameLabel
nameTextField
NameTextField nameTextField
levelLabel
javax.swing.JLabel levelLabel
levelComboBox
IComboBox levelComboBox
filterLabel
javax.swing.JLabel filterLabel
filterComboBox
IComboBox filterComboBox
formatterLabel
javax.swing.JLabel formatterLabel
formatterComboBox
IComboBox formatterComboBox
encodingLabel
javax.swing.JLabel encodingLabel
encodingComboBox
IComboBox encodingComboBox
patternLabel
javax.swing.JLabel patternLabel
patternTextField
ITextField patternTextField
limitLabel
javax.swing.JLabel limitLabel
limitTextField
IIntegerField limitTextField
countLabel
javax.swing.JLabel countLabel
countTextField
IIntegerField countTextField
appendLabel
javax.swing.JLabel appendLabel
appendCheckBox
ICheckBox appendCheckBox
okButton
javax.swing.JButton okButton
cancelButton
javax.swing.JButton cancelButton
changeListener
ListenerInterface changeListener
streamName
java.lang.String streamName
nameLabel
javax.swing.JLabel nameLabel
nameTextField
NameTextField nameTextField
levelLabel
javax.swing.JLabel levelLabel
levelComboBox
IComboBox levelComboBox
filterLabel
javax.swing.JLabel filterLabel
filterComboBox
IComboBox filterComboBox
formatterLabel
javax.swing.JLabel formatterLabel
formatterComboBox
IComboBox formatterComboBox
encodingLabel
javax.swing.JLabel encodingLabel
encodingComboBox
IComboBox encodingComboBox
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
propertyOwner
java.lang.Object propertyOwner
propertyName
java.lang.String propertyName
bufferChange
boolean bufferChange
itemListenerLock
boolean itemListenerLock
changeListener
ListenerBag changeListener
- Add to changeListener a listener, if you want to be informed when the
check box is modified. The value is passed to the update method of
the listener as a Boolean object.
collection
ActiveCollection collection
viewMap
ActiveClassMap viewMap
creators
java.util.Collection creators
selectionListener
ListenerBag selectionListener
list
javax.swing.JList list
collection
ActiveCollection collection
ignoreNullValues
boolean ignoreNullValues
propertyOwner
java.lang.Object propertyOwner
propertyName
java.lang.String propertyName
propertyClass
java.lang.Class propertyClass
collection
ActiveCollection collection
nullValueText
java.lang.String nullValueText
bufferChange
boolean bufferChange
itemListenerLock
int itemListenerLock
selectionListener
ListenerBag selectionListener
- Add to selectionListener a listener, if you want to know about selection changes.
The newly selected item will be passed to the update method.
propertyOwner
java.lang.Object propertyOwner
propertyName
java.lang.String propertyName
bufferChange
boolean bufferChange
itemListenerLock
boolean itemListenerLock
changeListener
ListenerBag changeListener
- Add to changeListener a listener, if you want to be informed when the
text is edited. The new text string is passed to the update method of
the listener.
propertyOwner
java.lang.Object propertyOwner
propertyName
java.lang.String propertyName
bufferChange
boolean bufferChange
itemListenerLock
boolean itemListenerLock
changeListener
ListenerBag changeListener
- Add to changeListener a listener, if you want to be informed when the
text is edited. The new text string is passed to the update method of
the listener.
propertyOwner
java.lang.Object propertyOwner
bufferChange
boolean bufferChange
itemListenerLock
boolean itemListenerLock
changeListener
ListenerBag changeListener
- Add to changeListener a listener, if you want to be informed when the
text is edited. The new text string is passed to the update method of
the listener.
|
Package imx.loggui.logger |
tree
javax.swing.JTree tree
selectionListener
ListenerBag selectionListener
- Register your listener here, if you want to be notified of a logger selection.
currentLogger
java.util.logging.Logger currentLogger
nameLabel
javax.swing.JLabel nameLabel
nameTextField
ITextField nameTextField
levelLabel
javax.swing.JLabel levelLabel
levelComboBox
IComboBox levelComboBox
handlerLabel
javax.swing.JLabel handlerLabel
handlerComboBox
IComboBox handlerComboBox
filterLabel
javax.swing.JLabel filterLabel
filterComboBox
IComboBox filterComboBox