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.


Constructor Index

 o eh_DebugBoxAction()

Method Index

 o actionPerformed(ActionEvent)
 o 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).
 o createDebugFrame()
Create the debug frame - if it does not exist.
 o getDebugFrame()
Get the debug frame - or null if it does not exist.
 o removeDebugFrame()
Remove the debug frame - if it exists.

Constructors

 o eh_DebugBoxAction
 public eh_DebugBoxAction()

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent InputActionEvent)
Overrides:
actionPerformed in class xu_CheckBoxAction
 o 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.

 o createDebugFrame
 public void createDebugFrame()
Create the debug frame - if it does not exist.

 o removeDebugFrame
 public void removeDebugFrame()
Remove the debug frame - if it exists.

 o 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