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.
DockingFrames monitors mouse- and other events globally. 
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(Map<Dockable,DockTitle> buttonTitles)
          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(Window owner, 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(Map<Dockable,DockTitle> buttonTitles)
           
 

Methods in bibliothek.gui.dock.security with parameters of type ButtonPane
protected  SecureFlapWindow SecureFlapDockStation.createFlapWindow(Window owner, ButtonPane buttonPane)
           
 

Constructors in bibliothek.gui.dock.security with parameters of type ButtonPane
SecureFlapWindow(FlapDockStation station, ButtonPane buttonPane, Dialog dialog)
          Creates a new window
SecureFlapWindow(FlapDockStation station, ButtonPane buttonPane, Frame frame)
          Creates a new window
 

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

Constructors in bibliothek.gui.dock.station.flap with parameters of type ButtonPane
FlapWindow(FlapDockStation station, ButtonPane buttonPane, Dialog dialog)
          Constructs a new window.
FlapWindow(FlapDockStation station, ButtonPane buttonPane, Frame frame)
          Constructs a new window.