All Packages Class Hierarchy This Package Previous Next Index
Class eh.eh_DebugBoxAction
java.lang.Object
|
+----com.sun.java.swing.AbstractAction
|
+----xu.xu_CheckBoxAction
|
+----eh.eh_DebugBoxAction
- public class eh_DebugBoxAction
- extends xu_CheckBoxAction
Toggle display of the debug output box.
-
eh_DebugBoxAction()
-
-
actionPerformed(ActionEvent)
-
-
conformToState()
- Take whatever steps are necessary to bring the Action into line with what
the controlling check box wishes (as indicated by the value of StateFlag).
-
createDebugFrame()
- Create the debug frame - if it does not exist.
-
getDebugFrame()
- Get the debug frame - or null if it does not exist.
-
removeDebugFrame()
- Remove the debug frame - if it exists.
eh_DebugBoxAction
public eh_DebugBoxAction()
actionPerformed
public void actionPerformed(ActionEvent InputActionEvent)
- Overrides:
- actionPerformed in class xu_CheckBoxAction
conformToState
public void conformToState()
- Take whatever steps are necessary to bring the Action into line with what
the controlling check box wishes (as indicated by the value of StateFlag).
This method may be called either when the associated menu item is selected
(ie. called by actionPerformed) or during initialization.
createDebugFrame
public void createDebugFrame()
- Create the debug frame - if it does not exist.
removeDebugFrame
public void removeDebugFrame()
- Remove the debug frame - if it exists.
getDebugFrame
public eh_DebugFrame getDebugFrame()
- Get the debug frame - or null if it does not exist.
- Returns:
- The debug frame itself.
All Packages Class Hierarchy This Package Previous Next Index