Uses of Class
bibliothek.gui.dock.station.flap.ButtonPane

Packages that use ButtonPane
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
 

Uses of ButtonPane in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ButtonPane
protected  ButtonPane FlapDockStation.createButtonPane()
          Creates the panel which will show buttons for the children of this station.
 

Methods in bibliothek.gui.dock with parameters of type ButtonPane
protected  FlapWindow FlapDockStation.createFlapWindow(ButtonPane buttonPane)
          Creates a window for this station.
 

Uses of ButtonPane in bibliothek.gui.dock.station.flap
 

Methods in bibliothek.gui.dock.station.flap with parameters of type ButtonPane
 FlapWindow DefaultFlapWindowFactory.create(FlapDockStation station, ButtonPane buttonPane)
           
 FlapWindow FlapWindowFactory.create(FlapDockStation station, ButtonPane buttonPane)
          Creates a new window for station.
 

Constructors in bibliothek.gui.dock.station.flap with parameters of type ButtonPane
DefaultFlapWindow(FlapDockStation station, ButtonPane buttonPane, DefaultFlapWindow.Parent window)
          Constructs a new window.
FlapSpanStrategy(FlapDockStation station, ButtonPane buttons)
          Creates a new strategy.