|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.ui.help.HelpAction
org.ceryle.ui.help.DialogAction
public class DialogAction
Extends HelpAction to display a dialog and request some user entry in the Help dialog. This also triggers any embedded HelpActions.
| Field Summary | |
|---|---|
protected static String |
key
The keyword associated with this HelpAction. |
protected String |
params
|
protected String |
result
|
protected String |
title
|
| Fields inherited from class org.ceryle.ui.help.HelpAction |
|---|
id, keyword, literal, m_desktop, m_dlog, m_list, mh, srvs, vmgr |
| Constructor Summary | |
|---|---|
DialogAction(HelpDialog dialog,
String id,
String parameter)
Constructor for a help directive with a required id and parameters (as a single string). |
|
DialogAction(HelpDialog dialog,
String id,
String title,
String parameter)
Constructor for a help directive with a required id, title and parameters (that must be parsed for dialog type and contents). |
|
| Method Summary | |
|---|---|
String |
getResult()
Returns the result of this dialog, as a String ("true" or "false" on booleans). |
void |
start()
The method called to initiate the action. |
String |
toString()
Return a String representation of this DialogAction. |
| 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 |
|---|
protected static final String key
protected String title
protected String params
protected String result
| Constructor Detail |
|---|
public DialogAction(HelpDialog dialog,
String id,
String parameter)
public DialogAction(HelpDialog dialog,
String id,
String title,
String parameter)
| Method Detail |
|---|
public String getResult()
public void start()
start in class HelpActionpublic String toString()
toString in class HelpAction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||