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 AbstractItemFilterAbstractQuickSearchPanel. m_ItemFilterthe filter to use.Methods in adams.gui.core that return AbstractItemFilter Modifier and Type Method Description AbstractItemFilterAbstractQuickSearchPanel. getItemFilter()Returns the current item filter in use.Methods in adams.gui.core with parameters of type AbstractItemFilter Modifier and Type Method Description voidAbstractQuickSearchPanel. 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 classAcceptAllItemFilterAccepts all items.Fields in adams.gui.core.dotnotationtree declared as AbstractItemFilter Modifier and Type Field Description protected AbstractItemFilterDotNotationTree. m_Filterthe item filter in use.Methods in adams.gui.core.dotnotationtree that return AbstractItemFilter Modifier and Type Method Description AbstractItemFilterDotNotationTree. getFilter()Returns the current filter.Methods in adams.gui.core.dotnotationtree with parameters of type AbstractItemFilter Modifier and Type Method Description voidDotNotationTree. 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 AbstractItemFilterTreeOperations. 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 AbstractItemFilterGenericObjectEditor. m_Filterthe class filter in use.Methods in adams.gui.goe that return AbstractItemFilter Modifier and Type Method Description AbstractItemFilterGenericObjectEditor. getFilter()Returns the current filter.Methods in adams.gui.goe with parameters of type AbstractItemFilter Modifier and Type Method Description voidGenericObjectEditor. 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 classActorClassTreeFilterFilter for actors.
-