|
RSE Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ISubSystemConfiguration in org.eclipse.rse.core |
---|
Methods in org.eclipse.rse.core with parameters of type ISubSystemConfiguration | |
---|---|
static String |
SystemResourceManager.getFolderName(ISubSystemConfiguration ssFactory)
Map a subsystem factory object to a folder name |
Uses of ISubSystemConfiguration in org.eclipse.rse.core.model |
---|
Methods in org.eclipse.rse.core.model that return ISubSystemConfiguration | |
---|---|
ISubSystemConfiguration |
ISubSystemConfigurator.getSubSystemConfiguration()
Return the subsystem configuration associated with these properties. |
static ISubSystemConfiguration |
SystemStartHere.getSubSystemConfiguration(String subsystemConfigurationId)
Miscellaneous Helper - return the subsystem configuration object for the given subsystemConfigurationId. |
ISubSystemConfiguration |
ISystemRegistry.getSubSystemConfiguration(String id)
Return the subsystem configuration, given its plugin.xml-declared id. |
ISubSystemConfiguration[] |
ISystemRegistry.getSubSystemConfigurations()
Deprecated. use ISystemRegistry.getSubSystemConfigurationProxies() and filter
the list of needed subsystem configurations in order to
activate only those that are really needed. |
ISubSystemConfiguration[] |
ISystemRegistry.getSubSystemConfigurationsBySystemType(IRSESystemType systemType,
boolean filterDuplicates)
Deprecated. Use ISystemRegistry.getSubSystemConfigurationsBySystemType(IRSESystemType,boolean,boolean)
instead in order to avoid instantiating subsystem
configurations if possible. |
ISubSystemConfiguration[] |
ISystemRegistry.getSubSystemConfigurationsBySystemType(IRSESystemType systemType,
boolean filterDuplicates,
boolean activate)
Return all subsystem configurations which support the given system type. |
Methods in org.eclipse.rse.core.model with parameters of type ISubSystemConfiguration | |
---|---|
ISubSystem[] |
ISystemRegistry.createSubSystems(IHost host,
ISubSystemConfiguration[] configurations)
Creates subsystems for a given host and subsystem configurations. |
static IHost[] |
SystemStartHere.getConnectionsBySubSystemConfiguration(ISubSystemConfiguration subsystemConfiguration)
STEP 2c. |
ISystemFilterPool[] |
ISystemProfile.getFilterPools(ISubSystemConfiguration ssf)
Return all filter pools for this profile, scoped by a given subsystem factory |
IHost[] |
ISystemRegistry.getHostsBySubSystemConfiguration(ISubSystemConfiguration config)
Return all connections for which there exists one or more subsystems owned by a given subsystem configuration. |
Uses of ISubSystemConfiguration in org.eclipse.rse.core.subsystems |
---|
Classes in org.eclipse.rse.core.subsystems that implement ISubSystemConfiguration | |
---|---|
class |
SubSystemConfiguration
Abstract base class for subsystem configuration extension points. |
Fields in org.eclipse.rse.core.subsystems declared as ISubSystemConfiguration | |
---|---|
protected ISubSystemConfiguration |
SubSystem.parentSubSystemConfiguration
|
Methods in org.eclipse.rse.core.subsystems that return ISubSystemConfiguration | |
---|---|
static ISubSystemConfiguration |
SubSystemHelpers.getParentSubSystemConfiguration(ISystemFilter filter)
Give a filter, return parent subsystem factory |
static ISubSystemConfiguration |
SubSystemHelpers.getParentSubSystemConfiguration(ISystemFilterContainer container)
Give a filter pool or filter, return parent subsystem factory |
static ISubSystemConfiguration |
SubSystemHelpers.getParentSubSystemConfiguration(ISystemFilterPool pool)
Give a filter pool, return parent subsystem factory |
static ISubSystemConfiguration |
SubSystemHelpers.getParentSubSystemConfiguration(ISystemFilterPoolReference poolRef)
Give a filter pool reference, return parent subsystem factory |
static ISubSystemConfiguration |
SubSystemHelpers.getParentSubSystemConfiguration(ISystemFilterReference filterRef)
Give a filter reference, return parent subsystem factory |
ISubSystemConfiguration |
SubSystem.getSubSystemConfiguration()
Return the parent subsystem factory that owns this subsystem. |
ISubSystemConfiguration |
ISubSystemConfigurationProxy.getSubSystemConfiguration()
Return the subsystem factory singleton instance. |
ISubSystemConfiguration |
ISubSystem.getSubSystemConfiguration()
Return the parent subsystem factory that owns this subsystem. |
Methods in org.eclipse.rse.core.subsystems with parameters of type ISubSystemConfiguration | |
---|---|
boolean |
SubSystem.canSwitchTo(ISubSystemConfiguration configuration)
Determine if a service subsystem is capable of switching to this new configuration. |
boolean |
ISubSystem.canSwitchTo(ISubSystemConfiguration configuration)
Determine is this subsystem is compatible with this specified configuration. |
protected void |
SubSystem.internalSwitchSubSystemConfiguration(ISubSystemConfiguration newConfiguration)
Perform the subsystem specific processing required to complete a subsystem configuration switch for a service subsystem. |
void |
SubSystem.setSubSystemConfiguration(ISubSystemConfiguration ssf)
Return the parent subsystem factory that owns this subsystem. |
void |
ISubSystem.setSubSystemConfiguration(ISubSystemConfiguration ssf)
Set the parent subsystem factory that owns this subsystem. |
void |
SubSystem.switchServiceFactory(ISubSystemConfiguration config)
Switch to use another subsystem configuration. |
void |
ISubSystem.switchServiceFactory(ISubSystemConfiguration configuration)
Requests a service subsystem to switch to a new configuration. |
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem |
---|
Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem | |
---|---|
interface |
IFileServiceSubSystemConfiguration
|
Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement ISubSystemConfiguration | |
---|---|
class |
FileServiceSubSystemConfiguration
|
Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type ISubSystemConfiguration | |
---|---|
boolean |
FileServiceSubSystem.canSwitchTo(ISubSystemConfiguration configuration)
|
protected void |
FileServiceSubSystem.internalSwitchSubSystemConfiguration(ISubSystemConfiguration newConfig)
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.files.core.subsystems |
---|
Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.subsystems.files.core.subsystems | |
---|---|
interface |
IRemoteFileSubSystemConfiguration
|
Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement ISubSystemConfiguration | |
---|---|
class |
RemoteFileSubSystemConfiguration
Specialization for file subsystem configurations. |
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.files.dstore |
---|
Classes in org.eclipse.rse.subsystems.files.dstore that implement ISubSystemConfiguration | |
---|---|
class |
DStoreFileSubSystemConfiguration
|
class |
DStoreWindowsFileSubSystemConfiguration
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.files.ftp |
---|
Classes in org.eclipse.rse.subsystems.files.ftp that implement ISubSystemConfiguration | |
---|---|
class |
FTPFileSubSystemConfiguration
Provides a factory for generating instances of the class SampleFileSubSystem. |
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.files.local |
---|
Classes in org.eclipse.rse.subsystems.files.local that implement ISubSystemConfiguration | |
---|---|
class |
LocalFileSubSystemConfiguration
Provides a factory for generating instances of the class SampleFileSubSystem. |
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.files.ssh |
---|
Classes in org.eclipse.rse.subsystems.files.ssh that implement ISubSystemConfiguration | |
---|---|
class |
SftpFileSubSystemConfiguration
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.processes.core.subsystem |
---|
Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.subsystems.processes.core.subsystem | |
---|---|
interface |
IRemoteProcessSubSystemConfiguration
An interface representing factories for creating RemoteProcessSubSystem objects. |
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.processes.core.subsystem.impl |
---|
Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement ISubSystemConfiguration | |
---|---|
class |
RemoteProcessSubSystemConfiguration
The implementation of the RemoteProcessSubSystemConfiguration interface Contains information about what features the subsystem supports |
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.processes.dstore |
---|
Classes in org.eclipse.rse.subsystems.processes.dstore that implement ISubSystemConfiguration | |
---|---|
class |
DStoreProcessSubSystemConfiguration
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.processes.local |
---|
Classes in org.eclipse.rse.subsystems.processes.local that implement ISubSystemConfiguration | |
---|---|
class |
LocalProcessSubSystemConfiguration
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.processes.servicesubsystem |
---|
Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.subsystems.processes.servicesubsystem | |
---|---|
interface |
IProcessServiceSubSystemConfiguration
Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter. |
Classes in org.eclipse.rse.subsystems.processes.servicesubsystem that implement ISubSystemConfiguration | |
---|---|
class |
ProcessServiceSubSystemConfiguration
Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter. |
Methods in org.eclipse.rse.subsystems.processes.servicesubsystem with parameters of type ISubSystemConfiguration | |
---|---|
boolean |
ProcessServiceSubSystem.canSwitchTo(ISubSystemConfiguration configuration)
|
protected void |
ProcessServiceSubSystem.internalSwitchSubSystemConfiguration(ISubSystemConfiguration configuration)
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.processes.shell.linux |
---|
Classes in org.eclipse.rse.subsystems.processes.shell.linux that implement ISubSystemConfiguration | |
---|---|
class |
ShellProcessSubSystemConfiguration
This class is used by org.eclipse.rse.core.subsystemConfigurations extension that defines the process subsystem using ssh protocol on linux remote targets. |
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems |
---|
Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems | |
---|---|
interface |
IRemoteCmdSubSystemConfiguration
|
Classes in org.eclipse.rse.subsystems.shells.core.subsystems that implement ISubSystemConfiguration | |
---|---|
class |
RemoteCmdSubSystemConfiguration
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem |
---|
Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem | |
---|---|
interface |
IShellServiceSubSystemConfiguration
|
Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement ISubSystemConfiguration | |
---|---|
class |
ShellServiceSubSystemConfiguration
|
Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type ISubSystemConfiguration | |
---|---|
boolean |
ShellServiceSubSystem.canSwitchTo(ISubSystemConfiguration configuration)
|
protected void |
ShellServiceSubSystem.internalSwitchSubSystemConfiguration(ISubSystemConfiguration newConfiguration)
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.dstore |
---|
Classes in org.eclipse.rse.subsystems.shells.dstore that implement ISubSystemConfiguration | |
---|---|
class |
DStoreShellSubSystemConfiguration
Provides a factory for generating instances of the class ShellServiceSubSystem. |
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.local |
---|
Classes in org.eclipse.rse.subsystems.shells.local that implement ISubSystemConfiguration | |
---|---|
class |
LocalShellSubSystemConfiguration
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.ssh |
---|
Classes in org.eclipse.rse.subsystems.shells.ssh that implement ISubSystemConfiguration | |
---|---|
class |
SshShellSubSystemConfiguration
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.telnet |
---|
Classes in org.eclipse.rse.subsystems.shells.telnet that implement ISubSystemConfiguration | |
---|---|
class |
TelnetShellSubSystemConfiguration
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.terminals.core |
---|
Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.subsystems.terminals.core | |
---|---|
interface |
ITerminalServiceSubSystemConfiguration
An interface representing factories for creating TerminalServiceSubSystem objects. |
Classes in org.eclipse.rse.subsystems.terminals.core that implement ISubSystemConfiguration | |
---|---|
class |
TerminalServiceSubSystemConfiguration
The implementation of the ITerminalServiceSubSystemConfiguration interface contains information about what features the subsystem supports, and creates TerminalServiceSubSystem instances. |
Methods in org.eclipse.rse.subsystems.terminals.core with parameters of type ISubSystemConfiguration | |
---|---|
boolean |
TerminalServiceSubSystem.canSwitchTo(ISubSystemConfiguration configuration)
|
Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.terminals.ssh |
---|
Classes in org.eclipse.rse.subsystems.terminals.ssh that implement ISubSystemConfiguration | |
---|---|
class |
SshTerminalSubSystemConfiguration
An SSH Terminal Subsystem Factory. |
Uses of ISubSystemConfiguration in org.eclipse.rse.ui |
---|
Methods in org.eclipse.rse.ui with parameters of type ISubSystemConfiguration | |
---|---|
static SystemHostCombo |
SystemWidgetHelpers.createConnectionCombo(Composite parent,
SelectionListener listener,
IRSESystemType[] systemTypes,
ISubSystemConfiguration factory,
String factoryId,
String factoryCategory,
IHost defaultConnection,
int horizontalSpan,
boolean newButton)
Creates a new remote system connection combobox instance and sets the default layout data, with tooltip text. |
Uses of ISubSystemConfiguration in org.eclipse.rse.ui.filters.actions |
---|
Methods in org.eclipse.rse.ui.filters.actions with parameters of type ISubSystemConfiguration | |
---|---|
void |
ISystemNewFilterActionConfigurator.configureNewFilterAction(ISubSystemConfiguration factory,
SystemNewFilterAction newFilterAction,
Object callerData)
The user has selected to run this action. |
Uses of ISubSystemConfiguration in org.eclipse.rse.ui.propertypages |
---|
Methods in org.eclipse.rse.ui.propertypages that return ISubSystemConfiguration | |
---|---|
protected abstract ISubSystemConfiguration |
ServicesPropertyPage.getCurrentSubSystemConfiguration()
|
Uses of ISubSystemConfiguration in org.eclipse.rse.ui.subsystems |
---|
Methods in org.eclipse.rse.ui.subsystems with parameters of type ISubSystemConfiguration | |
---|---|
void |
ISubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration config,
SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystem subsystem)
Returns any framework-supplied actions remote objects that should be contributed to the popup menu for the given selection list. |
void |
ISubSystemConfigurationAdapter.configureNewFilterAction(ISubSystemConfiguration config,
SystemNewFilterAction newFilterAction,
Object callerData)
There is a reasonable amount of processing needed to configure filter wizards. |
ISystemFilter |
ISubSystemConfigurationAdapter.createFilterByPrompting(ISubSystemConfiguration config,
ISystemFilterReference referenceToPromptableFilter,
Shell shell)
Prompt the user to create a new filter as a result of the user expanding a promptable filter. |
void |
ISubSystemConfigurationAdapter.customizeChangeFilterPropertyPage(ISubSystemConfiguration config,
SystemChangeFilterPropertyPage page,
ISystemFilter selectedFilter,
Shell shell)
In addition to a change filter action, we now also support the same functionality via a Properties page for filters. |
void |
ISubSystemConfigurationAdapter.customizeFilterStringPropertyPage(ISubSystemConfiguration config,
SystemFilterStringPropertyPage page,
ISystemFilterString selectedFilterString,
Shell shell)
In addition to a change filter action, we now also support the same functionality via a Properties page for filter strings, in the Team View. |
IAction[] |
ISubSystemConfigurationAdapter.getFilterActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilter selectedFilter)
Returns a list of actions for the popup menu when user right clicks on a filter object. |
IAction[] |
ISubSystemConfigurationAdapter.getFilterPoolActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilterPool selectedPool)
Returns a list of actions for the popup menu when user right clicks on a filter pool object within a subsystem of this subsystem configuration. |
IAction[] |
ISubSystemConfigurationAdapter.getFilterPoolReferenceActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilterPoolReference selectedPoolReference)
Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this subsystem configuration. |
IAction[] |
ISubSystemConfigurationAdapter.getFilterReferenceActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilterReference selectedFilterRef)
Returns a list of actions for the popup menu when user right clicks on a filter reference object within a subsystem of this subsystem configuration. |
Image |
ISubSystemConfigurationAdapter.getGraphicsImage(ISubSystemConfiguration config)
Return actual graphics Image of this subsystem configuration. |
Image |
ISubSystemConfigurationAdapter.getGraphicsLiveImage(ISubSystemConfiguration config)
Return actual graphics LiveImage of this subsystem configuration. |
ImageDescriptor |
ISubSystemConfigurationAdapter.getImage(ISubSystemConfiguration config)
Return image descriptor for subsystems created by this subsystem configuration. |
ImageDescriptor |
ISubSystemConfigurationAdapter.getLiveImage(ISubSystemConfiguration config)
Return image to use when this subsystem is connected. |
org.eclipse.rse.ui.wizards.newconnection.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. |
ISystemValidator |
ISubSystemConfigurationAdapter.getPasswordValidator(ISubSystemConfiguration confi)
Return the validator for the password which is prompted for at runtime. |
ISystemValidator |
ISubSystemConfigurationAdapter.getPortValidator(ISubSystemConfiguration confi)
Return the validator for the port. |
IServerLauncherForm |
ISubSystemConfigurationAdapter.getServerLauncherForm(ISubSystemConfiguration config,
Shell shell,
ISystemMessageLine msgLine)
Return the form used in the property page, etc for this server launcher. |
IAction[] |
ISubSystemConfigurationAdapter.getSubSystemActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISubSystem selectedSubSystem)
Returns a list of actions for the popup menu when user right clicks on a subsystem object from this subsystem configuration. |
ISystemSubSystemPropertyPageCoreForm |
ISubSystemConfigurationAdapter.getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration config,
ISystemMessageLine msgLine,
Object caller)
Return the form used in the subsystem property page. |
ISystemValidator |
ISubSystemConfigurationAdapter.getUserIdValidator(ISubSystemConfiguration config)
Return the validator for the userId. |
Uses of ISubSystemConfiguration in org.eclipse.rse.ui.view |
---|
Methods in org.eclipse.rse.ui.view with parameters of type ISubSystemConfiguration | |
---|---|
void |
SubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration config,
SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystem subsystem)
Returns any framework-supplied actions remote objects that should be contributed to the popup menu for the given selection list. |
void |
SubSystemConfigurationAdapter.configureNewFilterAction(ISubSystemConfiguration config,
SystemNewFilterAction newFilterAction,
Object callerData)
There is a reasonable amount of processing needed to configure filter wizards. |
ISystemFilter |
SubSystemConfigurationAdapter.createFilterByPrompting(ISubSystemConfiguration config,
ISystemFilterReference referenceToPromptableFilter,
Shell shell)
Prompt the user to create a new filter as a result of the user expanding a promptable filter. |
void |
SubSystemConfigurationAdapter.customizeChangeFilterPropertyPage(ISubSystemConfiguration config,
SystemChangeFilterPropertyPage page,
ISystemFilter selectedFilter,
Shell shell)
In addition to a change filter action, we now also support the same functionality via a Properties page for filters. |
void |
SubSystemConfigurationAdapter.customizeFilterStringPropertyPage(ISubSystemConfiguration config,
SystemFilterStringPropertyPage page,
ISystemFilterString selectedFilterString,
Shell shell)
In addition to a change filter action, we now also support the same functionality via a Properties page for filter strings, in the Team View. |
protected Vector |
SubSystemConfigurationAdapter.getAdditionalFilterActions(ISubSystemConfiguration config,
ISystemFilter selectedFilter,
Shell shell)
Overridable entry for child classes to contribute filter actions beyond the default supplied actions. |
protected IAction |
SubSystemConfigurationAdapter.getChangeFilterAction(ISubSystemConfiguration config,
ISystemFilter selectedFilter,
Shell shell)
Overridable method to return the action for changing an existing filter. |
ISystemFilterPool |
SubSystemConfigurationAdapter.getDefaultSystemFilterPool(ISubSystemConfiguration config,
ISystemProfile profile)
Given a profile, return the first (hopefully only) default pool for this profile. |
IAction[] |
SubSystemConfigurationAdapter.getFilterActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilter selectedFilter)
Returns a list of actions for the popup menu when user right clicks on a filter object. |
IAction[] |
SubSystemConfigurationAdapter.getFilterPoolActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilterPool selectedPool)
Returns a list of actions for the popup menu when user right clicks on a filter pool object within a subsystem of this subsystem configuration. |
IAction[] |
SubSystemConfigurationAdapter.getFilterPoolReferenceActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilterPoolReference selectedPoolReference)
Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this subsystem configuration. |
IAction[] |
SubSystemConfigurationAdapter.getFilterReferenceActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilterReference selectedFilterRef)
Returns a list of actions for the popup menu when user right clicks on a filter reference object within a subsystem of this subsystem configuration. |
Image |
SubSystemConfigurationAdapter.getGraphicsImage(ISubSystemConfiguration config)
|
Image |
SubSystemConfigurationAdapter.getGraphicsLiveImage(ISubSystemConfiguration config)
|
ImageDescriptor |
SubSystemConfigurationAdapter.getImage(ISubSystemConfiguration config)
|
ImageDescriptor |
SubSystemConfigurationAdapter.getLiveImage(ISubSystemConfiguration config)
|
org.eclipse.rse.ui.wizards.newconnection.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. |
protected IAction |
SubSystemConfigurationAdapter.getNewFilterPoolFilterAction(ISubSystemConfiguration config,
ISystemFilterPool selectedPool,
Shell shell)
Overridable method to return the single action for creating a new filter in a filter pool. |
protected IAction[] |
SubSystemConfigurationAdapter.getNewFilterPoolFilterActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISystemFilterPool selectedPool)
Overridable method to return the actions for creating a new filter in a filter pool. |
protected IAction |
SubSystemConfigurationAdapter.getNewNestedFilterAction(ISubSystemConfiguration config,
ISystemFilter selectedFilter,
Shell shell)
Overridable method to return the action for creating a new nested filter inside another filter. |
ISystemValidator |
SubSystemConfigurationAdapter.getPasswordValidator(ISubSystemConfiguration configuration)
Return the validator for the password which is prompted for at runtime. |
ISystemValidator |
SubSystemConfigurationAdapter.getPortValidator(ISubSystemConfiguration configuration)
Return the validator for the port. |
protected IAction |
SubSystemConfigurationAdapter.getRemoveFilterPoolReferenceAction(ISubSystemConfiguration config,
ISystemFilterPool selectedPool,
Shell shell)
Overridable method to return the action for removing a filter pool reference. |
IServerLauncherForm |
SubSystemConfigurationAdapter.getServerLauncherForm(ISubSystemConfiguration config,
Shell shell,
ISystemMessageLine msgLine)
Return the form used in the property page, etc for this server launcher. |
IAction[] |
SubSystemConfigurationAdapter.getSubSystemActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISubSystem selectedSubSystem)
Returns a list of actions for the popup menu when user right clicks on a subsystem object from this subsystem configuration. |
protected IAction[] |
SubSystemConfigurationAdapter.getSubSystemNewFilterPoolActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISubSystem selectedSubSystem)
Overridable entry for child classes to supply their own "new" action(s) for creating a filter pool. |
ISystemSubSystemPropertyPageCoreForm |
SubSystemConfigurationAdapter.getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration config,
ISystemMessageLine msgLine,
Object caller)
|
ISystemValidator |
SubSystemConfigurationAdapter.getUserIdValidator(ISubSystemConfiguration config)
|
Uses of ISubSystemConfiguration in org.eclipse.rse.ui.widgets |
---|
Methods in org.eclipse.rse.ui.widgets with parameters of type ISubSystemConfiguration | |
---|---|
protected boolean |
SystemHostCombo.populateConnectionCombo(Combo combo,
ISubSystemConfiguration ssConfig,
IHost defaultConnection)
Populates a read-only connection combobox instance with system connections which have subsystems owned by the given subsystem factory. |
Constructors in org.eclipse.rse.ui.widgets with parameters of type ISubSystemConfiguration | |
---|---|
SystemHostCombo(Composite parent,
int style,
ISubSystemConfiguration ssConfig,
IHost defaultConnection,
boolean showNewButton)
Constructor for SystemConnectionCombo when there is a subsystem factory to restrict the list to. |
Uses of ISubSystemConfiguration in org.eclipse.rse.ui.widgets.services |
---|
Methods in org.eclipse.rse.ui.widgets.services that return ISubSystemConfiguration | |
---|---|
ISubSystemConfiguration |
FactoryServiceElement.getFactory()
Return the subsystem configuration related to this service element. |
Constructors in org.eclipse.rse.ui.widgets.services with parameters of type ISubSystemConfiguration | |
---|---|
FactoryServiceElement(IHost host,
ISubSystemConfiguration factory)
Constructor. |
Uses of ISubSystemConfiguration in org.eclipse.rse.ui.wizards |
---|
Fields in org.eclipse.rse.ui.wizards declared as ISubSystemConfiguration | |
---|---|
protected ISubSystemConfiguration |
AbstractSystemNewConnectionWizardPage.parentFactory
|
Methods in org.eclipse.rse.ui.wizards that return ISubSystemConfiguration | |
---|---|
protected ISubSystemConfiguration[] |
SubSystemServiceWizardPage.getServiceSubSystemConfigurations(IRSESystemType systemType,
Class serviceType)
|
ISubSystemConfiguration |
AbstractSystemNewConnectionWizardPage.getSubSystemConfiguration()
Return the subsystem factory that supplied this page |
Methods in org.eclipse.rse.ui.wizards with parameters of type ISubSystemConfiguration | |
---|---|
protected IConnectorService |
SubSystemServiceWizardPage.getCustomConnectorService(ISubSystemConfiguration config)
|
Constructors in org.eclipse.rse.ui.wizards with parameters of type ISubSystemConfiguration | |
---|---|
AbstractSystemNewConnectionWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory)
Constructor that defaults: the page name to the parent factory's id the page title to the parent factory's name the page description to RESID_NEWCONN_SUBSYSTEMPAGE_DESCRIPTION |
|
AbstractSystemNewConnectionWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
String pageDescription)
Constructor that defaults: the page name to the parent factory's id the page title to the parent factory's name |
|
AbstractSystemNewConnectionWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
String pageName,
String pageTitle,
String pageDescription)
Constructor that takes everything |
|
SubSystemServiceWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory)
|
|
SubSystemServiceWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
String pageDescription)
|
|
SubSystemServiceWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
String pageName,
String pageTitle,
String pageDescription)
|
|
RSE Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |