|
 |
|
|
Uses of Interface org.eclipse.rse.core.subsystems.ISubSystemConfiguration
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. |
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)
|
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)
|
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|