Uses of Class
bibliothek.gui.dock.station.stack.tab.TabConfiguration.IconHiding

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

Uses of TabConfiguration.IconHiding in bibliothek.gui.dock.station.stack.tab
 

Methods in bibliothek.gui.dock.station.stack.tab that return TabConfiguration.IconHiding
 TabConfiguration.IconHiding TabConfiguration.getIconHiding()
          Gets if and when the icon is made invisible.
static TabConfiguration.IconHiding TabConfiguration.IconHiding.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabConfiguration.IconHiding[] TabConfiguration.IconHiding.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabConfiguration.IconHiding
 void TabConfiguration.setIconHiding(TabConfiguration.IconHiding iconHiding)
          Tells if and when to make the icon invisible.