|
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.CompileAction
public class CompileAction
Field Summary | |
---|---|
protected static ResourceBundle |
_bundle
|
ITextEditor |
_editor
the editor for this action |
static String |
COMPILE_ID
the string ID for compile key |
static String |
Copyright
|
Constructor Summary | |
---|---|
CompileAction(ITextEditor editor)
Method ErrorAction. |
Method Summary | |
---|---|
boolean |
available(LpexView lpexView)
|
void |
cleanup()
Performs necessary cleanup |
static void |
compileItemInEditor(StructuredSelection selection)
Does the compiles |
void |
doAction(LpexView lpexView)
|
void |
registerView(LpexView lpexView)
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
protected static ResourceBundle _bundle
public static final String COMPILE_ID
public ITextEditor _editor
Constructor Detail |
---|
public CompileAction(ITextEditor editor)
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 lpexView)
view
- public static void compileItemInEditor(StructuredSelection selection)
selection
- The slection item in the RSE treepublic void cleanup()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |