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

Packages that use ButtonPane
bibliothek.gui.dock.security   
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.flap   
 

Uses of ButtonPane in bibliothek.gui.dock.security
 

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

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

Uses of ButtonPane in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station declared as ButtonPane
private  ButtonPane FlapDockStation.buttonPane
          The component on which all "buttons" are shown (the titles created with the id FlapDockStation.BUTTON_TITLE_ID)
 

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

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

Fields in bibliothek.gui.dock.station.flap declared as ButtonPane
private  ButtonPane FlapWindow.buttonPane
          The buttons on the station
 

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