com.sas.dataselectors.filters.tree
Interface FilterReferenceNodeInterface

All Superinterfaces:
FilterLogicBaseNodeInterface, javax.swing.tree.TreeNode
All Known Implementing Classes:
FilterReferenceNode

public interface FilterReferenceNodeInterface
extends FilterLogicBaseNodeInterface

This interface connects a filter to the tree. A node implementing this node should be a leaf of the tree having no children.


Method Summary
 java.lang.Object getReferencedFilter()
           
 
Methods inherited from interface com.sas.dataselectors.filters.FilterLogicBaseNodeInterface
dispose, getChildLogicNodeAt, getFilterDescription, getFilterLabel, getMaxChildren, getParentLogicNode, getUserObject
 

Method Detail

getReferencedFilter

java.lang.Object getReferencedFilter()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.