|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.view.SystemAbstractAPIProvider
com.ibm.etools.systems.core.ui.view.SystemViewAPIProviderForFilterPools
This class is a provider of root nodes to the remote systems tree viewer part. It is used when the contents are the children of a particular subsystem. Used when user right clicks on a filter pool and selects Open In New Perspective.
Field Summary | |
---|---|
static String |
Copyright
|
protected SystemFilterPool |
filterPool
|
protected SystemFilterPoolReference |
filterPoolReference
|
protected SubSystem |
subsystem
|
Fields inherited from class com.ibm.etools.systems.core.ui.view.SystemAbstractAPIProvider |
---|
canceledObject, emptyList, errorObject, msgList, nullObject, shell, sr, viewer |
Fields inherited from interface com.ibm.etools.systems.core.ui.view.ISystemViewInputProvider |
---|
copyright |
Constructor Summary | |
---|---|
SystemViewAPIProviderForFilterPools(SystemFilterPoolReference filterPoolReference)
Constructor |
Method Summary | |
---|---|
Object[] |
getConnectionChildren(SystemConnection selectedConnection)
This method is called by the connection adapter when the user expands a connection. |
SubSystem |
getSubSystem()
Get the parent subsystem object. |
SystemFilterPool |
getSystemFilterPool()
Get the filter pool referenced by the input filter pool reference object. |
SystemFilterPoolReference |
getSystemFilterPoolReference()
Get the input filter pool reference object. |
Object[] |
getSystemViewRoots()
Return the children objects to consistute the root elements in the system view tree. |
boolean |
hasConnectionChildren(SystemConnection selectedConnection)
This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection. |
boolean |
hasSystemViewRoots()
Return true if getSystemViewRoots() will return a non-empty list
We return true if the referenced filter pool has any filters |
void |
setFilterPoolReference(SystemFilterPoolReference filterPoolReference)
Reset the input filter pool reference object. |
boolean |
showActions()
Return true to show right-click popup actions on objects in the tree. |
Methods inherited from class com.ibm.etools.systems.core.ui.view.SystemAbstractAPIProvider |
---|
checkForNull, getAdapter, getAdapter, getCancelledMessageObject, getFailedMessageObject, getRemoteAdapter, getShell, getViewer, setShell, setViewer, showActionBar, showButtonBar, showingConnections |
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 SubSystem subsystem
protected SystemFilterPool filterPool
protected SystemFilterPoolReference filterPoolReference
Constructor Detail |
public SystemViewAPIProviderForFilterPools(SystemFilterPoolReference filterPoolReference)
filterPoolReference
- The filterpool reference object we are drilling down on.Method Detail |
public SubSystem getSubSystem()
public SystemFilterPoolReference getSystemFilterPoolReference()
public SystemFilterPool getSystemFilterPool()
public void setFilterPoolReference(SystemFilterPoolReference filterPoolReference)
public Object[] getSystemViewRoots()
public boolean hasSystemViewRoots()
getSystemViewRoots()
will return a non-empty list
We return true if the referenced filter pool has any filters
public Object[] getConnectionChildren(SystemConnection selectedConnection)
Not applicable for us.
public boolean hasConnectionChildren(SystemConnection selectedConnection)
Not applicable for us.
public boolean showActions()
showActions
in interface ISystemViewInputProvider
showActions
in class SystemAbstractAPIProvider
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |