Serialized Form


Package imx.lib.gui

Class imx.lib.gui.Console extends javax.swing.JPanel implements Serializable

Serialized Fields

scrollPane

javax.swing.JScrollPane scrollPane

textArea

javax.swing.JTextArea textArea

consoleOutputStream

imx.lib.gui.Console.ConsoleOutputStream consoleOutputStream

maxSize

int maxSize

cutSize

int cutSize

Class imx.lib.gui.DividerPosSplitPane extends javax.swing.JSplitPane implements Serializable

Serialized Fields

dividerPos

double dividerPos

setDividerPos

boolean setDividerPos

Class imx.lib.gui.FileMenuHandler.OpenException extends java.lang.Exception implements Serializable

Class imx.lib.gui.FileMenuHandler.SaveException extends java.lang.Exception implements Serializable

Class imx.lib.gui.WindowsHandler extends javax.swing.JPanel implements Serializable

Serialized Fields

mode

java.lang.String mode

windowPort

javax.swing.JComponent[] windowPort

menuBGroup

javax.swing.ButtonGroup[] menuBGroup

menu

javax.swing.JMenu[] menu

Package imx.lib.listener

Class imx.lib.listener.ActiveArrayList extends java.util.ArrayList implements Serializable

Serialized Fields

listenerBag

ListenerBag listenerBag

name

java.lang.String name

Class imx.lib.listener.ActiveClassMap extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.HashMap map

listenerBag

ListenerBag listenerBag

Class imx.lib.listener.ListenerBag extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

listenerSet

java.util.Set listenerSet

locked

int locked

Package imx.loggui

Class imx.loggui.InforMatrixPanel extends javax.swing.JPanel implements Serializable

Class imx.loggui.LogMaster extends java.lang.Object implements Serializable

Serialized Fields

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.

Class imx.loggui.LogMasterApplet extends javax.swing.JApplet implements Serializable

Class imx.loggui.LogMasterMenuBar extends javax.swing.JMenuBar implements Serializable

Class imx.loggui.LogMasterView extends javax.swing.JPanel implements Serializable


Package imx.loggui.filter

Class imx.loggui.filter.TextFilter extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

noText

java.lang.String noText

yesText

java.lang.String yesText

Class imx.loggui.filter.TextFilterView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class imx.loggui.formatter.SimpleFormatter extends java.util.logging.SimpleFormatter implements Serializable

Serialized Fields

name

java.lang.String name

Class imx.loggui.formatter.SimpleSelect extends java.util.logging.Formatter implements Serializable

Serialized Fields

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

Class imx.loggui.formatter.SimpleSelectView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class imx.loggui.formatter.XMLFormatter extends java.util.logging.XMLFormatter implements Serializable

Serialized Fields

name

java.lang.String name

Package imx.loggui.handler

Class imx.loggui.handler.ConfigurableFileHandler extends SerializableHandler implements Serializable

Serialized Fields

pattern

java.lang.String pattern

limit

int limit

count

int count

append

boolean append

Class imx.loggui.handler.ConfigurableFileView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class imx.loggui.handler.DefaultStreamHandler extends SerializableHandler implements Serializable

Serialized Fields

streamName

java.lang.String streamName

Class imx.loggui.handler.HandlerView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class imx.loggui.handler.SerializableHandler extends java.util.logging.Handler implements Serializable

Serialization Methods

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
Serialized Fields

name

java.lang.String name

Package imx.loggui.lib

Class imx.loggui.lib.ICheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

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.

Class imx.loggui.lib.ICollectionEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

collection

ActiveCollection collection

viewMap

ActiveClassMap viewMap

creators

java.util.Collection creators

Class imx.loggui.lib.ICollectionSelector extends javax.swing.JScrollPane implements Serializable

Serialized Fields

selectionListener

ListenerBag selectionListener

list

javax.swing.JList list

collection

ActiveCollection collection

ignoreNullValues

boolean ignoreNullValues

Class imx.loggui.lib.IComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

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.

Class imx.loggui.lib.IIntegerField extends javax.swing.JTextField implements Serializable

Serialized Fields

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.

Class imx.loggui.lib.ITextField extends javax.swing.JTextField implements Serializable

Serialized Fields

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.

Class imx.loggui.lib.NameTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

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

Class imx.loggui.logger.LoggerSelector extends javax.swing.JScrollPane implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

selectionListener

ListenerBag selectionListener
Register your listener here, if you want to be notified of a logger selection.

Class imx.loggui.logger.LoggerView extends javax.swing.JPanel implements Serializable

Serialized Fields

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