|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.action.Action
org.eclipse.ui.texteditor.ResourceAction
org.eclipse.ui.texteditor.TextEditorAction
com.ibm.etools.iseries.editor.RefreshAction
Field Summary | |
---|---|
protected static ResourceBundle |
_bundle
|
static String |
copyright
|
static String |
STRID
the string ID for this action |
Fields inherited from interface org.eclipse.jface.action.IAction |
---|
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT |
Constructor Summary | |
---|---|
RefreshAction(ITextEditor editor)
Constructor for RefreshAction. |
Method Summary | |
---|---|
boolean |
available(com.ibm.lpex.core.LpexView arg0)
Method available this action is always available. |
void |
doAction(com.ibm.lpex.core.LpexView arg0)
|
int |
getAccelerator()
Return "no accelerator" for this action. |
protected void |
removeAccelerator(com.ibm.lpex.core.LpexView lpexView,
int actionId)
Method removeAccelerator. |
void |
run()
Method run calls doAction |
Methods inherited from class org.eclipse.ui.texteditor.TextEditorAction |
---|
canModifyEditor, getTextEditor, setEditor, update, validateEditorInputState |
Methods inherited from class org.eclipse.ui.texteditor.ResourceAction |
---|
getString, initialize, setHelpContextId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
protected static ResourceBundle _bundle
public static final String STRID
Constructor Detail |
public RefreshAction(ITextEditor editor)
editor
- Method Detail |
public void doAction(com.ibm.lpex.core.LpexView arg0)
doAction
in interface com.ibm.lpex.core.LpexAction
LpexAction.doAction(LpexView)
public boolean available(com.ibm.lpex.core.LpexView arg0)
available
in interface com.ibm.lpex.core.LpexAction
arg0
- the view to see if the action is available
LpexAction.available(LpexView)
public void run()
run
in interface IAction
IAction.run()
public int getAccelerator()
getAccelerator
in interface IAction
Action.getAccelerator()
protected void removeAccelerator(com.ibm.lpex.core.LpexView lpexView, int actionId)
lpexView
- the LpexView for this actionactionId
- the LPEX id for this action.
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |