|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Action com.ibm.etools.systems.editor.actions.ErrorAction
public class ErrorAction
Field Summary | |
---|---|
ITextEditor |
_editor
the editor for this action |
static String |
Copyright
|
static String |
LPEX_ACTION_NEXT_ERROR
|
static String |
LPEX_ACTION_PREV_ERROR
|
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 |
Constructor Summary | |
---|---|
ErrorAction(ITextEditor editor,
int style)
Method ErrorAction. |
Method Summary | |
---|---|
boolean |
available(LpexView lpexView)
|
void |
doAction(LpexView lpexView)
|
void |
registerView(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
public static final String LPEX_ACTION_NEXT_ERROR
public static final String LPEX_ACTION_PREV_ERROR
Constructor Detail |
---|
public ErrorAction(ITextEditor editor, int style)
style
- Method Detail |
---|
public boolean available(LpexView lpexView)
com.ibm.lpex.core.LpexAction#available(LpexView)
public void doAction(LpexView lpexView)
com.ibm.lpex.core.LpexAction#doAction(LpexView)
public void run()
IAction
public void registerView(LpexView view)
view
-
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |