org.ceryle.ui.help
Class OpenProjectAction

java.lang.Object
  extended by org.ceryle.ui.help.HelpAction
      extended by org.ceryle.ui.help.OpenProjectAction

public class OpenProjectAction
extends HelpAction

Extends HelpAction to open a new ProjectView.

Since:
JDK1.4
Version:
$Id: OpenProjectAction.java,v 3.7 2007-06-20 01:28:23 altheim Exp $
Author:
Murray Altheim

Field Summary
protected static String key
          The keyword associated with this HelpAction.
protected  String m_systemId
           
 
Fields inherited from class org.ceryle.ui.help.HelpAction
id, keyword, literal, m_desktop, m_dlog, m_list, mh, srvs, vmgr
 
Constructor Summary
OpenProjectAction(HelpDialog dialog, String id, String systemId)
          Constructor for an open ProjectView action with a required id.
 
Method Summary
 void start()
          The method called to open a new ProjectView.
 String toString()
          Return a String representation of this OpenProjectAction.
 
Methods inherited from class org.ceryle.ui.help.HelpAction
addAction, getActions, getID, parseToAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

protected static final String key
The keyword associated with this HelpAction.

See Also:
Constant Field Values

m_systemId

protected String m_systemId
Constructor Detail

OpenProjectAction

public OpenProjectAction(HelpDialog dialog,
                         String id,
                         String systemId)
Constructor for an open ProjectView action with a required id.

Method Detail

start

public void start()
The method called to open a new ProjectView.

Overrides:
start in class HelpAction

toString

public String toString()
Return a String representation of this OpenProjectAction.

Overrides:
toString in class HelpAction


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.