|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
org.eclipse.rse.ui.widgets.SystemHostCombo
org.eclipse.rse.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 org.eclipse.rse.ui.widgets.SystemHostCombo |
|---|
connectionCombo, connectionLabel, listeningForConnectionEvents, newButton, showLabel, showNewButton, showQualifiedNames |
| Fields inherited from class org.eclipse.swt.widgets.Composite |
|---|
embeddedHandle |
| Fields inherited from class org.eclipse.swt.widgets.Widget |
|---|
handle |
| 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,
IHost defaultConnection,
boolean showNewButton)
Constructor when you don't care about the style. |
|
SystemRemoteConnectionCombo(Composite parent,
int style,
IHost defaultConnection,
boolean showNewButton)
Constructor when you want to set the style. |
|
| Methods inherited from class org.eclipse.swt.widgets.Composite |
|---|
changed, checkSubclass, computeSize, getBackgroundMode, getChildren, getClientArea, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setBackgroundMode, setLayout, setLayoutDeferred, setTabList |
| Methods inherited from class org.eclipse.swt.widgets.Scrollable |
|---|
computeTrim, getBorderWidth, getHorizontalBar, getVerticalBar |
| Methods inherited from class org.eclipse.swt.widgets.Widget |
|---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.rse.model.ISystemResourceChangeListener |
|---|
getShell |
| Constructor Detail |
public SystemRemoteConnectionCombo(Composite parent,
int style,
IHost 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,
IHost 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
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||