|
RSE Release 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISystemNewConnectionWizardPage | |
|---|---|
| org.eclipse.rse.core.model | |
| org.eclipse.rse.core.servicesubsystem | |
| org.eclipse.rse.core.subsystems | |
| org.eclipse.rse.subsystems.files.core.subsystems | |
| org.eclipse.rse.ui.subsystems | Application programming interface for managing the user interface for subsystem actions. |
| org.eclipse.rse.ui.view | |
| org.eclipse.rse.ui.wizards | |
| Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.core.model |
|---|
| Methods in org.eclipse.rse.core.model with parameters of type ISystemNewConnectionWizardPage | |
|---|---|
IHost |
ISystemRegistry.createHost(String profileName,
IRSESystemType systemType,
String connectionName,
String hostName,
String description,
String defaultUserId,
int defaultUserIdLocation,
ISystemNewConnectionWizardPage[] newConnectionWizardPages)
Create a host object, sometimes called a "connection", given the containing profile and given all the possible attributes. |
| Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.core.servicesubsystem |
|---|
| Methods in org.eclipse.rse.core.servicesubsystem with parameters of type ISystemNewConnectionWizardPage | |
|---|---|
protected void |
ServiceSubSystemConfiguration.initializeSubSystem(ISubSystem subsys,
ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
Overridable lifecycle method. |
| Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.core.subsystems |
|---|
| Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemNewConnectionWizardPage | |
|---|---|
ISubSystem |
SubSystemConfiguration.createSubSystem(IHost conn,
boolean creatingConnection,
ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
Creates a new subsystem instance that is associated with the given connection object. |
ISubSystem |
ISubSystemConfiguration.createSubSystem(IHost conn,
boolean creatingConnection,
ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
Creates a new subsystem instance that is associated with the given connection object. |
protected void |
SubSystemConfiguration.initializeSubSystem(ISubSystem ss,
ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
Initialize subsystems after creation (Overridable). |
| Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.subsystems.files.core.subsystems |
|---|
| Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISystemNewConnectionWizardPage | |
|---|---|
protected void |
RemoteFileSubSystemConfiguration.initializeSubSystem(ISubSystem ss,
ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
Populate a new subsystem with our unique attributes, and/or create default filter references. |
| Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.ui.subsystems |
|---|
| Methods in org.eclipse.rse.ui.subsystems that return ISystemNewConnectionWizardPage | |
|---|---|
ISystemNewConnectionWizardPage[] |
ISubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration config,
IWizard wizard)
Optionally return one or more wizard pages to append to the New Connection Wizard if the user selects a system type that this subsystem configuration supports. |
| Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.ui.view |
|---|
| Methods in org.eclipse.rse.ui.view that return ISystemNewConnectionWizardPage | |
|---|---|
ISystemNewConnectionWizardPage[] |
SubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration config,
IWizard wizard)
Optionally return one or more wizard pages to append to the New Wizard connection if the user selects a system type that this subsystem configuration supports. |
| Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.ui.wizards |
|---|
| Classes in org.eclipse.rse.ui.wizards that implement ISystemNewConnectionWizardPage | |
|---|---|
class |
AbstractSystemNewConnectionWizardPage
A base class for additional pages that are to be appended to the New Connection wizard. |
class |
SubSystemServiceWizardPage
|
class |
SystemSubSystemsPropertiesWizardPage
Deprecated. this class will likely be removed in the future, because the underlying mechanism of contributing property pages to a wizard does not scale since it activates unrelated plug-ins. Custom wizard pages should be contributed through SubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration, IWizard)
instead. See also Eclipse Bugzilla bug 197129. |
|
RSE Release 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||