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