|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexBaseAction
Base implementation of an LPEX action. This class is an LpexAction that can provide the application with additional information needed by the resource that this action is associated with, such as the context help id for an action bound to a popup menu item. A direct implementation of LpexAction, for example one added to the popup editor parameter by an application using the LPEX widget, has no means to provide this information.
Constructor Summary | |
---|---|
LpexBaseAction()
|
Method Summary | |
---|---|
boolean | available(LpexView lpexView)
This method in the defined action will be called to query the availability of the action. |
String | getHelpId(LpexView lpexView)
This method in the defined action will be called to query the context help id of the action. |
String | getToolTipText(LpexView lpexView)
This method in the defined action will be called to query the tool tip text for the action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.lpex.core.LpexAction |
---|
doAction |
Constructor Detail |
public LpexBaseAction()
Method Detail |
public boolean available(LpexView lpexView)
public String getHelpId(LpexView lpexView)
public String getToolTipText(LpexView lpexView)
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |