|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
DialogDismissListener | This class represents a listener that is notified when a dialog window is dismissed. |
HierarchicalAssociationListener | This class defines the messages that can be sent by an object that takes part in some type of hierarchical association (e.g., a tree). |
LinearAssociationListener | This class defines the messages that can be sent by an object that takes part in some type of linear association (e.g., a list). |
PropertyChangeSource | Interface that must be implemented by objects that are sources of
PropertyChangeEvent s. |
TreeModelListener | This class represents a listener that is notified of changes in a tree model. |
WorkspaceListener | This class represents a listener that is notified of changes in a
WorkspaceManager . |
Class Summary | |
ActionSupport | A support object for generating ActionEvent s. |
BasicTreeModelListener | A trivial implementation of TreeModelListener , with all
methods implemented as no-ops. |
BasicWorkspaceListener | A trivial implementation of WorkspaceListener , with all
methods implemented as no-ops. |
ChangeSupport | A support object for generating ChangeEvent s. |
DialogDismissEvent | Event generated by one of the Kiwi dialog classes when it has been dismissed via an OK or Cancel button. |
HierarchicalAssociationEvent | A hierarchical association event. |
HierarchicalAssociationSupport | A support object for generating HierarchicalSssociationEvent s. |
LinearAssociationEvent | A linear association event. |
LinearAssociationSupport | A support object for generating LinearAssociationEvent s. |
TreeModelEvent | Event generated by an ITreeModel to notify its listeners that
the structure or state of the hierarchical data structure has changed in
some way. |
WorkspaceEvent | Event generated by a WorkspaceManager object to notify
listeners that a WorkspaceEditor 's state has changed in some
way. |
Kiwi event objects and event listener interfaces.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |