|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gmail.thejcwk.semantics.gui.wrappers.DefaultFilterWrapper
public class DefaultFilterWrapper
Default implementation of a FilterWrapper.
FilterWrapper,
Serialized Form| Constructor Summary | |
|---|---|
DefaultFilterWrapper(Filter aFilter)
Create a new wrapper. |
|
DefaultFilterWrapper(java.lang.String operationRepresentation,
java.lang.String attrTypeRepresentation,
java.lang.String value)
Create a new wrapper using UI specific representations. |
|
| Method Summary | |
|---|---|
void |
Create()
Private helper constructor. |
Filter |
createFilter(java.lang.String operationRepresentation,
java.lang.String attrTypeRepresentation,
java.lang.String value)
Creates a new Filter from a set of UI specific Strings. |
Filter |
getFilter()
Returns the Filter object that this class is a wrapper for. |
java.lang.String |
toString()
Return a String that will be used to represent the Filter on the UI. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFilterWrapper(Filter aFilter)
aFilter - The filter to be contained in this wrapper.
public DefaultFilterWrapper(java.lang.String operationRepresentation,
java.lang.String attrTypeRepresentation,
java.lang.String value)
operationRepresentation - attrTypeRepresentation - value - | Method Detail |
|---|
public void Create()
public Filter getFilter()
FilterWrapper
getFilter in interface FilterWrapper
public Filter createFilter(java.lang.String operationRepresentation,
java.lang.String attrTypeRepresentation,
java.lang.String value)
FilterWrapper
createFilter in interface FilterWrapperoperationRepresentation - The representation of the new Filter's operation in terms
of the UI.attrTypeRepresentation - The representation of the new Filter's attribute type
in terms of the UIvalue - The new Filter's value.
public java.lang.String toString()
FilterWrapper
toString in interface FilterWrappertoString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||