Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

Uses of Interface
org.eclipse.rse.core.filters.ISystemFilterPool

Packages that use ISystemFilterPool
org.eclipse.rse.core   
org.eclipse.rse.core.filters   
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore Application programming interface for creating customized DataStore file subsystems. 
org.eclipse.rse.subsystems.files.local Application programming interface for creating customized local file subsystems. 
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.ui.filters   
org.eclipse.rse.ui.filters.actions   
org.eclipse.rse.ui.filters.dialogs   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.view   
 

Uses of ISystemFilterPool in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core with parameters of type ISystemFilterPool
static  String SystemResourceManager. getFolderName ( ISystemFilterPool pool)
          Map a filter pool name to a folder name Current algorith is that pool name equals folder name, but we use this method to allow flexibility in the future.
 

Uses of ISystemFilterPool in org.eclipse.rse.core.filters
 

Methods in org.eclipse.rse.core.filters that return ISystemFilterPool
  ISystemFilterPool ISystemFilterPoolManager. copySystemFilterPool ( ISystemFilterPoolManager targetMgr, ISystemFilterPool pool, String newName)
          Copy the specified filter pool from this manager to this manager or another manager.
  ISystemFilterPool ISystemFilterPoolManager. createSystemFilterPool ( String name, boolean isDeletable)
          Create a new filter pool.
  ISystemFilterPool ISystemFilterPoolManager. getFirstDefaultSystemFilterPool ()
          Return the first pool that has the default attribute set to true.
  ISystemFilterPool ISystemFilter. getParentFilterPool ()
           
  ISystemFilterPool ISystemFilterPoolReference. getReferencedFilterPool ()
           
  ISystemFilterPool[] ISystemFilterPoolReferenceManager. getReferencedSystemFilterPools ()
          Return array of filter pools currently referenced by this manager Result will never be null, although it may be an array of length zero.
  ISystemFilterPool ISystemFilterContainer. getSystemFilterPool ()
           
  ISystemFilterPool ISystemFilterPoolWrapper. getSystemFilterPool ()
          Get the wrappered SystemFilterPool object
  ISystemFilterPool ISystemFilterPoolManager. getSystemFilterPool ( String name)
          Given a filter pool name, return that filter pool object.
  ISystemFilterPool ISystemFilterPoolManagerProvider. getSystemFilterPoolForBrokenReference ( ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName)
          Last chance call, by a filter pool reference manager, when a reference to a filter pool is found but the referenced master filter pool is not found in those the reference manager by getSystemFilterPoolManagers().
  ISystemFilterPool[] ISystemFilterPoolManager. getSystemFilterPools ()
          Return array of SystemFilterPools managed by this manager.
  ISystemFilterPool ISystemFilterPoolReferenceManagerProvider. getUniqueOwningSystemFilterPool (boolean createIfNotFound)
          Return the owning filter pool that is unique to this provider
  ISystemFilterPool ISystemFilterPoolManager. moveSystemFilterPool ( ISystemFilterPoolManager targetMgr, ISystemFilterPool oldPool, String newName)
          Move the specified filter pool from this manager to another manager.
 

Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterPool
  ISystemFilterPoolReference ISystemFilterPoolReferenceManager. addReferenceToSystemFilterPool ( ISystemFilterPool filterPool)
          Given a filter pool, create a referencing object and add it to the list.
 void ISystemFilterPoolWrapperInformation. addWrapper ( String displayName, ISystemFilterPool poolToWrap, boolean preSelect)
          Add a filter pool, which we will wrapper here by creating a SystemFilterPoolWrapper object for you
 void ISystemFilterPool. cloneSystemFilterPool ( ISystemFilterPool targetPool)
          Clone the attributes from this filter pool into another filter pool.
  ISystemFilter ISystemFilterPool. copySystemFilter ( ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName)
          Copy a system filter to this or another filter pool.
  ISystemFilter ISystemFilterPoolManager. copySystemFilter ( ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName)
          Copy a system filter to a pool in this or another filter manager.
  ISystemFilterPool ISystemFilterPoolManager. copySystemFilterPool ( ISystemFilterPoolManager targetMgr, ISystemFilterPool pool, String newName)
          Copy the specified filter pool from this manager to this manager or another manager.
 void ISystemFilterPoolManager. deleteSystemFilterPool ( ISystemFilterPool pool)
          Delete a given filter pool.
 void ISystemFilterPoolManagerProvider. filterEventFilterPoolCreated ( ISystemFilterPool newPool)
          A new filter pool has been created
 void ISystemFilterPoolManagerProvider. filterEventFilterPoolDeleted ( ISystemFilterPool oldPool)
          A filter pool has been deleted
 void ISystemFilterPoolManagerProvider. filterEventFilterPoolRenamed ( ISystemFilterPool pool, String oldName)
          A filter pool has been renamed
 void ISystemFilterPoolManagerProvider. filterEventFilterPoolsRePositioned ( ISystemFilterPool[] pools, int delta)
          One or more filter pools have been re-ordered within their manager
  ISystemFilterPoolReference ISystemFilterPoolReferenceManager. getReferenceToSystemFilterPool ( ISystemFilterPool filterPool)
          Given a filter pool, locate the referencing object for it and return it.
 boolean ISystemFilterPoolReferenceManager. isSystemFilterPoolReferenced ( ISystemFilterPool filterPool)
          Return true if the given filter pool has a referencing object in this list.
  ISystemFilter ISystemFilterPoolManager. moveSystemFilter ( ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName)
          Move a system filter to a pool in this or another filter manager.
  ISystemFilterPool ISystemFilterPoolManager. moveSystemFilterPool ( ISystemFilterPoolManager targetMgr, ISystemFilterPool oldPool, String newName)
          Move the specified filter pool from this manager to another manager.
 void ISystemFilterPoolManager. orderSystemFilters ( ISystemFilterPool pool, String[] names)
          Order filters according to user preferences.
 boolean ISystemFilterPoolManager. preTestRenameFilterPool ( ISystemFilterPool pool)
          Pre-test if we are going to run into any trouble renaming any of the files or folders used to persist a filter pool.
 int ISystemFilterPoolReferenceManager. removeReferenceToSystemFilterPool ( ISystemFilterPool filterPool)
          Given a filter pool, locate the referencing object for it and remove it from the list.
 void ISystemFilterPoolReferenceManager. renameReferenceToSystemFilterPool ( ISystemFilterPool pool)
          A reference filter pool has been renamed.
 void ISystemFilterPoolManager. renameSystemFilterPool ( ISystemFilterPool pool, String newName)
          Rename a filter pool.
 void ISystemFilterPoolReferenceManager. resetSystemFilterPoolReference ( ISystemFilterPoolReference filterPoolReference, ISystemFilterPool newPool)
          Reset the filter pool a reference points to.
 void ISystemFilter. setParentFilterPool ( ISystemFilterPool parentPool)
          Internal use method to set the parent filter pool.
 void ISystemFilterPoolReference. setReferenceToFilterPool ( ISystemFilterPool pool)
          Set the filter pool that we reference.
 void ISystemFilterPoolReferenceManager. setSystemFilterPoolReferences ( ISystemFilterPool[] filterPools, boolean deReference)
          In one shot, set the filter pool references to new references to supplied filter pools.
  SystemMessage ISystemFilterPoolSelectionValidator. validate ( ISystemFilterPool filterPool)
          Validate the given selection.
 

Uses of ISystemFilterPool in org.eclipse.rse.core.model
 

Methods in org.eclipse.rse.core.model that return ISystemFilterPool
  ISystemFilterPool[] ISystemProfile. getFilterPools ()
           
  ISystemFilterPool[] ISystemProfile. getFilterPools ( ISubSystemConfiguration ssf)
          Return all filter pools for this profile, scoped by a given subsystem factory
 

Uses of ISystemFilterPool in org.eclipse.rse.core.subsystems
 

Methods in org.eclipse.rse.core.subsystems that return ISystemFilterPool
protected   ISystemFilterPool SubSystemConfiguration. createDefaultFilterPool ( ISystemFilterPoolManager mgr)
          Overridable lifecycle method.
  ISystemFilterPool SubSystem. getConnectionPrivateFilterPool (boolean createIfNotFound)
          Find or create a new filter pool, unique to this subsystem's connection.
  ISystemFilterPool SubSystemConfiguration. getDefaultFilterPool ( ISystemProfile profile, String oldProfileName)
          Return the default filter pool for the given profile...
  ISystemFilterPool ISubSystemConfiguration. getDefaultFilterPool ( ISystemProfile profile, String oldProfileName)
           
  ISystemFilterPool SubSystemConfiguration. getDefaultSystemFilterPool ( ISubSystem subsys)
          Given a subsystem, return the first (hopefully only) default pool for this subsystem's profile.
  ISystemFilterPool ISubSystemConfiguration. getDefaultSystemFilterPool ( ISubSystem subsys)
          Given a subsystem, return the first (hopefully only) default pool for this subsystem's profile.
  ISystemFilterPool SubSystemConfiguration. getDefaultSystemFilterPool ( ISystemProfile profile)
          Given a profile, return the first (hopefully only) default pool for this profile.
  ISystemFilterPool SubSystemConfiguration. getFilterPool ( ISystemProfile profile, String name)
          Returns a filter pool, given its profile and pool name
  ISystemFilterPool[] SubSystemConfiguration. getFilterPools ( ISystemProfile profile)
          Returns an array of filter pool objects within a profile.
  ISystemFilterPool SubSystemConfiguration. getSystemFilterPoolForBrokenReference ( ISystemFilterPoolReferenceManager callingRefMgr, String missingPoolMgrName, String missingPoolName)
          Last chance call, by a filter pool reference manager, when a reference to a filter pool is found but the referenced master filter pool is not found in those the reference manager by getSystemFilterPoolManagers().
  ISystemFilterPool SubSystem. getUniqueOwningSystemFilterPool (boolean createIfNotFound)
          Return the owning filter pool that is unique to this provider.
 

Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterPool
 void SubSystemConfiguration. filterEventFilterPoolCreated ( ISystemFilterPool newPool)
          A new filter pool has been created
 void SubSystemConfiguration. filterEventFilterPoolDeleted ( ISystemFilterPool oldPool)
          A filter pool has been deleted
 void SubSystemConfiguration. filterEventFilterPoolRenamed ( ISystemFilterPool pool, String oldName)
          A filter pool has been renamed
 void SubSystemConfiguration. filterEventFilterPoolsRePositioned ( ISystemFilterPool[] pools, int delta)
          One or more filter pools have been re-ordered within their manager
protected   ISystemFilterPoolManager SubSystemConfiguration. getFilterPoolManager ( ISystemFilterPool pool)
          Get the filter pool manager for the given filter pool
static  ISubSystemConfiguration SubSystemHelpers. getParentSubSystemConfiguration ( ISystemFilterPool pool)
          Give a filter pool, return parent subsystem factory
static  ISystemFilterPoolManager SubSystemHelpers. getParentSystemFilterPoolManager ( ISystemFilterPool pool)
          Give a filter pool, return its parent filter pool manager
static  ISystemProfile SubSystemHelpers. getParentSystemProfile ( ISystemFilterPool pool)
          Give a filter pool, return its parent profile
  ISubSystem[] SubSystemConfiguration. getSubSystems ( ISystemFilterPool pool)
          Returns a list of subsystem objects existing in memory, which contain a reference to the given filter pool.
  ISystemProfile SubSystemConfiguration. getSystemProfile ( ISystemFilterPool pool)
          Get owning profile object given a filter pool object
  ISystemProfile ISubSystemConfiguration. getSystemProfile ( ISystemFilterPool pool)
          Get owning profile object given a filter pool object
 

Uses of ISystemFilterPool in org.eclipse.rse.subsystems.files.core.subsystems
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return ISystemFilterPool
protected   ISystemFilterPool RemoteFileSubSystemConfiguration. createDefaultFilterPool ( ISystemFilterPoolManager mgr)
          Override from parent.
 

Uses of ISystemFilterPool in org.eclipse.rse.subsystems.files.dstore
 

Methods in org.eclipse.rse.subsystems.files.dstore that return ISystemFilterPool
protected   ISystemFilterPool DStoreWindowsFileSubSystemConfiguration. createDefaultFilterPool ( ISystemFilterPoolManager mgr)
           
 

Uses of ISystemFilterPool in org.eclipse.rse.subsystems.files.local
 

Methods in org.eclipse.rse.subsystems.files.local that return ISystemFilterPool
protected   ISystemFilterPool LocalFileSubSystemConfiguration. createDefaultFilterPool ( ISystemFilterPoolManager mgr)
          Override from parent.
 

Uses of ISystemFilterPool in org.eclipse.rse.subsystems.processes.core.subsystem.impl
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl that return ISystemFilterPool
protected   ISystemFilterPool RemoteProcessSubSystemConfiguration. createDefaultFilterPool ( ISystemFilterPoolManager mgr)
          Override from parent.
 

Uses of ISystemFilterPool in org.eclipse.rse.subsystems.shells.core.subsystems
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return ISystemFilterPool
protected   ISystemFilterPool RemoteCmdSubSystemConfiguration. createDefaultFilterPool ( ISystemFilterPoolManager mgr)
           
 

Uses of ISystemFilterPool in org.eclipse.rse.ui.filters
 

Fields in org.eclipse.rse.ui.filters declared as ISystemFilterPool
  ISystemFilterPool SystemFilterPoolDialogOutputs. newPool
           
 

Methods in org.eclipse.rse.ui.filters with parameters of type ISystemFilterPool
static  ImageDescriptor SystemFilterUIHelpers. getFilterPoolImage ( ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool)
          Get the filter pool image
protected static void SystemFilterUIHelpers. populateFilterPoolContentElementVector ( ISystemFilterPool[] pools, Vector elements, SystemSimpleContentElement parentElement)
          Internal use only
 

Uses of ISystemFilterPool in org.eclipse.rse.ui.filters.actions
 

