|
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.iseries.edit.ui.actions.ISeriesEditorParserAction com.ibm.etools.iseries.edit.ui.actions.SelectFormatLineAction
public class SelectFormatLineAction
Field Summary | |
---|---|
protected static ResourceBundle |
_bundle
|
static String |
copyright
|
static String |
STRID
the string ID for this action |
Fields inherited from class com.ibm.etools.iseries.edit.ui.actions.ISeriesEditorParserAction |
---|
_bDisabledWhenOffline, _parser, _strId, _strPrefix, m_enabled, m_enabledSet |
Constructor Summary | |
---|---|
SelectFormatLineAction(IISeriesEditorParser parser,
ITextEditor editor,
String[] formatlinenames)
Constructor for SelectFormatLineAction. |
|
SelectFormatLineAction(IISeriesEditorParser parser,
ITextEditor editor,
String[] formatlinenames,
int[] shownformatlines)
Constructor for SelectFormatLineAction. |
Method Summary | |
---|---|
boolean |
available(LpexView arg0)
Method available this action is always available. |
void |
run()
Method run calls doAction |
Methods inherited from class com.ibm.etools.iseries.edit.ui.actions.ISeriesEditorParserAction |
---|
doAction, getAccelerator, getId, removeAccelerator, setDisabledWhenOffline, setEnabled, update |
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 SelectFormatLineAction(IISeriesEditorParser parser, ITextEditor editor, String[] formatlinenames)
parser
- editor
- array
- of format line namespublic SelectFormatLineAction(IISeriesEditorParser parser, ITextEditor editor, String[] formatlinenames, int[] shownformatlines)
parser
- editor
- array
- of format line namesarray
- of shown format lines to allow subset of format lines to be displayed and to control orderMethod Detail |
---|
public boolean available(LpexView arg0)
available
in class ISeriesEditorParserAction
arg0
- the view to see if the action is available
com.ibm.lpex.core.LpexAction#available(LpexView)
public void run()
run
in class ISeriesEditorParserAction
IAction
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |