Uses of Package
com.sas.dataselectors.filters

Packages that use com.sas.dataselectors.filters
com.sas.commands.dataselectors   
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
com.sas.dataselectors.filters.timebased   
com.sas.dataselectors.filters.timebased.olap   
com.sas.dataselectors.filters.tree   
com.sas.dataselectors.qualifiers Provides classes for generating a qualifiers selector that is used within the Filter and Ranking Selectors for OLAP data. 
com.sas.swing.visuals.dataselectors.calculateditems Provides classes and interfaces which provide the user interface components for managing calculated items. 
 

Classes in com.sas.dataselectors.filters used by com.sas.commands.dataselectors
AdvancedFilterModelInterface
          This interface defines the relationship between the AdvancedFilterPanel and an implemented adaptor.
FilterableListModelInterface
          This interface provides the ability to create and maintain a list of filterable items for a native model.
FilterLogicEditableTestNodeInterface
          This interface expands the FilterLogicTestNodeInterface to provide the ability to modify a test node's properties.
FilterLogicTestNodeInterface
          This is an TEST operation in the FilterLogic Tree.
FilterLogicTestNodeObjectMap
          This class holds application data for the SimpleFilterSelector.
 

Classes in com.sas.dataselectors.filters used by com.sas.dataselectors.filters
AbstractFilterableListModel
          This class takes a model as input, decides what filterable items it contains, and constructs a list of FilterableItemInterface instances that define those filterable items and their individual filter models.
AbstractFilterItemListBase
          The AbstractFilterItemListBase provides the basic components for a listing of filter items in the filter model.
AbstractFilterLogicBaseNode
          This thin wrapper for a Vector supplies the basic functionality of a filter logic node.
AbstractSimpleLogicListAdapterBase
          This class extends a filter logic list implementation to provide a base for SimpleLogicListAdapterInterface implementations adding convenient access to a filter's logic as a flat list of logic test nodes.
AdvancedFilterConditionInterface
          This interface extends the FilterConditionInterface to add extra information about special rules for supplying the values to satisfy any given condition.
AdvancedFilterDefinitionModelInterface
          This interface defines the relationship between the AdvancedFilterPanel and an implemented adaptor.
AdvancedFilterModelInterface
          This interface defines the relationship between the AdvancedFilterPanel and an implemented adaptor.
BaseAdvancedFilterObjectFactory
          This class provides additional support and new behaviors for the filter adapters used by the advanced filter selector dialogs.
BaseFilterObjectFactory
          The BaseFilterObjectFactory is the base implementation of the FilterObjectFactoryInterface.
BusinessQueryFilterItemToSimpleLogicListAdapter
          This adapter extends the abstract adapter base to provide BusinessQuery specific support.
