|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.AbstractDockable
bibliothek.gui.dock.station.AbstractDockableStation
bibliothek.gui.dock.station.FlapDockStation
bibliothek.gui.dock.security.SecureFlapDockStation
public class SecureFlapDockStation
A FlapDockStation
that uses SecureFlapWindow
instead
of FlapWindow
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class bibliothek.gui.dock.station.FlapDockStation |
---|
FlapDockStation.Direction |
Field Summary |
---|
Fields inherited from class bibliothek.gui.dock.station.FlapDockStation |
---|
BUTTON_TITLE_ID, WINDOW_TITLE_ID |
Fields inherited from class bibliothek.gui.dock.station.AbstractDockableStation |
---|
listeners |
Constructor Summary | |
---|---|
SecureFlapDockStation()
|
Method Summary | |
---|---|
protected SecureFlapWindow |
createFlapWindow(Window owner,
ButtonPane buttonPane)
Creates a window for this station. |
String |
getFactoryID()
Gets the unique name of the DockFactory which can read
and write elements of this type. |
Methods inherited from class bibliothek.gui.dock.station.AbstractDockableStation |
---|
accept, addDockStationListener, asDockStation, canCompare, compare, getDockTitle, getIndirectActionOffers, getTheme, isStationVisible, removeDockStationListener, updateTheme |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bibliothek.gui.DockStation |
---|
getController |
Methods inherited from interface bibliothek.gui.dock.DockElement |
---|
asDockable |
Constructor Detail |
---|
public SecureFlapDockStation()
Method Detail |
---|
protected SecureFlapWindow createFlapWindow(Window owner, ButtonPane buttonPane)
FlapDockStation
createFlapWindow
in class FlapDockStation
owner
- the owner of the windowbuttonPane
- the panel needed to calculate the size of the window
null
if no window could be createdpublic String getFactoryID()
DockElement
DockFactory
which can read
and write elements of this type.
getFactoryID
in interface DockElement
getFactoryID
in class FlapDockStation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |