|
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 TextEditorAction com.ibm.etools.systems.editor.actions.ResequenceAction
public class ResequenceAction
Field Summary | |
---|---|
protected static ResourceBundle |
_bundle
|
static String |
copyright
the copyright |
static String |
LPEX_ACTION
|
static String |
STRID
the string ID for the resequence action |
Fields inherited from interface com.ibm.etools.systems.editor.preferences.ISystemTextEditorPreferenceConstants |
---|
PREF_AUTOSAVE, PREF_AUTOSAVE_FREQ, PREF_COLSEDIT, PREF_DATE, PREF_RESEQ_INCR, PREF_RESEQ_SAVE, PREF_RESEQ_START, PREF_TOOLTIP_SUFFIX, ROOT |
Constructor Summary | |
---|---|
ResequenceAction(ITextEditor editor)
Constructor for the resequence action |
Method Summary | |
---|---|
boolean |
available(LpexView view)
Resequencing is only available when there are sequence numbers |
void |
doAction(LpexView view)
Method doAction. |
void |
registerView(LpexView view)
Register a view with the action Defines the key combination for the action in the view |
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 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
public static final String LPEX_ACTION
Constructor Detail |
---|
public ResequenceAction(ITextEditor editor)
Method Detail |
---|
public void registerView(LpexView view)
public boolean available(LpexView view)
com.ibm.lpex.core.LpexAction#available(LpexView)
public void doAction(LpexView view)
view
- the view to perform the action on.com.ibm.lpex.core.LpexAction#doAction(LpexView)
public void run()
IAction
public void update()
IUpdate
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |