|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A filter string is a pattern used by the server-side code to know what to return to the client. A filter contains one or more filter strings. Basically, its nothing more than a string, and its up to each consumer to know what to do with it. Generally, a filter string edit pane is designed to prompt the user for the contents of the string in a domain-friendly way.
| Field Summary |
| Fields inherited from interface org.eclipse.rse.core.model.IRSEPersistableContainer |
NO_CHILDREN |
| Method Summary | |
void |
clone(ISystemFilterString targetString)
Clones this filter string's attributes into the given filter string |
ISystemFilter |
getParentSystemFilter()
Get the parent filter that contains this filter string. |
ISystemFilterPoolManagerProvider |
getProvider()
Return the caller which instantiated the filter pool manager overseeing this filter framework instance |
String |
getString()
|
ISystemFilterPoolManager |
getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters and their filter strings. |
String |
getType()
Returns the type attribute. |
boolean |
isChangable()
Check if this filter string is changeable. |
boolean |
isDefault()
Check if this is a vendor-supplied filter string versus a user-defined filter string. |
void |
setDefault(boolean value)
|
void |
setParentSystemFilter(ISystemFilter filter)
Set the transient parent back-pointer. |
void |
setString(String value)
|
void |
setType(String value)
|
| Methods inherited from interface org.eclipse.rse.core.references.IRSEBaseReferencedObject |
addReference, getReferenceCount, getReferencingObjects, removeAllReferences, removeReference |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Methods inherited from interface org.eclipse.rse.core.model.IRSEModelObject |
getDescription, getName |
| Methods inherited from interface org.eclipse.rse.core.model.IPropertySetContainer |
addPropertySet, addPropertySets, createPropertySet, createPropertySet, getPropertySet, getPropertySets, removePropertySet |
| Methods inherited from interface org.eclipse.rse.core.model.IRSEPersistableContainer |
commit, getPersistableChildren, getPersistableParent, isDirty, isTainted, setDirty, setTainted, setWasRestored, wasRestored |
| Method Detail |
public ISystemFilterPoolManagerProvider getProvider()
public ISystemFilterPoolManager getSystemFilterPoolManager()
public void setParentSystemFilter(ISystemFilter filter)
public ISystemFilter getParentSystemFilter()
public void clone(ISystemFilterString targetString)
public boolean isChangable()
public String getString()
public void setString(String value)
value - The new value of the String attributepublic String getType()
public void setType(String value)
value - The new value of the Type attributepublic boolean isDefault()
public void setDefault(boolean value)
value - The new value of the Default attribute
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||