|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemSelectRemoteObjectAPIProvider
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 |
---|
Object[] getConnectionChildren(IHost selectedConnection)
getConnectionChildren
in interface ISystemViewInputProvider
selectedConnection
- the connection undergoing expansion
String getPreSelectFilterChild()
Object getPreSelectFilterChildObject()
void setFilterString(String string)
void setPreSelectFilterChildObject(Object obj)
void setPreSelectFilterChild(String name)
void setQuickFilters(ISystemFilter[] filters)
org.eclipse.rse.core.filters.SystemFilterSimple
void setShowNewConnectionPrompt(boolean show)
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 listvoid 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.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |