|
RSE Release 1.0 |
||||||||||
| 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 IFolder |
SystemResourceManager.getUserActionsFolder(ISystemProfile profile,
ISubSystemConfiguration ssFactory)
Get user defined actions root folder given a system profile object and subsystem factory |
static IFolder |
SystemResourceManager.getUserActionsFolder(String profileName,
ISubSystemConfiguration ssFactory)
Get user defined actions root folder given a system profile name and subsystem factory |
static boolean |
SystemResourceManager.testUserActionsFolder(String profileName,
ISubSystemConfiguration ssFactory)
Test for existence of user defined actions root folder given a system profile name and subsystem factory |
static IFolder |
SystemResourceManager.getCompileCommandsFolder(ISystemProfile profile,
ISubSystemConfiguration ssFactory)
Get compile commands root folder given a system profile object and subsystem factory |
static IFolder |
SystemResourceManager.getCompileCommandsFolder(String profileName,
ISubSystemConfiguration ssFactory)
Get compile commands root folder given a system profile name and subsystem factory |
static String |
SystemResourceManager.getFolderName(ISubSystemConfiguration ssFactory)
Map a subsystem factory object to a folder name |
static IFolder |
SystemResourceManager.getTypeFiltersFolder(ISubSystemConfiguration ssFactory)
Get the typeFilters sub-folder per subsystem factory object |
| Uses of ISubSystemConfiguration in org.eclipse.rse.core.model |
|---|
| Methods in org.eclipse.rse.core.model that return ISubSystemConfiguration | |
ISubSystemConfiguration |
ISystemNewConnectionWizardPage.getSubSystemConfiguration()
Return the subsystem factory that supplied this page |
ISubSystemConfiguration[] |
ISystemRegistry.getSubSystemConfigurations()
Return all subsystem factories. |
ISubSystemConfiguration |
ISystemRegistry.getSubSystemConfiguration(ISubSystem subsystem)
Return the parent subsystemconfiguration given a subsystem object. |
ISubSystemConfiguration |
ISystemRegistry.getSubSystemConfiguration(String id)
Return the subsystemconfiguration, given its plugin.xml-declared id. |
ISubSystemConfiguration[] |
ISystemRegistry.getSubSystemConfigurationsByCategory(String factoryCategory)
Return all subsystem factories which have declared themselves part of the given category. |
ISubSystemConfiguration[] |
ISystemRegistry.getSubSystemConfigurationsBySystemType(String systemType)
Return all subsystem factories which support the given system type. |
ISubSystemConfiguration[] |
ISystemRegistry.getSubSystemConfigurationsBySystemType(String systemType,
boolean filterDuplicateServiceSubSystemFactories)
Return all subsystem factories which support the given system type. |
| Methods in org.eclipse.rse.core.model with parameters of type ISubSystemConfiguration | |
ISystemFilterPool[] |
ISystemProfile.getFilterPools(ISubSystemConfiguration ssf)
Return all filter pools for this profile, scoped by a given subsystem factory |
IHost[] |
ISystemRegistry.getHostsBySubSystemConfiguration(ISubSystemConfiguration factory)
Return all connections for which there exists one or more subsystems owned by a given subsystem factory. |
| Uses of ISubSystemConfiguration in org.eclipse.rse.core.servicesubsystem |
|---|
| Classes in org.eclipse.rse.core.servicesubsystem that implement ISubSystemConfiguration | |
class |
ServiceSubSystemConfiguration
This class is to be used by subsystem-providers that do not desire to use MOF/EMF. |
| Uses of ISubSystemConfiguration in org.eclipse.rse.core.subsystems |
|---|
| Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.core.subsystems | |
interface |
IServiceSubSystemConfiguration
This is the interface for the class that is for subsystem-providers who desire not to use MOF. |
| Classes in org.eclipse.rse.core.subsystems that implement ISubSystemConfiguration | |
class |
SubSystemConfiguration
Abstract base class for subsystem factory 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(ISystemFilterPool pool)
Give a filter pool, return parent subsystem factory |
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(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 | |
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. |
| Uses of ISubSystemConfiguration in org.eclipse.rse.core.subsystems.util |
|---|
| Methods in org.eclipse.rse.core.subsystems.util with parameters of type ISubSystemConfiguration | |
void |
ISubSystemConfigurationAdapter.configureNewFilterAction(ISubSystemConfiguration factory,
SystemNewFilterAction newFilterAction,
Object callerData)
There is a reasonable amount of processing needed to configure filter wizards. |
ISystemNewConnectionWizardPage[] |
ISubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration factory,
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 factory supports. |
void |
ISubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration factory,
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. |
IAction[] |
ISubSystemConfigurationAdapter.getFilterPoolActions(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a filter pool object within a subsystem of this factory. |
IAction[] |
ISubSystemConfigurationAdapter.getFilterPoolReferenceActions(ISubSystemConfiguration factory,
ISystemFilterPoolReference selectedPoolReference,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this factory. |
IAction[] |
ISubSystemConfigurationAdapter.getFilterActions(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a filter object. |
void |
ISubSystemConfigurationAdapter.customizeChangeFilterPropertyPage(ISubSystemConfiguration factory,
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 factory,
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. |
ISystemFilter |
ISubSystemConfigurationAdapter.createFilterByPrompting(ISubSystemConfiguration factory,
ISystemFilterReference referenceToPromptableFilter,
Shell shell)
Prompt the user to create a new filter as a result of the user expanding a promptable filter. |
IAction[] |
ISubSystemConfigurationAdapter.getFilterReferenceActions(ISubSystemConfiguration factory,
ISystemFilterReference selectedFilterRef,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a filter reference object within a subsystem of this factory. |
IAction[] |
ISubSystemConfigurationAdapter.getSubSystemActions(ISubSystemConfiguration factory,
ISubSystem selectedSubSystem,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a subsystem object from this factory. |
IServerLauncherForm |
ISubSystemConfigurationAdapter.getServerLauncherForm(ISubSystemConfiguration factory,
Shell shell,
ISystemMessageLine msgLine)
Return the form used in the property page, etc for this server launcher. |
ISystemSubSystemPropertyPageCoreForm |
ISubSystemConfigurationAdapter.getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration factory,
ISystemMessageLine msgLine,
Object caller)
|
ImageDescriptor |
ISubSystemConfigurationAdapter.getImage(ISubSystemConfiguration factory)
Return image descriptor for subsystems created by this factory. |
Image |
ISubSystemConfigurationAdapter.getGraphicsImage(ISubSystemConfiguration factory)
Return actual graphics Image of this factory. |
ImageDescriptor |
ISubSystemConfigurationAdapter.getLiveImage(ISubSystemConfiguration factory)
Return image to use when this susystem is connection. |
Image |
ISubSystemConfigurationAdapter.getGraphicsLiveImage(ISubSystemConfiguration factory)
Return actual graphics LiveImage of this factory. |
void |
ISubSystemConfigurationAdapter.renameSubSystemProfile(ISubSystemConfiguration factory,
String oldProfileName,
String newProfileName)
|
ISystemValidator |
ISubSystemConfigurationAdapter.getUserIdValidator(ISubSystemConfiguration config)
Return the validator for the userId. |
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. |
| Uses of ISubSystemConfiguration in org.eclipse.rse.files.ui.propertypages |
|---|
| Methods in org.eclipse.rse.files.ui.propertypages with parameters of type ISubSystemConfiguration | |
void |
FileServicesPropertyPage.setSubSystemConfiguration(ISubSystemConfiguration factory)
|
| Uses of ISubSystemConfiguration in org.eclipse.rse.files.ui.view |
|---|
| Methods in org.eclipse.rse.files.ui.view with parameters of type ISubSystemConfiguration | |
ISystemNewConnectionWizardPage[] |
RemoteFileSubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration factory,
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 factory supports. |
protected IAction |
RemoteFileSubSystemConfigurationAdapter.getNewFilterPoolFilterAction(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Overridable parent method to return the action for creating a new filter inside a filter pool Returns new SystemNewFileFilterAction. |
protected IAction |
RemoteFileSubSystemConfigurationAdapter.getChangeFilterAction(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Overridable method to return the action for changing an existing filter. |
protected Vector |
RemoteFileSubSystemConfigurationAdapter.getAdditionalFilterActions(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
|
void |
RemoteFileSubSystemConfigurationAdapter.renameSubSystemProfile(ISubSystemConfiguration factory,
String oldProfileName,
String newProfileName)
Called by SystemRegistry's renameSystemProfile method to ensure we update our subsystem names within each subsystem. |
| Uses of ISubSystemConfiguration in org.eclipse.rse.files.ui.wizards |
|---|
| Constructors in org.eclipse.rse.files.ui.wizards with parameters of type ISubSystemConfiguration | |
SystemFileNewConnectionWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory)
Constructor |
|
| Uses of ISubSystemConfiguration in org.eclipse.rse.internal.subsystems.shells.subsystems |
|---|
| Classes in org.eclipse.rse.internal.subsystems.shells.subsystems that implement ISubSystemConfiguration | |
class |
org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCmdSubSystemConfiguration
|
| Uses of ISubSystemConfiguration in org.eclipse.rse.model |
|---|
| Methods in org.eclipse.rse.model that return ISubSystemConfiguration | |
static ISubSystemConfiguration |
SystemStartHere.getSubSystemConfiguration(String subsystemConfigurationId)
Miscallenous Helper. |
ISubSystemConfiguration |
SystemRegistry.getSubSystemConfiguration(ISubSystem subsystem)
Return the parent subsystem configuration given a subsystem object. |
ISubSystemConfiguration |
SystemRegistry.getSubSystemConfiguration(String id)
Return the subsystem configuration, given its plugin.xml-declared id. |
ISubSystemConfiguration[] |
SystemRegistry.getSubSystemConfigurationsByCategory(String factoryCategory)
Return all subsystem factories which have declared themselves part of the given category. |
ISubSystemConfiguration[] |
SystemRegistry.getSubSystemConfigurationsBySystemType(String systemType)
|
ISubSystemConfiguration[] |
SystemRegistry.getSubSystemConfigurationsBySystemType(String systemType,
boolean filterDuplicateServiceSubSystemFactories)
Return all subsystem factories which support the given system type. |
ISubSystemConfiguration[] |
SystemRegistry.getSubSystemConfigurations()
|
| Methods in org.eclipse.rse.model with parameters of type ISubSystemConfiguration | |
static IHost[] |
SystemStartHere.getConnectionsBySubSystemConfiguration(ISubSystemConfiguration subsystemConfiguration)
STEP 2c. |
IHost[] |
SystemRegistry.getHostsBySubSystemConfiguration(ISubSystemConfiguration factory)
Return all connections for which there exists one or more subsystems owned by a given subsystem factory. |
| Uses of ISubSystemConfiguration in org.eclipse.rse.processes.ui.propertypages |
|---|
| Methods in org.eclipse.rse.processes.ui.propertypages with parameters of type ISubSystemConfiguration | |
void |
ProcessServicesPropertyPage.setSubSystemConfiguration(ISubSystemConfiguration factory)
|
| Uses of ISubSystemConfiguration in org.eclipse.rse.processes.ui.view |
|---|
| Methods in org.eclipse.rse.processes.ui.view with parameters of type ISubSystemConfiguration | |
protected IAction |
RemoteProcessSubSystemConfigurationAdapter.getNewFilterPoolFilterAction(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Overridable parent method to return the action for creating a new filter. |
protected IAction |
RemoteProcessSubSystemConfigurationAdapter.getChangeFilterAction(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Overridable method to return the action for changing an existing filter. |
| Uses of ISubSystemConfiguration in org.eclipse.rse.shells.ui.propertypages |
|---|
| Methods in org.eclipse.rse.shells.ui.propertypages with parameters of type ISubSystemConfiguration | |
void |
ShellServicesPropertyPage.setSubSystemConfiguration(ISubSystemConfiguration factory)
|
| Uses of ISubSystemConfiguration in org.eclipse.rse.shells.ui.view |
|---|
| Methods in org.eclipse.rse.shells.ui.view with parameters of type ISubSystemConfiguration | |
IAction[] |
ShellServiceSubSystemConfigurationAdapter.getSubSystemActions(ISubSystemConfiguration factory,
ISubSystem selectedSubSystem,
Shell shell)
|
| 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
|
| 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.subsystem |
|---|
| Classes in org.eclipse.rse.subsystems.files.dstore.subsystem that implement ISubSystemConfiguration | |
class |
DStoreFileSubSystemConfiguration
Provides a factory for generating instances of the class SampleFileSubSystem. |
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. |
| Uses of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems |
|---|
| Subinterfaces of ISubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems | |
interface |
IRemoteCmdSubSystemConfiguration
|
| 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
|
| 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.ui |
|---|
| Methods in org.eclipse.rse.ui with parameters of type ISubSystemConfiguration | |
static SystemHostCombo |
SystemWidgetHelpers.createConnectionCombo(Composite parent,
SelectionListener listener,
String[] 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.actions |
|---|
| Methods in org.eclipse.rse.ui.actions that return ISubSystemConfiguration | |
ISubSystemConfiguration |
SystemAbstractPopupMenuExtensionAction.getSubSystemConfiguration()
Returns the subsystem factory which owns the subsystem from which the selected remote objects were resolved |
| 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 ISubSystemConfiguration |
SystemTeamViewSubSystemConfigurationPropertyPage.getSubSystemConfiguration()
Get the input team view subsystem factory node |
ISubSystemConfiguration |
SystemAbstractPropertyPageExtensionAction.getSubSystemConfiguration()
Returns the subsystem factory which owns the subsystem from which the input remote object was resolved |
| Methods in org.eclipse.rse.ui.propertypages with parameters of type ISubSystemConfiguration | |
void |
ISystemConnectionWizardPropertyPage.setSubSystemConfiguration(ISubSystemConfiguration factory)
|
void |
ServerConnectionSecurityPropertyPage.setSubSystemConfiguration(ISubSystemConfiguration factory)
|
void |
ServerLauncherPropertyPage.setSubSystemConfiguration(ISubSystemConfiguration factory)
|
| 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 factory,
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. |
ISystemNewConnectionWizardPage[] |
SubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration factory,
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 factory supports. |
ISystemSubSystemPropertyPageCoreForm |
SubSystemConfigurationAdapter.getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration factory,
ISystemMessageLine msgLine,
Object caller)
|
protected List |
SubSystemConfigurationAdapter.getSubSystemPropertyPages(ISubSystemConfiguration factory)
Gets the list of property pages applicable for a subsystem associated with this factory |
ImageDescriptor |
SubSystemConfigurationAdapter.getImage(ISubSystemConfiguration factory)
Return image descriptor of this factory. |
Image |
SubSystemConfigurationAdapter.getGraphicsImage(ISubSystemConfiguration factory)
Return actual graphics Image of this factory. |
ImageDescriptor |
SubSystemConfigurationAdapter.getLiveImage(ISubSystemConfiguration factory)
Return image to use when this susystem is connection. |
Image |
SubSystemConfigurationAdapter.getGraphicsLiveImage(ISubSystemConfiguration factory)
Return actual graphics LiveImage of this factory. |
IAction[] |
SubSystemConfigurationAdapter.getSubSystemActions(ISubSystemConfiguration factory,
ISubSystem selectedSubSystem,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a subsystem object from this factory. |
void |
SubSystemConfigurationAdapter.configureNewFilterAction(ISubSystemConfiguration factory,
SystemNewFilterAction newFilterAction,
Object callerData)
There is a reasonable amount of processing needed to configure filter wizards. |
ISystemFilterPool |
SubSystemConfigurationAdapter.getDefaultSystemFilterPool(ISubSystemConfiguration factory,
ISystemProfile profile)
Given a profile, return the first (hopefully only) default pool for this profile. |
protected IAction[] |
SubSystemConfigurationAdapter.getSubSystemNewFilterPoolActions(ISubSystemConfiguration factory,
ISubSystem selectedSubSystem,
Shell shell)
Overridable entry for child classes to supply their own "new" action(s) for creating a filter pool. |
protected Vector |
SubSystemConfigurationAdapter.getAdditionalSubSystemActions(ISubSystemConfiguration factory,
ISubSystem selectedSubSystem,
Shell shell)
Overridable entry for child classes to contribute subsystem actions beyond the default supplied actions. |
IAction[] |
SubSystemConfigurationAdapter.getFilterPoolActions(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a filter pool object within a subsystem of this factory. |
protected Vector |
SubSystemConfigurationAdapter.getAdditionalFilterPoolActions(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Overridable entry for child classes to contribute filter pool actions beyond the default supplied actions. |
protected IAction[] |
SubSystemConfigurationAdapter.getNewFilterPoolFilterActions(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Overridable method to return the actions for creating a new filter in a filter pool. |
protected IAction |
SubSystemConfigurationAdapter.getNewFilterPoolFilterAction(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Overridable method to return the single action for creating a new filter in a filter pool. |
protected IAction |
SubSystemConfigurationAdapter.getNewNestedFilterAction(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Overridable method to return the action for creating a new nested filter inside another filter. |
protected IAction |
SubSystemConfigurationAdapter.getChangeFilterAction(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Overridable method to return the action for changing an existing filter. |
void |
SubSystemConfigurationAdapter.customizeChangeFilterPropertyPage(ISubSystemConfiguration factory,
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 factory,
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[] |
SubSystemConfigurationAdapter.getFilterPoolReferenceActions(ISubSystemConfiguration factory,
ISystemFilterPoolReference selectedPoolRef,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this factory. |
protected Vector |
SubSystemConfigurationAdapter.getAdditionalFilterPoolReferenceActions(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Overridable entry for child classes to contribute filter pool reference actions beyond the default supplied actions. |
protected IAction |
SubSystemConfigurationAdapter.getRemoveFilterPoolReferenceAction(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
Overridable method to return the action for removing a filter pool reference. |
ISystemFilter |
SubSystemConfigurationAdapter.createFilterByPrompting(ISubSystemConfiguration factory,
ISystemFilterReference referenceToPromptableFilter,
Shell shell)
Prompt the user to create a new filter as a result of the user expanding a promptable filter. |
IAction[] |
SubSystemConfigurationAdapter.getFilterActions(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a filter object. |
protected Vector |
SubSystemConfigurationAdapter.getAdditionalFilterActions(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Overridable entry for child classes to contribute filter actions beyond the default supplied actions. |
IAction[] |
SubSystemConfigurationAdapter.getFilterReferenceActions(ISubSystemConfiguration factory,
ISystemFilterReference selectedFilterRef,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a filter reference object within a subsystem of this factory. |
protected Vector |
SubSystemConfigurationAdapter.getAdditionalFilterReferenceActions(ISubSystemConfiguration factory,
ISystemFilterReference selectedFilterRef,
Shell shell)
Overridable entry for child classes to contribute filter reference actions beyond the default supplied actions. |
IServerLauncherForm |
SubSystemConfigurationAdapter.getServerLauncherForm(ISubSystemConfiguration factory,
Shell shell,
ISystemMessageLine msgLine)
Return the form used in the property page, etc for this server launcher. |
void |
SubSystemConfigurationAdapter.renameSubSystemProfile(ISubSystemConfiguration factory,
String oldProfileName,
String newProfileName)
Called by SystemRegistry's renameSystemProfile method to ensure we update our filter pool manager names (and their folders) Must be called AFTER changing the profile's name!! |
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. |
ISystemValidator |
SubSystemConfigurationAdapter.getUserIdValidator(ISubSystemConfiguration config)
|
| Uses of ISubSystemConfiguration in org.eclipse.rse.ui.view.team |
|---|
| Methods in org.eclipse.rse.ui.view.team that return ISubSystemConfiguration | |
ISubSystemConfiguration |
SystemTeamViewSubSystemConfigurationNode.getSubSystemConfiguration()
Return the subsystem factory this node represents |
| Methods in org.eclipse.rse.ui.view.team with parameters of type ISubSystemConfiguration | |
void |
SystemTeamViewSubSystemConfigurationNode.setSubSystemConfiguration(ISubSystemConfiguration factory)
Set the subsystem factory this node represents |
| Constructors in org.eclipse.rse.ui.view.team with parameters of type ISubSystemConfiguration | |
SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile,
SystemTeamViewCategoryNode parentCategory,
ISubSystemConfiguration ssf)
Constructor |
|
| 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 ssFactory,
IHost defaultConnection)
Populates a readonly 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.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 | |
ISubSystemConfiguration |
AbstractSystemNewConnectionWizardPage.getSubSystemConfiguration()
Return the subsystem factory that supplied this page |
| Constructors in org.eclipse.rse.ui.wizards with parameters of type ISubSystemConfiguration | |
SystemSubSystemsPropertiesWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
List propertyPages)
Constructor |
|
AbstractSystemNewConnectionWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
String pageName,
String pageTitle,
String pageDescription)
Constructor that takes everything |
|
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)
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 |
|
SubSystemServiceWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
String pageName,
String pageTitle,
String pageDescription)
|
|
SubSystemServiceWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory,
String pageDescription)
|
|
SubSystemServiceWizardPage(IWizard wizard,
ISubSystemConfiguration parentFactory)
|
|
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||