org.ceryle.ui.help
Class HideAction
java.lang.Object
org.ceryle.ui.help.HelpAction
org.ceryle.ui.help.HideAction
public class HideAction
- extends HelpAction
Extends HelpAction to hide the Help dialog.
- Since:
- JDK1.4
- Version:
- $Id: HideAction.java,v 3.6 2007-06-15 12:09:45 altheim Exp $
- Author:
- Murray Altheim
|
Field Summary |
protected static String |
key
The keyword associated with this HelpAction. |
|
Method Summary |
void |
start()
The method called to hide the Help dialog. |
String |
toString()
Return a String representation of this HideAction. |
key
protected static final String key
- The keyword associated with this HelpAction.
- See Also:
- Constant Field Values
HideAction
public HideAction(HelpDialog dialog,
String id)
- Constructor for a hide action directive with a required id.
start
public void start()
- The method called to hide the Help dialog.
- Overrides:
start in class HelpAction
toString
public String toString()
- Return a String representation of this HideAction.
- Overrides:
toString in class HelpAction
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.