ConditionalRelationType
          Contains the types of conditional relations (e.g.
DataRetrievalError
          This exception is intended to be thrown within the filter model for any errors that occur while communicating with a remote data source.
DefaultAdvancedFilterModelAdapter
          The DefaultAdvancedFilterModelAdapter ideally will be a unified adapter that will work for both BusinessModel (build-time) and BusinessQuery (run-time) instances for both relational and OLAP data sources.
DefaultFilterCondition
          The DefaultFilterCondition is the default implementation of the interface FilterConditionInterface.
DefaultFilterItem
          The default implementation of the FilterItemInterface, this class contains lists of supported conditionals and values.
DefaultFilterLogicList
          This implements a bare bones list of filter nodes using DefaultFilterLogicTestNode All nodes added MUST be non-null and implement FilterLogicTestNodeInterface
FilterableItemInterface
          The FilterableItemInterface defines a single filterable item within a data source.
FilterableListModelInterface
          This interface provides the ability to create and maintain a list of filterable items for a native model.
FilterBaseModelData
           
FilterConditionInterface
          This defines an interface describing the conditional operator and how many arguments it takes.
FilterConditionListInterface
          This defines an interface to retrieve a list of valid conditional operators
FilterException
          The FilterException class is simply a generic exception class that can be thrown whenever problems occur within the filter model.
FilterItemInterface
          This is an INPUT interface that defines the item in the FilterListInterface list and contains lists of supported conditionals and values The label is displayed to the user for selection but when this item is selected for creating a filter, only the object returned by getItem() is stored in the SelectionLogicNode result.
FilterItemListInterface
          This is an INPUT interface to get a list of items to be considered for filtering.
FilterItemLookupInterface
          This interface defines a simple mechanism for matching filter model objects to their native model objects.
FilterLogicBaseNodeInterface
          This is the base interface class for nodes in the FilterLogicTreeInterface.
FilterLogicEditableTestNodeInterface
          This interface expands the FilterLogicTestNodeInterface to provide the ability to modify a test node's properties.
FilterLogicListInterface
          Adds a list label for lists of logic test nodes that do NOT have a list operator.
FilterLogicTestNodeInterface
          This is an TEST operation in the FilterLogic Tree.
FilterLogicTreeInterface
          This interface defines the tree-like access to the methods and constants needed by the selector for manipulation of the filter logic.
FilterObjectFactoryInterface
          The FilterObjectFactoryInterface defines the primary interface between native objects and the filter specific objects the filter model works with.
FilterQualifierInterface
          This interface defines a single qualifier for a filter item.
FilterQualifierListInterface
          This interface defines the mechanism for creating and maintaining a list of qualifiers within the filter model.
FilterValueFormatter
           
FilterValueInterface
          This defines a interface that exposes an object's formatted value, raw (unformatted) value, datatype, and dataitem object.
FilterValuesInterface
          This defines a interface to retrieve values for a given item.
OLAPMemberTreeModel
          This tree model extends the Swing DefaultTreeModel class to add population methods for OLAP members.
OLAPMemberTreeNode
          This class defines a single node within an OLAP member tree model.
OLAPMemberTreePathFactoryInterface
          The path factory creates and returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to a target node representing a unique cube member.
PersistentFilterInterface
           
PersistentFilterProviderModelInterface
          TODO JavaDoc this class
SimpleFilterDefinitionModelBase
          Base for a simple adapter to wrap the given data source and initial selection into a selector model.
SimpleFilterDefinitionModelInterface
          This interface defines the relationship between the SimpleFilterDefinitionPanel and an implemented adaptor.
SimpleFilterListEditorModelBase
          The base implementation of the SimpleFilterListEditorModelInterface, this class provides the ability to construct and maintain a simple list of filter definitions to treat as a single compound filter.
SimpleFilterListEditorModelInterface
          This model interface extends the SimpleFilterDefintion panel model to all functionality for working with a list of filter test nodes.
SimpleFilterLogicTreeInterface
          The SimpleFilterLogicTreeInterface provides a simpler tree structure than the FilterLogicTreeInterface.
SimpleFilterLogicTreeNodeInterface
          This interface defines a single node used within implementors of the SimpleFilterLogicTreeInterface.
SimpleLogicListAdapterInterface
          This interface extends the simple logic list interface to add the ability to retrieve the entire filter definition as a list of filter test nodes.
SimpleLogicListInterface
          The SimpleLogicListInterface is intended to provide a List-like interface to the filter model.
 

Classes in com.sas.dataselectors.filters used by com.sas.dataselectors.filters.timebased
BaseFilterObjectFactory
          The BaseFilterObjectFactory is the base implementation of the FilterObjectFactoryInterface.
FilterItemListInterface
          This is an INPUT interface to get a list of items to be considered for filtering.
FilterLogicTestNodeInterface
          This is an TEST operation in the FilterLogic Tree.
 

Classes in com.sas.dataselectors.filters used by com.sas.dataselectors.filters.timebased.olap
AdvancedFilterModelInterface
          This interface defines the relationship between the AdvancedFilterPanel and an implemented adaptor.
FilterableListModelInterface
          This interface provides the ability to create and maintain a list of filterable items for a native model.
FilterBaseModelData
           
FilterLogicTestNodeInterface
          This is an TEST operation in the FilterLogic Tree.
 

Classes in com.sas.dataselectors.filters used by com.sas.dataselectors.filters.tree
AbstractFilterLogicBaseNode
          This thin wrapper for a Vector supplies the basic functionality of a filter logic node.
ConditionalRelationType
          Contains the types of conditional relations (e.g.
FilterConditionInterface
          This defines an interface describing the conditional operator and how many arguments it takes.
FilterItemInterface
          This is an INPUT interface that defines the item in the FilterListInterface list and contains lists of supported conditionals and values The label is displayed to the user for selection but when this item is selected for creating a filter, only the object returned by getItem() is stored in the SelectionLogicNode result.
FilterItemListInterface
          This is an INPUT interface to get a list of items to be considered for filtering.
FilterLogicBaseNodeInterface
          This is the base interface class for nodes in the FilterLogicTreeInterface.
FilterLogicListInterface
          Adds a list label for lists of logic test nodes that do NOT have a list operator.
FilterLogicTestNodeInterface
          This is an TEST operation in the FilterLogic Tree.
FilterLogicTreeInterface
          This interface defines the tree-like access to the methods and constants needed by the selector for manipulation of the filter logic.
FilterObjectFactoryInterface
          The FilterObjectFactoryInterface defines the primary interface between native objects and the filter specific objects the filter model works with.
SimpleFilterLogicInterface
          This interface is intended to provide list-like access to the methods required by the selector.
SimpleFilterLogicTreeInterface
          The SimpleFilterLogicTreeInterface provides a simpler tree structure than the FilterLogicTreeInterface.
 

Classes in com.sas.dataselectors.filters used by com.sas.dataselectors.qualifiers
FilterException
          The FilterException class is simply a generic exception class that can be thrown whenever problems occur within the filter model.
FilterItemInterface
          This is an INPUT interface that defines the item in the FilterListInterface list and contains lists of supported conditionals and values The label is displayed to the user for selection but when this item is selected for creating a filter, only the object returned by getItem() is stored in the SelectionLogicNode result.
FilterValueInterface
          This defines a interface that exposes an object's formatted value, raw (unformatted) value, datatype, and dataitem object.
OLAPMemberTreeModel
          This tree model extends the Swing DefaultTreeModel class to add population methods for OLAP members.
OLAPMemberTreePathFactoryInterface
          The path factory creates and returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to a target node representing a unique cube member.
 

Classes in com.sas.dataselectors.filters used by com.sas.swing.visuals.dataselectors.calculateditems
FilterValueInterface
          This defines a interface that exposes an object's formatted value, raw (unformatted) value, datatype, and dataitem object.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.