|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectComposite
com.ibm.etools.systems.core.ui.widgets.SystemConnectionCombo
com.ibm.etools.systems.files.ui.widgets.SystemRemoteConnectionCombo
A connection combo widget for universal connections. Includes remote Linux, Windows and Unix connections, and Local connections.
Field Summary |
---|
Fields inherited from class com.ibm.etools.systems.core.ui.widgets.SystemConnectionCombo |
---|
connectionCombo, connectionLabel, copyright, listeningForConnectionEvents, newButton, showLabel, showNewButton, showQualifiedNames |
Fields inherited from interface com.ibm.etools.systems.core.ui.widgets.ISystemCombo |
---|
Copyright |
Constructor Summary | |
---|---|
SystemRemoteConnectionCombo(Composite parent)
Constructor when you don't care about the style or default connection, and do want to show the New button. |
|
SystemRemoteConnectionCombo(Composite parent,
int style,
SystemConnection defaultConnection,
boolean showNewButton)
Constructor when you want to set the style. |
|
SystemRemoteConnectionCombo(Composite parent,
SystemConnection defaultConnection,
boolean showNewButton)
Constructor when you don't care about the style. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.etools.systems.model.ISystemResourceChangeListener |
---|
getShell |
Constructor Detail |
public SystemRemoteConnectionCombo(Composite parent, int style, SystemConnection defaultConnection, boolean showNewButton)
parent
- Parent composite.style
- SWT style flags for overall composite widget. Typically just pass SWT.NULL.defaultConnection
- the system connection to preselect. Pass null to preselect first connection.showNewButton
- true if a New... button is to be included in this composite.public SystemRemoteConnectionCombo(Composite parent, SystemConnection defaultConnection, boolean showNewButton)
parent
- Parent composite.defaultConnection
- the system connection to preselect. Pass null to preselect first connection.showNewButton
- true if a New... button is to be included in this composite.public SystemRemoteConnectionCombo(Composite parent)
parent
- Parent composite
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |