|
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.team.SystemTeamViewInputProvider
Represents the input to the team viewer. For now, this really doesn't do much since we always list the same thing.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.systems.core.ui.view.ISystemViewInputProvider |
---|
copyright |
Constructor Summary | |
---|---|
SystemTeamViewInputProvider()
Constructor for SystemTeamViewInputProvider. |
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. |
Object[] |
getRoots()
Return the roots to display in the team viewer. |
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 |
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 SystemTeamViewInputProvider()
Method Detail |
public Object[] getRoots()
public Object getAdapter(Class adapterType)
getAdapter
in interface IAdaptable
public Object[] getSystemViewRoots()
ISystemViewInputProvider
getSystemViewRoots
in interface ISystemViewInputProvider
public boolean hasSystemViewRoots()
ISystemViewInputProvider
ISystemViewInputProvider.getSystemViewRoots()
will return a non-empty list
hasSystemViewRoots
in interface ISystemViewInputProvider
public boolean showingConnections()
ISystemViewInputProvider
showingConnections
in interface ISystemViewInputProvider
public Object[] getConnectionChildren(SystemConnection selectedConnection)
ISystemViewInputProvider
getConnectionChildren
in interface ISystemViewInputProvider
public boolean hasConnectionChildren(SystemConnection selectedConnection)
ISystemViewInputProvider
hasConnectionChildren
in interface ISystemViewInputProvider
public void setShell(Shell shell)
ISystemViewInputProvider
setShell
in interface ISystemViewInputProvider
public Shell getShell()
ISystemViewInputProvider
getShell
in interface ISystemViewInputProvider
public void setViewer(Viewer viewer)
ISystemViewInputProvider
setViewer
in interface ISystemViewInputProvider
public Viewer getViewer()
ISystemViewInputProvider
getViewer
in interface ISystemViewInputProvider
public boolean showActionBar()
ISystemViewInputProvider
showActionBar
in interface ISystemViewInputProvider
public boolean showButtonBar()
ISystemViewInputProvider
showButtonBar
in interface ISystemViewInputProvider
public boolean showActions()
ISystemViewInputProvider
showActions
in interface ISystemViewInputProvider
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |