|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
Object[] |
getConnectionChildren(IHost selectedConnection)
This method is called by the connection adapter when the user expands a connection. |
String |
getPreSelectFilterChild()
Get the name of the item to select when the first filter is expanded. |
Object |
getPreSelectFilterChildObject()
Get the actual object of the item to select when the first filter is expanded. |
void |
setFilterString(String string)
Set the filter string to use to resolve the inputs. |
void |
setPreSelectFilterChild(String name)
Set child of the first filter to preselect |
void |
setPreSelectFilterChildObject(Object obj)
Set actual child object of the first filter to preselect. |
void |
setQuickFilters(ISystemFilter[] filters)
Set the quick filters to be exposed to the user. |
void |
setShowNewConnectionPrompt(boolean show)
Specify whether the user should see the "New Connection..." special connection prompt |
void |
setSystemConnection(IHost connection,
boolean onlyMode)
Default or Restrict to a specific connection. |
void |
setSystemTypes(IRSESystemType[] systemTypes)
Specify system types to restrict what types of connections the user can create, and see. |
| Methods inherited from interface org.eclipse.rse.core.model.ISystemViewInputProvider |
getAdapter, getSystemViewRoots, getViewer, hasConnectionChildren, hasSystemViewRoots, setViewer, showingConnections |
| Method Detail |
public Object[] getConnectionChildren(IHost selectedConnection)
getConnectionChildren in interface ISystemViewInputProviderselectedConnection - the connection undergoing expansion
public String getPreSelectFilterChild()
public Object getPreSelectFilterChildObject()
public void setFilterString(String string)
public void setPreSelectFilterChildObject(Object obj)
public void setPreSelectFilterChild(String name)
public void setQuickFilters(ISystemFilter[] filters)
org.eclipse.rse.core.filters.SystemFilterSimplepublic void setShowNewConnectionPrompt(boolean show)
public void setSystemConnection(IHost connection,
boolean onlyMode)
connection - The connection to default or restrict toonlyMode - true if this is to be the only connection shown in the listpublic void setSystemTypes(IRSESystemType[] systemTypes)
systemTypes - An array of system types, or
null to allow all registered valid system types.
A system type is valid if at least one subsystem configuration
is registered against it.
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||