Package imx.loggui.lib

Interface Summary
CreatorInterface A creator, that implements the creator interface, should create a new instance of some designated class, when the method create() is called.
NameInterface An interface, so that an object can have a name or label which can be set and retrieved.
 

Class Summary
DefaultCreator This object can create a new instance from a given Class type.
ICheckBox This check box attaches to the boolean property of an object.
ICollectionEditor This Editor can add or remove objects from a collection.
ICollectionSelector This JList shows the elements of an ActiveCollection in a selection list.
IComboBox This combo box attaches to the property of an object.
IIntegerField This text field attaches to the Integer property of an object.
ITextField This text field attaches to the property of an object.
NameTextField This text field allows to edit the name of an object, provided the object implements the NameInterface.
Util This class contains some global useful static methods, which found no home elsewhere.