|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ISystemFilterString in org.eclipse.rse.core.filters |
|---|
| Methods in org.eclipse.rse.core.filters that return ISystemFilterString | |
ISystemFilterString |
SystemFilterPoolManager.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 |
SystemFilterPoolManager.addSystemFilterString(ISystemFilter filter,
String newString,
int position)
Insert a new filter string to the its filters' 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 |
SystemFilterPoolManager.copySystemFilterString(ISystemFilter targetFilter,
ISystemFilterString oldFilterString)
Copy a system filter string to a filter in this or another filter pool manager. |
ISystemFilterString |
SystemFilterPoolManager.moveSystemFilterString(ISystemFilter targetFilter,
ISystemFilterString oldFilterString)
Move a system filter string to a filter in this or another filter pool manager. |
ISystemFilterString[] |
ISystemFilter.getSystemFilterStrings()
Get this filter's filter string objects as an array |
ISystemFilterString |
ISystemFilter.getSystemFilterString(String string)
Get a filter string given its string value |
ISystemFilterString |
ISystemFilter.addFilterString(String newString)
Append a new filter string to this filter's list |
ISystemFilterString |
ISystemFilter.addFilterString(String newString,
int position)
Insert a new filter string to this filter's list, at the given zero-based position |
ISystemFilterString |
ISystemFilter.removeFilterString(String oldString)
Delete a filter string from this filter's list. |
ISystemFilterString |
ISystemFilter.removeFilterString(int position)
Remove a filter string from this filter's list, given its zero-based position |
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.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 |
ISystemFilterPoolManager.copySystemFilterString(ISystemFilter targetFilter,
ISystemFilterString oldFilterString)
Copy a system filter string to a filter in this or another filter pool manager. |
ISystemFilterString |
ISystemFilterPoolManager.moveSystemFilterString(ISystemFilter targetFilter,
ISystemFilterString oldFilterString)
Move a system filter string to a filter in this or another filter pool manager. |
ISystemFilterString |
ISystemFilterStringReference.getReferencedFilterString()
Get the master filter string |
| Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterString | |
boolean |
SystemFilterPoolManager.removeSystemFilterString(ISystemFilter filter,
ISystemFilterString filterString)
Remove a filter string from this filter's list, given its SystemFilterString object. |
void |
SystemFilterPoolManager.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. |
int |
SystemFilterPoolManager.getSystemFilterStringPosition(ISystemFilterString filterString)
Return the zero-based position of a SystemFilterString object within its filter |
ISystemFilterString |
SystemFilterPoolManager.copySystemFilterString(ISystemFilter targetFilter,
ISystemFilterString oldFilterString)
Copy a system filter string to a filter in this or another filter pool manager. |
ISystemFilterString |
SystemFilterPoolManager.moveSystemFilterString(ISystemFilter targetFilter,
ISystemFilterString oldFilterString)
Move a system filter string to a filter in this or another filter pool manager. |
void |
SystemFilterPoolManager.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. |
void |
ISystemFilter.updateFilterString(ISystemFilterString filterString,
String newValue)
Update a new filter string's string value |
boolean |
ISystemFilter.removeFilterString(ISystemFilterString filterString)
Remove a filter string from this filter's list, given its SystemFilterString object. |
void |
ISystemFilter.moveSystemFilterString(int pos,
ISystemFilterString filterString)
Move a given filter string to a given zero-based location |
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. |
void |
ISystemFilterPoolReferenceManagerProvider.filterEventFilterStringCreated(Object selectedObject,
ISystemFilterString newFilterString)
A new filter string has been created. |
boolean |
ISystemFilterPoolManager.removeSystemFilterString(ISystemFilter filter,
ISystemFilterString filterString)
Remove a filter string from this filter's list, given its SystemFilterString object. |
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. |
int |
ISystemFilterPoolManager.getSystemFilterStringPosition(ISystemFilterString filterString)
Return the zero-based position of a SystemFilterString object within its filter |
ISystemFilterString |
ISystemFilterPoolManager.copySystemFilterString(ISystemFilter targetFilter,
ISystemFilterString oldFilterString)
Copy a system filter string to a filter in this or another filter pool manager. |
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. |
void |
ISystemFilterPoolManagerProvider.filterEventFilterStringCreated(ISystemFilterString newFilterString)
A new filter string has been created |
void |
ISystemFilterPoolManagerProvider.filterEventFilterStringDeleted(ISystemFilterString oldFilterString)
A filter string has been deleted |
void |
ISystemFilterPoolManagerProvider.filterEventFilterStringUpdated(ISystemFilterString filterString)
A filter string has been updated |
void |
ISystemFilterPoolManagerProvider.filterEventFilterStringsRePositioned(ISystemFilterString[] filterStrings,
int delta)
One or more filters have been re-ordered within their filter |
void |
ISystemFilterString.clone(ISystemFilterString targetString)
Clones this filter string's attributes into the given filter string |
ISystemFilterStringReference |
ISystemFilterReference.getSystemFilterStringReference(ISystemFilterString filterString)
Create a single filter string refererence to a given filter string |
| Uses of ISystemFilterString in org.eclipse.rse.core.subsystems |
|---|
| Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterString | |
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)
|
void |
SubSystemConfiguration.filterEventFilterStringCreated(ISystemFilterString newFilterString)
A new filter string has been created |
void |
SubSystemConfiguration.filterEventFilterStringDeleted(ISystemFilterString oldFilterString)
A filter string has been deleted |
void |
SubSystemConfiguration.filterEventFilterStringUpdated(ISystemFilterString filterString)
A filter string has been updated |
void |
SubSystemConfiguration.filterEventFilterStringsRePositioned(ISystemFilterString[] filterStrings,
int delta)
One or more filters have been re-ordered within their filter |
boolean |
SubSystem.doesFilterStringListContentsOf(ISystemFilterString filterString,
String remoteObjectAbsoluteName)
Return true if the given filter string lists the contents of the given remote object. |
void |
SubSystem.filterEventFilterStringCreated(Object selectedObject,
ISystemFilterString newFilterString)
A new filter string has been created. |
boolean |
ISubSystem.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.core.subsystems.util |
|---|
| Methods in org.eclipse.rse.core.subsystems.util with parameters of type ISystemFilterString | |
void |
ISubSystemConfigurationAdapter.customizeFilterStringPropertyPage(ISubSystemConfiguration factory,
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)
|
| Uses of ISystemFilterString in org.eclipse.rse.filters |
|---|
| Methods in org.eclipse.rse.filters that return ISystemFilterString | |
ISystemFilterString |
SystemFilterSimple.addFilterString(String newString)
Append a new filter string to this filter's list. |
ISystemFilterString |
SystemFilterSimple.addFilterString(String newString,
int position)
Insert a new filter string to this filter's list, at the given zero-based position. |
ISystemFilterString |
SystemFilterSimple.removeFilterString(String oldString)
Delete a filter string from this filter's list. |
ISystemFilterString |
SystemFilterSimple.removeFilterString(int position)
Remove a filter string from this filter's list, given its zero-based position |
ISystemFilterString[] |
SystemFilterSimple.getSystemFilterStrings()
Get this filter's filter string objects as an array. |
| Methods in org.eclipse.rse.filters with parameters of type ISystemFilterString | |
void |
SystemFilterSimple.updateFilterString(ISystemFilterString filterString,
String newValue)
Update a new filter string's string value. |
boolean |
SystemFilterSimple.removeFilterString(ISystemFilterString filterString)
Remove a filter string from this filter's list, given its SystemFilterString object. |
void |
SystemFilterSimple.moveSystemFilterString(int pos,
ISystemFilterString filterString)
Move a given filter string to a given zero-based location. |
ISystemFilterStringReference |
SystemFilterReference.getSystemFilterStringReference(ISystemFilterString filterString)
Create a single filter string refererence to a given filter string |
| Uses of ISystemFilterString in org.eclipse.rse.persistence.dom |
|---|
| Methods in org.eclipse.rse.persistence.dom that return ISystemFilterString | |
ISystemFilterString |
IRSEDOMImporter.restoreFilterString(ISystemFilter filter,
RSEDOMNode systemFilterStringNode)
|
| Methods in org.eclipse.rse.persistence.dom with parameters of type ISystemFilterString | |
RSEDOMNode |
IRSEDOMExporter.createNode(RSEDOMNode parent,
ISystemFilterString fs,
boolean clean)
Creates a DOM node for a filter string |
| 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.filters.actions |
|---|
| Methods in org.eclipse.rse.ui.filters.actions that return ISystemFilterString | |
protected ISystemFilterString[] |
SystemFilterCopyFilterStringAction.getSelectedFilterStrings()
Get the currently selected filter strings |
protected ISystemFilterString |
SystemFilterCopyFilterStringAction.getFirstSelectedFilterString()
Get the first selected filter string |
protected ISystemFilterString[] |
SystemFilterMoveFilterStringAction.getSelectedFilterStrings()
Get the currently selected filter strings |
protected ISystemFilterString |
SystemFilterMoveFilterStringAction.getFirstSelectedFilterString()
Get the first selected filter string |
| 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.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 |
|---|
| Fields in org.eclipse.rse.ui.view declared as ISystemFilterString | |
protected ISystemFilterString |
SystemViewAPIProviderForFilterStrings.filterString
|
| Methods in org.eclipse.rse.ui.view that return ISystemFilterString | |
ISystemFilterString |
SystemViewAPIProviderForFilterStrings.getSystemFilterString()
Get the filter referenced by the input filter string reference object. |
| Methods in org.eclipse.rse.ui.view with parameters of type ISystemFilterString | |
ImageDescriptor |
SubSystemConfigurationAdapter.getSystemFilterStringImage(ISystemFilterString filterString)
|
void |
SubSystemConfigurationAdapter.customizeFilterStringPropertyPage(ISubSystemConfiguration factory,
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. |
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||