Uses of Class
adams.gui.core.dotnotationtree.AbstractItemFilter
-
Packages that use AbstractItemFilter Package Description adams.gui.core adams.gui.core.dotnotationtree adams.gui.flow.tree adams.gui.goe adams.gui.goe.classtree -
-
Uses of AbstractItemFilter in adams.gui.core
Fields in adams.gui.core declared as AbstractItemFilter Modifier and Type Field Description protected AbstractItemFilter
AbstractQuickSearchPanel. m_ItemFilter
the filter to use.Methods in adams.gui.core that return AbstractItemFilter Modifier and Type Method Description AbstractItemFilter
AbstractQuickSearchPanel. getItemFilter()
Returns the current item filter in use.Methods in adams.gui.core with parameters of type AbstractItemFilter Modifier and Type Method Description void
AbstractQuickSearchPanel. setItemFilter(AbstractItemFilter value)
Sets the item filter to use for filtering the items. -
Uses of AbstractItemFilter in adams.gui.core.dotnotationtree
Subclasses of AbstractItemFilter in adams.gui.core.dotnotationtree Modifier and Type Class Description class
AcceptAllItemFilter
Accepts all items.Fields in adams.gui.core.dotnotationtree declared as AbstractItemFilter Modifier and Type Field Description protected AbstractItemFilter
DotNotationTree. m_Filter
the item filter in use.Methods in adams.gui.core.dotnotationtree that return AbstractItemFilter Modifier and Type Method Description AbstractItemFilter
DotNotationTree. getFilter()
Returns the current filter.Methods in adams.gui.core.dotnotationtree with parameters of type AbstractItemFilter Modifier and Type Method Description void
DotNotationTree. setFilter(AbstractItemFilter value)
Sets the filter to use for filtering the display. -
Uses of AbstractItemFilter in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return AbstractItemFilter Modifier and Type Method Description AbstractItemFilter
TreeOperations. configureFilter(TreePath path, TreeOperations.InsertPosition position)
Configures a filter for the ClassTree. -
Uses of AbstractItemFilter in adams.gui.goe
Fields in adams.gui.goe declared as AbstractItemFilter Modifier and Type Field Description protected AbstractItemFilter
GenericObjectEditor. m_Filter
the class filter in use.Methods in adams.gui.goe that return AbstractItemFilter Modifier and Type Method Description AbstractItemFilter
GenericObjectEditor. getFilter()
Returns the current filter.Methods in adams.gui.goe with parameters of type AbstractItemFilter Modifier and Type Method Description void
GenericObjectEditor. setFilter(AbstractItemFilter value)
Sets the filter to use for filtering the display. -
Uses of AbstractItemFilter in adams.gui.goe.classtree
Subclasses of AbstractItemFilter in adams.gui.goe.classtree Modifier and Type Class Description class
ActorClassTreeFilter
Filter for actors.
-