|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemResourceSelectionInputProvider
Public interface for the system resource selection input provider that is used in the SystemRemoteResourceDialog and the SystemResourceSelectionForm
Method Summary | |
---|---|
boolean |
allowMultipleConnections()
Returns whether multiple connections can be displayed via the input provider |
boolean |
allowNewConnection()
Returns whether new connections can be created from the view using this input provider. |
String |
getCategory()
Returns the category for the view using the input provider (i.e. |
IHost |
getSystemConnection()
Gets the associated system connection |
IRSESystemType[] |
getSystemTypes()
Gets the system types allowed for the associated control |
void |
setAllowNewConnection(boolean flag)
Indicates whether the input provider should allow new connections to be created. |
void |
setSystemConnection(IHost connection,
boolean onlyConnection)
Sets the associated system connection for the input provider |
void |
setSystemTypes(IRSESystemType[] types)
Sets the system types allowed for this input provider |
Methods inherited from interface org.eclipse.rse.core.model.ISystemViewInputProvider |
---|
getAdapter, getConnectionChildren, getSystemViewRoots, getViewer, hasConnectionChildren, hasSystemViewRoots, setViewer, showingConnections |
Method Detail |
---|
IHost getSystemConnection()
void setAllowNewConnection(boolean flag)
flag
- whether new connections should be allowedboolean allowMultipleConnections()
boolean allowNewConnection()
String getCategory()
void setSystemTypes(IRSESystemType[] types)
types
- the types of systemsIRSESystemType[] getSystemTypes()
void setSystemConnection(IHost connection, boolean onlyConnection)
connection
- the connectiononlyConnection
- whether other connections are allowed
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |