|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluemarsh.jswat.ui.MainWindow.ActionChangedListener
Watches for changes in the actions and deals with them by changing the corresponding menu items or toolbar buttons.
Constructor Summary | |
MainWindow.ActionChangedListener(javax.swing.JComponent c)
Constructor for our action change listener. |
Method Summary | |
void |
propertyChange(java.beans.PropertyChangeEvent e)
Handles changes in the action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MainWindow.ActionChangedListener(javax.swing.JComponent c)
c
- component we are to associate with.Method Detail |
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
e
- property change event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |