|
|||||||||
| 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.DisplayAction
public class DisplayAction
Extends HelpAction to display a title and some HTML text in the Help dialog. This also triggers any embedded HelpActions.
| Field Summary | |
|---|---|
protected String |
body
|
protected boolean |
isWelcome
|
protected static String |
key
The keyword associated with this HelpAction. |
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 | |
|---|---|
DisplayAction(HelpDialog dialog,
String id,
String body)
Constructor for a help directive with a required id and text body. |
|
DisplayAction(HelpDialog dialog,
String id,
String title,
String body)
Constructor for a help directive with a required id, title and text body. |
|
| Method Summary | |
|---|---|
String |
filterXML(String s)
Strips the XML declaration from the String. |
void |
start()
The method called to initiate the action. |
String |
toString()
Return a String representation of this DisplayAction. |
| 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 boolean isWelcome
protected String title
protected String body
| Constructor Detail |
|---|
public DisplayAction(HelpDialog dialog,
String id,
String body)
public DisplayAction(HelpDialog dialog,
String id,
String title,
String body)
| Method Detail |
|---|
public void start()
start in class HelpActionpublic String filterXML(String s)
public String toString()
toString in class HelpAction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||