org.ceryle.ui.help
Class OpenAction
java.lang.Object
org.ceryle.ui.help.HelpAction
org.ceryle.ui.help.OpenAction
public class OpenAction
- extends HelpAction
Extends HelpAction to open a new View based on the provided parameters.
These can be a URL, a file path, or a whitespace-separated collection
and node ID pair, and uses a ResourceOpener.
- Since:
- JDK1.4
- Version:
- $Id: OpenAction.java,v 3.9 2007-06-20 01:28:23 altheim Exp $
- Author:
- Murray Altheim
|
Method Summary |
void |
start()
The method called to open a new View. |
String |
toString()
Return a String representation of this OpenAction. |
key
protected static final String key
- The keyword associated with this HelpAction.
- See Also:
- Constant Field Values
m_systemId
protected String m_systemId
OpenAction
public OpenAction(HelpDialog dialog,
String id,
String systemId)
- Constructor for an open View action with a required id and systemId.
start
public void start()
- The method called to open a new View.
- Overrides:
start in class HelpAction
toString
public String toString()
- Return a String representation of this OpenAction.
- Overrides:
toString in class HelpAction
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.