|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstraction for any object that wishes to be a roots-provider for the SystemView tree viewer.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
Object |
getAdapter(Class adapterType)
This is the method required by the IAdaptable interface. |
Object[] |
getConnectionChildren(SystemConnection selectedConnection)
This method is called by the connection adapter when the user expands a connection. |
Shell |
getShell()
Return the shell of the viewer we are currently associated with |
Object[] |
getSystemViewRoots()
Return the children objects to consistute the root elements in the system view tree |
Viewer |
getViewer()
Return the viewer we are currently associated with |
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 |
void |
setShell(Shell shell)
Set the shell in case it is needed for anything. |
void |
setViewer(Viewer viewer)
Set the viewer in case it is needed for anything. |
boolean |
showActionBar()
Return true to show the action bar (ie, toolbar) above the viewer. |
boolean |
showActions()
Return true to show right-click popup actions on objects in the tree. |
boolean |
showButtonBar()
Return true to show the button bar above the viewer. |
boolean |
showingConnections()
Return true if we are listing connections or not, so we know whether we are interested in connection-add events |
Field Detail |
public static final String copyright
Method Detail |
public Object[] getSystemViewRoots()
public boolean hasSystemViewRoots()
getSystemViewRoots()
will return a non-empty list
public boolean showingConnections()
public Object[] getConnectionChildren(SystemConnection selectedConnection)
public boolean hasConnectionChildren(SystemConnection selectedConnection)
public Object getAdapter(Class adapterType)
getAdapter
in interface IAdaptable
public void setShell(Shell shell)
public Shell getShell()
public void setViewer(Viewer viewer)
public Viewer getViewer()
public boolean showActionBar()
public boolean showButtonBar()
public boolean showActions()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |