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.ISystemFilterString

Packages that use ISystemFilterString
org.eclipse.rse.core.filters   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
 

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

Methods in org.eclipse.rse.core.filters that return ISystemFilterString
  ISystemFilterString ISystemFilter. addFilterString ( String newString)
          Append a new filter string to this filter's list of filter strings.
  ISystemFilterString ISystemFilter. addFilterString ( String newString, int position)
          Insert a new filter string to this filter's list, at the given zero-based position.
  ISystemFilterString ISystemFilterPoolManager. addSystemFilterString ( ISystemFilter filter, String newString)
          Append a new filter string to the given filter's list Does the following: Adds the filter string to the in-memory cache Saves parent filter pool to disk.
  ISystemFilterString ISystemFilterPoolManager. addSystemFilterString ( ISystemFilter filter, String newString, int position)
          Insert a new filter string to the given filter's list, at the given zero-based position Does the following: Adds the filter string to the in-memory cache Saves parent filter pool to disk.
  ISystemFilterString ISystemFilter. copySystemFilterString ( ISystemFilter targetFilter, ISystemFilterString oldFilterString)
          Copies a given filter string from this filter to another filter in this pool or another pool in this manager or another manager.
  ISystemFilterString ISystemFilterPoolManager. copySystemFilterString ( ISystemFilter targetFilter, ISystemFilterString oldFilterString)
          Copy a system filter string to a filter in this or another filter pool manager.
  ISystemFilterString ISystemFilterStringReference. getReferencedFilterString ()
          Get the master filter string
  ISystemFilterString[] ISystemFilter. getStrings ()
          Returns the value of the ' Strings ' containment reference list.
  ISystemFilterString ISystemFilter. getSystemFilterString ( String string)
           
  ISystemFilterString[] ISystemFilter. getSystemFilterStrings ()
           
  ISystemFilterString ISystemFilterPoolManager. moveSystemFilterString ( ISystemFilter targetFilter, ISystemFilterString oldFilterString)
          Move a system filter string to a filter in this or another filter pool manager.
  ISystemFilterString ISystemFilter. removeFilterString (int position)
          Remove a filter string from this filter's list, given its zero-based position
  ISystemFilterString ISystemFilter. removeFilterString ( String oldString)
          Delete a filter string from this filter's list.
 

Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterString
 void ISystemFilterString. clone ( ISystemFilterString targetString)
          Clones this filter string's attributes into the given filter string
  ISystemFilterString ISystemFilter. copySystemFilterString ( ISystemFilter targetFilter, ISystemFilterString oldFilterString)
          Copies a given filter string from this filter to another filter in this pool or another pool in this manager or another manager.
  ISystemFilterString ISystemFilterPoolManager. copySystemFilterString ( ISystemFilter targetFilter, ISystemFilterString oldFilterString)
          Copy a system filter string to a filter in this or another filter pool manager.
 void ISystemFilterPoolManagerProvider. filterEventFilterStringCreated ( ISystemFilterString newFilterString)
          A new filter string has been created
 void ISystemFilterPoolReferenceManagerProvider. filterEventFilterStringCreated ( Object selectedObject, ISystemFilterString newFilterString)
          A new filter string has been created.
 void ISystemFilterPoolManagerProvider. filterEventFilterStringDeleted ( ISystemFilterString oldFilterString)
          A filter string has been deleted
 void ISystemFilterPoolManagerProvider. filterEventFilterStringsRePositioned ( ISystemFilterString[] filterStrings, int delta)
          One or more filters have been re-ordered within their filter
 void ISystemFilterPoolManagerProvider. filterEventFilterStringUpdated ( ISystemFilterString filterString)
          A filter string has been updated
 int ISystemFilterPoolManager. getSystemFilterStringPosition ( ISystemFilterString filterString)
          Return the zero-based position of a SystemFilterString object within its filter
  ISystemFilterStringReference SystemFilterReference. getSystemFilterStringReference ( ISystemFilterString filterString)
          Create a single filter string refererence to a given filter string
  ISystemFilterStringReference ISystemFilterReference. getSystemFilterStringReference ( ISystemFilterString filterString)
          Create a single filter string refererence to a given filter string
 void ISystemFilter. moveSystemFilterString (int pos, ISystemFilterString filterString)
          Move a given filter string to a given zero-based location.
  ISystemFilterString ISystemFilterPoolManager. moveSystemFilterString ( ISystemFilter targetFilter, ISystemFilterString oldFilterString)
          Move a system filter string to a filter in this or another filter pool manager.
 void ISystemFilterPoolManager. moveSystemFilterStrings ( ISystemFilterString[] filterStrings, int delta)
          Move existing filter strings a given number of positions in the same filter If the delta is negative, they are all moved up by the given amount.
 boolean ISystemFilter. removeFilterString ( ISystemFilterString filterString)
          Remove a filter string from this filter's list, given its SystemFilterString object.
 boolean ISystemFilterPoolManager. removeSystemFilterString ( ISystemFilter filter, ISystemFilterString filterString)
          Remove a filter string from this filter's list, given its SystemFilterString object.
 void ISystemFilter. updateFilterString ( ISystemFilterString filterString, String newValue)
          Update a new filter string's string value.
 void ISystemFilterPoolManager. updateSystemFilterString ( ISystemFilterString filterString, String newValue)
          Update a filter string's string vale Does the following: Update the filter string in the in-memory cache Saves parent filter pool to disk.
 

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

Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterString
 boolean SubSystem. doesFilterStringListContentsOf ( ISystemFilterString filterString, String remoteObjectAbsoluteName)
          Return true if the given filter string lists the contents of the given remote object.
 boolean ISubSystem. doesFilterStringListContentsOf ( ISystemFilterString filterString, String remoteObjectAbsoluteName)
          Return true if the given filter string lists the contents of the given remote object.
 void SubSystemConfiguration. filterEventFilterStringCreated ( ISystemFilterString newFilterString)
          A new filter string has been created
 void SubSystem. filterEventFilterStringCreated ( Object selectedObject, ISystemFilterString newFilterString)
          A new filter string has been created.
 void SubSystemConfiguration. filterEventFilterStringDeleted ( ISystemFilterString oldFilterString)
          A filter string has been deleted
 void SubSystemConfiguration. filterEventFilterStringsRePositioned ( ISystemFilterString[] filterStrings, int delta)
          One or more filters have been re-ordered within their filter
 void SubSystemConfiguration. filterEventFilterStringUpdated ( ISystemFilterString filterString)
          A filter string has been updated
protected  void SubSystemConfiguration. fireSubSystemFilterEvent (int eventId, ISystemFilterString filterString)
           
protected  void SubSystemConfiguration. fireSubSystemFilterEvent (int eventId, ISystemFilterString[] filterStrings, int delta)
           
protected  void SubSystemConfiguration. fireSubSystemFilterEvent ( SystemResourceChangeEvent event, ISystemFilterString filterString)
           
 

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

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISystemFilterString
 boolean RemoteFileSubSystem. doesFilterStringListContentsOf ( ISystemFilterString filterString, String remoteObjectAbsoluteName)
          Return true if the given filter string lists the contents of the given remote object.
 

Uses of ISystemFilterString in org.eclipse.rse.ui.propertypages
 

Methods in org.eclipse.rse.ui.propertypages that return ISystemFilterString
protected   ISystemFilterString SystemFilterStringPropertyPage. getFilterString ()
          Get the input filter string object
 

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

Methods in org.eclipse.rse.ui.subsystems with parameters of type ISystemFilterString
 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.
  ImageDescriptor ISubSystemConfigurationAdapter. getSystemFilterStringImage ( ISystemFilterString filterString)
          Supply the image to be used for the given filter string, within actions.
 

Uses of ISystemFilterString in org.eclipse.rse.ui.validators
 

Methods in org.eclipse.rse.ui.validators with parameters of type ISystemFilterString
protected static  String[] ValidatorFilterString. convertFilterStringsToStrings ( ISystemFilterString[] filterStrings)
          Converts an array of filter strings into an array of strings
 

Constructors in org.eclipse.rse.ui.validators with parameters of type ISystemFilterString
ValidatorFilterString ( ISystemFilterString[] existingList, boolean caseSensitive)
          Constructor accepting an Array for the list of existing strings, as actual filter strings.
 

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

Methods in org.eclipse.rse.ui.view with parameters of type ISystemFilterString
 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.
  ImageDescriptor SubSystemConfigurationAdapter. getSystemFilterStringImage ( ISystemFilterString filterString)
           
 


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