|
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 SystemBaseAction com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction com.ibm.etools.iseries.edit.ui.actions.ISeriesVerifySourceAction
public class ISeriesVerifySourceAction
Action for launching the program verifiers (RPG, COBOL, DDS).
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction |
---|
copyright |
Constructor Summary | |
---|---|
ISeriesVerifySourceAction()
Added no-arg constructor so this action could be invoked from a cheatsheet |
|
ISeriesVerifySourceAction(Shell parent)
Verify source action without prompting |
|
ISeriesVerifySourceAction(Shell parent,
boolean prompt)
Verify source action with or without prompting |
Method Summary | |
---|---|
boolean |
checkObjectType(Object selectedObject)
Second and easiest opportunity to decide if the action should be enabled or not based on the current selection. |
boolean |
isVerifierAvailable(String type)
This will check if the verifier is available depending on the source type |
void |
run()
Run method - do the verify, this will download the member if necessary. |
void |
run(String[] params,
ICheatSheetManager manager)
|
void |
setEnabled(boolean state)
|
void |
setSelection(ISelection selection)
|
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction |
---|
getIBMiConnection, isAvailableOffline, updateSelection |
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
Constructor Detail |
---|
public ISeriesVerifySourceAction()
public ISeriesVerifySourceAction(Shell parent)
public ISeriesVerifySourceAction(Shell parent, boolean prompt)
Method Detail |
---|
public boolean checkObjectType(Object selectedObject)
We return true if all the verifier dlls are loaded and message file is available.
public boolean isVerifierAvailable(String type)
public void run()
public void setEnabled(boolean state)
public void run(String[] params, ICheatSheetManager manager)
public void setSelection(ISelection selection)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |