|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.ui.view.SubSystemConfigurationAdapter
org.eclipse.rse.files.ui.view.RemoteFileSubSystemConfigurationAdapter
| Field Summary |
|---|
| Fields inherited from class org.eclipse.rse.ui.view.SubSystemConfigurationAdapter |
|---|
imageTable |
| Constructor Summary | |
|---|---|
RemoteFileSubSystemConfigurationAdapter()
|
|
| Method Summary | |
|---|---|
protected Vector |
getAdditionalFilterActions(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Overridable entry for child classes to contribute filter actions beyond the default supplied actions. |
protected IAction |
getChangeFilterAction(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
Overridable method to return the action for changing an existing filter. |
ISystemNewConnectionWizardPage[] |
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 |
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 void |
recursivelyUpdateIFileProperties(String newName,
IFolder container)
|
void |
renameSubSystemProfile(ISubSystemConfiguration factory,
String oldProfileName,
String newProfileName)
Called by SystemRegistry's renameSystemProfile method to ensure we update our subsystem names within each subsystem. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RemoteFileSubSystemConfigurationAdapter()
| Method Detail |
public ISystemNewConnectionWizardPage[] getNewConnectionWizardPages(ISubSystemConfiguration factory,
IWizard wizard)
Tip: consider extending AbstractSystemWizardPage for your wizard page class.
getNewConnectionWizardPages in interface ISubSystemConfigurationAdaptergetNewConnectionWizardPages in class SubSystemConfigurationAdapter
protected IAction getNewFilterPoolFilterAction(ISubSystemConfiguration factory,
ISystemFilterPool selectedPool,
Shell shell)
getNewFilterPoolFilterAction in class SubSystemConfigurationAdaptershell - parent shell of viewer where the popup menu is being constructed
protected IAction getChangeFilterAction(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
getChangeFilterAction in class SubSystemConfigurationAdapterselectedFilter - the currently selected filtershell - parent shell of viewer where the popup menu is being constructed
protected Vector getAdditionalFilterActions(ISubSystemConfiguration factory,
ISystemFilter selectedFilter,
Shell shell)
SubSystemConfigurationAdapterBy default, this returns null.
getAdditionalFilterActions in class SubSystemConfigurationAdapterorg.eclipse.rse.core.subsystems.SubSystemConfiguration#getAdditionalFilterActions(ISystemFilter,Shell)
public void renameSubSystemProfile(ISubSystemConfiguration factory,
String oldProfileName,
String newProfileName)
Must be called AFTER changing the profile's name!!
renameSubSystemProfile in interface ISubSystemConfigurationAdapterrenameSubSystemProfile in class SubSystemConfigurationAdapter
protected void recursivelyUpdateIFileProperties(String newName,
IFolder container)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||