Fields in org.eclipse.rse.ui.filters.actions declared as ISystemFilterPool
protected   ISystemFilterPool SystemNewFilterAction. parentPool
           
protected   ISystemFilterPool[] SystemNewFilterAction. poolsToSelectFrom
           
 

Methods in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPool
protected   SystemNewFilterWizard SystemNewFilterAction. createNewFilterWizard ( ISystemFilterPool parentPool)
           Overridable lifecyle method.
protected  boolean SystemFilterAbstractFilterPoolAction. getFilterPoolPreSelection ( ISystemFilterPool pool)
          Decide per pool if it should be selected or not.
 void SystemNewFilterAction. setAllowFilterPoolSelection ( ISystemFilterPool[] poolsToSelectFrom)
          Configuration method.
 void SystemNewFilterAction. setParentFilterPool ( ISystemFilterPool parentPool)
          Configuration method.
 

Constructors in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPool
SystemNewFilterAction ( Shell shell, ISystemFilterPool parentPool)
          Constructor to use when you want to just use the default action name and image.
SystemNewFilterAction ( Shell shell, ISystemFilterPool parentPool, String label, String tooltip, ImageDescriptor image)
          Constructor for non-nested actions.
SystemNewFilterAction ( Shell shell, ISystemFilterPool parentPool, String label, String tooltip, ImageDescriptor image, boolean nested)
          Constructor allowing nested actions.
 

Uses of ISystemFilterPool in org.eclipse.rse.ui.filters.dialogs
 

Fields in org.eclipse.rse.ui.filters.dialogs declared as ISystemFilterPool
protected   ISystemFilterPool SystemNewFilterWizard. parentPool
           
protected   ISystemFilterPool SystemNewFilterWizardNamePage. parentPool
           
protected   ISystemFilterPool[] SystemNewFilterWizard. poolsToSelectFrom
           
protected   ISystemFilterPool[] SystemNewFilterWizardNamePage. poolsToSelectFrom
           
 

Methods in org.eclipse.rse.ui.filters.dialogs that return ISystemFilterPool
  ISystemFilterPool SystemNewFilterWizardNamePage. getParentSystemFilterPool ()
          Return the filter pool that was explicitly chosen by the user, or implicitly set by the caller.
 

Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type ISystemFilterPool
 void SystemNewFilterWizard. setAllowFilterPoolSelection ( ISystemFilterPool[] poolsToSelectFrom)
          If you want to prompt the user for the parent filter pool to create this filter in, call this with the list of filter pools.
 void SystemNewFilterWizardNamePage. setAllowFilterPoolSelection ( ISystemFilterPool[] poolsToSelectFrom, ISystemValidator[] nameValidators)
          Call if you want to allow the user to select the filter pool to create this filter in.
 

Constructors in org.eclipse.rse.ui.filters.dialogs with parameters of type ISystemFilterPool
SystemNewFilterWizard ( ISystemFilterPool parentPool)
          Constructor when you want to use the default page title and image, or want to supply it via setWizardTitle and setWizardImage.
SystemNewFilterWizard ( ISystemNewFilterWizardConfigurator data, ImageDescriptor wizardImage, ISystemFilterPool parentPool)
          Constructor when you want to supply all your own configuration data
SystemNewFilterWizard ( String title, ImageDescriptor wizardImage, ISystemFilterPool parentPool)
          Constructor when you want to supply your own title and image
SystemNewFilterWizardNamePage ( SystemNewFilterWizard wizard, ISystemFilterPool parentPool, ISystemNewFilterWizardConfigurator data)
          Constructor.
 

Uses of ISystemFilterPool in org.eclipse.rse.ui.subsystems
 

Methods in org.eclipse.rse.ui.subsystems with parameters of type ISystemFilterPool
  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.
  ImageDescriptor ISubSystemConfigurationAdapter. getSystemFilterPoolImage ( ISystemFilterPool filterPool)
          Supply the image to be used for filter pools, within actions.
 

Uses of ISystemFilterPool in org.eclipse.rse.ui.view
 

Methods in org.eclipse.rse.ui.view that return ISystemFilterPool
  ISystemFilterPool SubSystemConfigurationAdapter. getDefaultSystemFilterPool ( ISubSystemConfiguration config, ISystemProfile profile)
          Given a profile, return the first (hopefully only) default pool for this profile.
 

Methods in org.eclipse.rse.ui.view with parameters of type ISystemFilterPool
  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.
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. getRemoveFilterPoolReferenceAction ( ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell)
          Overridable method to return the action for removing a filter pool reference.
  ImageDescriptor SubSystemConfigurationAdapter. getSystemFilterPoolImage ( ISystemFilterPool filterPool)
          Supply the image to be used for filter pools, within actions.
 


RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire