|
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.ResequenceAction
Field Summary | |
---|---|
protected static ResourceBundle |
_bundle
the resource bundle |
static String |
copyright
the copyright |
static String |
STRID
the string ID for the resequence 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 | |
---|---|
ResequenceAction(ITextEditor editor)
Constructor for the resequence action |
Method Summary | |
---|---|
boolean |
available(com.ibm.lpex.core.LpexView view)
Resequencing is only available when there are sequence numbers |
void |
doAction(com.ibm.lpex.core.LpexView view)
Method doAction. |
void |
run()
this is the method that actually resequences the source this method runs when the menu option is selected |
void |
update()
Resequencing is only available when there are sequence numbers |
Methods inherited from class org.eclipse.ui.texteditor.TextEditorAction |
---|
canModifyEditor, getTextEditor, setEditor, 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 ResequenceAction(ITextEditor editor)
ISeriesEditorParserAction.ISeriesEditorParserAction(IISeriesEditorParser, String, String, ITextEditor)
Method Detail |
public boolean available(com.ibm.lpex.core.LpexView view)
available
in interface com.ibm.lpex.core.LpexAction
LpexAction.available(LpexView)
public void doAction(com.ibm.lpex.core.LpexView view)
doAction
in interface com.ibm.lpex.core.LpexAction
view
- the view to perform the action on.LpexAction.doAction(LpexView)
public void run()
run
in interface IAction
IAction.run()
public void update()
update
in interface IUpdate
IUpdate.update()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |