|
Class Summary |
| ActionManager |
simple manager for adding/removing ActionListeners and
dispatch ActionEvents to listeners
|
| ListModelManager |
ListModelManager.
Makes easy to implement own ListModel without extending AbstractListModel. |
| PropertyChangeManager |
PropertyChangeManager.java
PropertyChangeManager use intern javax.swing.PropertyChangeSupport
Makes easy to support property changing
(adding PropertyChangeListener/ firing PropertyChange events) in own classes |
| TableModelManager |
TableModelManager - easy way to manage listeners and deliver events. |