Uses of Class
bibliothek.gui.dock.station.stack.tab.DefaultTabContentFilter.Behavior

Packages that use DefaultTabContentFilter.Behavior
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

Uses of DefaultTabContentFilter.Behavior in bibliothek.gui.dock.station.stack.tab
 

Methods in bibliothek.gui.dock.station.stack.tab that return DefaultTabContentFilter.Behavior
 DefaultTabContentFilter.Behavior DefaultTabContentFilter.getDeselected()
          Gets the behavior that is applied to unselected elements.
 DefaultTabContentFilter.Behavior DefaultTabContentFilter.getSelected()
          Gets the behavior that is applied to selected elements.
static DefaultTabContentFilter.Behavior DefaultTabContentFilter.Behavior.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DefaultTabContentFilter.Behavior[] DefaultTabContentFilter.Behavior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type DefaultTabContentFilter.Behavior
 void DefaultTabContentFilter.setDeselected(DefaultTabContentFilter.Behavior deselected)
          Sets the behavior that should be applied on an unselected element.
 void DefaultTabContentFilter.setSelected(DefaultTabContentFilter.Behavior selected)
          Sets the behavior that should be applied on a selected element.
 

Constructors in bibliothek.gui.dock.station.stack.tab with parameters of type DefaultTabContentFilter.Behavior
DefaultTabContentFilter(DefaultTabContentFilter.Behavior behavior)
          Creates a new filter.
DefaultTabContentFilter(DefaultTabContentFilter.Behavior selected, DefaultTabContentFilter.Behavior deselected)
          Creates a new filter.