|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface FilterLogicBaseNodeInterface
This is the base interface class for nodes in the FilterLogicTreeInterface. All nodes interfaces must implement a subclass of this interface. Examples: FilterLogicAndNodeInterface - and all child node results FilterLogicOrNodeInterface - or all child node results FilterLogicNotNodeInterface - not the result of the child node FilterLogicTestNodeInterface - test the information specified by this node
FilterLogicAndNodeInterface,
FilterLogicOrNodeInterface,
NotNodeInterface,
FilterLogicTestNodeInterface| Method Summary | |
|---|---|
void |
dispose()
Clean up and free any resources help by this node. |
FilterLogicBaseNodeInterface |
getChildLogicNodeAt(int childIndex)
Returns the child node at a specific index |
java.lang.String |
getFilterDescription()
Returns the description for this node |
java.lang.String |
getFilterLabel()
get the label for this logical node |
int |
getMaxChildren()
Return the maximum number of child nodes allowed -1 = unlimited 0 = none |
FilterLogicBaseNodeInterface |
getParentLogicNode()
Returns the parent node |
java.lang.Object |
getUserObject()
Returns the user data for this node. |
| Method Detail |
|---|
java.lang.String getFilterLabel()
java.lang.String getFilterDescription()
void dispose()
int getMaxChildren()
FilterLogicBaseNodeInterface getChildLogicNodeAt(int childIndex)
FilterLogicBaseNodeInterface getParentLogicNode()
java.lang.Object getUserObject()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||