RSE
Release 1.0

org.eclipse.rse.processes.ui.view
Class RemoteProcessSubSystemConfigurationAdapter

java.lang.Object
  extended byorg.eclipse.rse.ui.view.SubSystemConfigurationAdapter
      extended byorg.eclipse.rse.processes.ui.view.RemoteProcessSubSystemConfigurationAdapter
All Implemented Interfaces:
ISubSystemConfigurationAdapter, ISystemNewFilterActionConfigurator

public class RemoteProcessSubSystemConfigurationAdapter
extends SubSystemConfigurationAdapter


Field Summary
 
Fields inherited from class org.eclipse.rse.ui.view.SubSystemConfigurationAdapter
imageTable
 
Constructor Summary
RemoteProcessSubSystemConfigurationAdapter()
           
 
Method Summary
protected  IAction getChangeFilterAction(ISubSystemConfiguration factory, ISystemFilter selectedFilter, Shell shell)
          Overridable method to return the action for changing an existing filter.
protected  IAction getNewFilterPoolFilterAction(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell)
          Overridable parent method to return the action for creating a new filter.
 
Methods inherited from class org.eclipse.rse.ui.view.SubSystemConfigurationAdapter
addCommonRemoteActions, configureNewFilterAction, createFilterByPrompting, customizeChangeFilterPropertyPage, customizeFilterStringPropertyPage, getAdditionalFilterActions, getAdditionalFilterPoolActions, getAdditionalFilterPoolReferenceActions, getAdditionalFilterReferenceActions, getAdditionalSubSystemActions, getDefaultSystemFilterPool, getFilterActions, getFilterPoolActions, getFilterPoolReferenceActions, getFilterReferenceActions, getGraphicsImage, getGraphicsLiveImage, getImage, getLiveImage, getNewConnectionWizardPages, getNewFilterPoolFilterActions, getNewFilterWizardPoolWrapperInformation, getNewNestedFilterAction, getPasswordValidator, getPortValidator, getPropertyPage, getRemoveFilterPoolReferenceAction, getServerLauncherForm, getSubSystemActions, getSubSystemNewFilterPoolActions, getSubSystemPropertyPageCoreFrom, getSubSystemPropertyPages, getSystemFilterImage, getSystemFilterPoolImage, getSystemFilterPoolManagerImage, getSystemFilterStringImage, getSystemFilterStringImage, getUserIdValidator, renameSubSystemProfile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteProcessSubSystemConfigurationAdapter

public RemoteProcessSubSystemConfigurationAdapter()
Method Detail

getNewFilterPoolFilterAction

protected IAction getNewFilterPoolFilterAction(ISubSystemConfiguration factory,
                                               ISystemFilterPool selectedPool,
                                               Shell shell)
Overridable parent method to return the action for creating a new filter. Returns new SystemNewFileFilterAction.

Overrides:
getNewFilterPoolFilterAction in class SubSystemConfigurationAdapter
Parameters:
shell - parent shell of viewer where the popup menu is being constructed

getChangeFilterAction

protected IAction getChangeFilterAction(ISubSystemConfiguration factory,
                                        ISystemFilter selectedFilter,
                                        Shell shell)
Overridable method to return the action for changing an existing filter. Returns new SystemProcessUpdateFilterAction.

Overrides:
getChangeFilterAction in class SubSystemConfigurationAdapter
Parameters:
selectedFilter - the currently selected filter
shell - parent shell of viewer where the popup menu is being constructed

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.