Class CFlapLayoutManager
java.lang.Object
bibliothek.gui.dock.station.flap.AbstractFlapLayoutManager
bibliothek.gui.dock.common.intern.station.CFlapLayoutManager
- All Implemented Interfaces:
FlapLayoutManager
@FrameworkOnly
public class CFlapLayoutManager
extends AbstractFlapLayoutManager
implements FlapLayoutManager
A
FlapLayoutManager that uses the properties of CDockable to
find and store size and hold values.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSize(FlapDockStation station, Dockable dockable) voidinstall(FlapDockStation station) booleanisHold(FlapDockStation station, Dockable dockable) booleanisHoldSwitchable(FlapDockStation station, Dockable dockable) voidsetHold(FlapDockStation station, Dockable dockable, boolean hold) voidsetSize(FlapDockStation station, Dockable dockable, int size) voiduninstall(FlapDockStation station) Methods inherited from class bibliothek.gui.dock.station.flap.AbstractFlapLayoutManager
addListener, fireHoldSwitchableChanged, removeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface bibliothek.gui.dock.station.flap.FlapLayoutManager
addListener, removeListener
-
Constructor Details
-
CFlapLayoutManager
public CFlapLayoutManager()
-
-
Method Details
-
install
- Specified by:
installin interfaceFlapLayoutManager
-
uninstall
- Specified by:
uninstallin interfaceFlapLayoutManager
-
getSize
- Specified by:
getSizein interfaceFlapLayoutManager
-
setSize
- Specified by:
setSizein interfaceFlapLayoutManager
-
isHold
- Specified by:
isHoldin interfaceFlapLayoutManager
-
setHold
- Specified by:
setHoldin interfaceFlapLayoutManager
-
isHoldSwitchable
- Specified by:
isHoldSwitchablein interfaceFlapLayoutManager
-