|
RSE Release 1.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.
SystemFilterStringEditPane,
and,
SystemChangeFilterAction,
and,
SystemNewFilterAction| 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()
|
boolean |
isChangable()
Is this filter string changable? |
boolean |
isDefault()
|
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.persistance.IRSEPersistableContainer |
|---|
commit, isDirty, setDirty, 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 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||