|
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
com.ibm.etools.iseries.editor.ErrorAction
Field Summary | |
---|---|
ITextEditor |
_editor
the editor for this action |
static String |
Copyright
|
static int |
NEXT_ERROR
the style which indicates next error |
static String |
NEXT_ID
the string ID for the next action |
static String |
PREV_ID
the string ID for the previous action |
static int |
PREVIOUS_ERROR
the style which indicates previous error |
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 | |
---|---|
ErrorAction(ITextEditor editor,
int style)
Method ErrorAction. |
Method Summary | |
---|---|
boolean |
available(com.ibm.lpex.core.LpexView lpexView)
|
void |
doAction(com.ibm.lpex.core.LpexView lpexView)
|
void |
registerView(com.ibm.lpex.core.LpexView view)
Register a view with the action Defines the key combination for the action in the view and adds a cursor listener |
void |
run()
|
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
public static final int PREVIOUS_ERROR
public static final int NEXT_ERROR
public static final String PREV_ID
public static final String NEXT_ID
public ITextEditor _editor
Constructor Detail |
public ErrorAction(ITextEditor editor, int style)
style
- Method Detail |
public boolean available(com.ibm.lpex.core.LpexView lpexView)
available
in interface com.ibm.lpex.core.LpexAction
LpexAction.available(LpexView)
public void doAction(com.ibm.lpex.core.LpexView lpexView)
doAction
in interface com.ibm.lpex.core.LpexAction
LpexAction.doAction(LpexView)
public void run()
run
in interface IAction
IAction.run()
public void registerView(com.ibm.lpex.core.LpexView view)
view
-
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |