|
|||||||||
| 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.LogAction
public class LogAction
Extends HelpAction to send a message to the application log.
| Field Summary | |
|---|---|
protected static String |
key
The keyword associated with this HelpAction. |
protected String |
message
|
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 | |
|---|---|
LogAction(HelpDialog dialog,
String id,
String message)
Constructor for a help directive with a required id and text body. |
|
LogAction(HelpDialog dialog,
String id,
String title,
String message)
Constructor for a help directive with a required id, title and text message. |
|
| Method Summary | |
|---|---|
void |
start()
The method called to initiate the action. |
String |
toString()
Return a String representation of this LogAction. |
| 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 message
| Constructor Detail |
|---|
public LogAction(HelpDialog dialog,
String id,
String message)
public LogAction(HelpDialog dialog,
String id,
String title,
String message)
| Method Detail |
|---|
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 | ||||||||