|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.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.
| Constructor Summary | |
|---|---|
SystemTeamViewInputProvider()
Constructor for SystemTeamViewInputProvider. |
|
| Method Summary | |
|---|---|
Object |
getAdapter(Class adapterType)
This is the method required by the IAdaptable interface. |
Object[] |
getConnectionChildren(IHost 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()
|
Object[] |
getSystemViewRoots()
|
Viewer |
getViewer()
|
boolean |
hasConnectionChildren(IHost selectedConnection)
This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection. |
boolean |
hasSystemViewRoots()
|
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()
|
boolean |
showActions()
|
boolean |
showButtonBar()
|
boolean |
showingConnections()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemTeamViewInputProvider()
| Method Detail |
public Object[] getRoots()
public Object getAdapter(Class adapterType)
getAdapter in interface IAdaptablepublic Object[] getSystemViewRoots()
getSystemViewRoots in interface ISystemViewInputProviderpublic boolean hasSystemViewRoots()
hasSystemViewRoots in interface ISystemViewInputProviderISystemViewInputProvider.getSystemViewRoots() will return a non-empty listpublic boolean showingConnections()
showingConnections in interface ISystemViewInputProviderpublic Object[] getConnectionChildren(IHost selectedConnection)
ISystemViewInputProvider
getConnectionChildren in interface ISystemViewInputProviderselectedConnection - the connection undergoing expansion
public boolean hasConnectionChildren(IHost selectedConnection)
ISystemViewInputProvider
hasConnectionChildren in interface ISystemViewInputProviderselectedConnection - the connection being shown in the viewer
public void setShell(Shell shell)
ISystemViewInputProvider
setShell in interface ISystemViewInputProvidershell - the shell being used by the viewer using this providerpublic Shell getShell()
getShell in interface ISystemViewInputProviderpublic void setViewer(Viewer viewer)
ISystemViewInputProvider
setViewer in interface ISystemViewInputProviderviewer - the viewer that uses this providerpublic Viewer getViewer()
getViewer in interface ISystemViewInputProviderpublic boolean showActionBar()
showActionBar in interface ISystemViewInputProviderpublic boolean showButtonBar()
showButtonBar in interface ISystemViewInputProviderpublic boolean showActions()
showActions in interface ISystemViewInputProvider
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||