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.security A package dealing with the issues of Applets and Wepstart-applications. 
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.security
 

Methods in bibliothek.gui.dock.security that return ButtonPane
protected  ButtonPane SecureFlapDockStation.createButtonPane()
           
 

Methods in bibliothek.gui.dock.security with parameters of type ButtonPane
 FlapWindow SecureFlapWindowFactory.create(FlapDockStation station, ButtonPane buttonPane)
           
 

Constructors in bibliothek.gui.dock.security with parameters of type ButtonPane
SecureFlapWindow(FlapDockStation station, ButtonPane buttonPane, DefaultFlapWindow.Parent window)
          Creates a new window
 

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.