|
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.ObjectSystemBaseAction
com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction
com.ibm.etools.iseries.rse.ui.actions.QSYSAbstractLiblAction
public abstract class QSYSAbstractLiblAction
Base class abstracting out common methods for libl related actions
| Field Summary | |
|---|---|
protected IBMiConnection |
conn400
|
protected IHost |
connection
|
static String |
copyright
|
protected ISystemFilterReference |
parentFilter
|
| Constructor Summary | |
|---|---|
QSYSAbstractLiblAction(String text,
String tooltip,
ImageDescriptor image,
Shell parent)
Constructor |
|
| 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. |
protected String |
getSelectedLibrary()
Return the first selected library object's name |
void |
setAS400Connection(IBMiConnection conn400)
Set the connection within which this was selected... |
void |
setParentFilter(ISystemFilterReference filter)
Set the libl filter reference the selected library is from |
| 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
protected IHost connection
protected IBMiConnection conn400
protected ISystemFilterReference parentFilter
| Constructor Detail |
|---|
public QSYSAbstractLiblAction(String text,
String tooltip,
ImageDescriptor image,
Shell parent)
| Method Detail |
|---|
public void setAS400Connection(IBMiConnection conn400)
public void setParentFilter(ISystemFilterReference filter)
public boolean checkObjectType(Object selectedObject)
We only return true if the library's subtype ends in "-usr"
protected String getSelectedLibrary()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||