public abstract class AbstractFlapLayoutManager extends Object implements FlapLayoutManager
FlapLayoutManager, providing support for listeners.| Constructor and Description |
|---|
AbstractFlapLayoutManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(FlapLayoutManagerListener listener)
Adds an observer to this manager, the observer is to be informed if an important property
changes.
|
protected void |
fireHoldSwitchableChanged(FlapDockStation station,
Dockable dockable)
Invokes the method
FlapLayoutManagerListener.holdSwitchableChanged(FlapLayoutManager, FlapDockStation, Dockable)
on all listeners that are currently registered. |
void |
removeListener(FlapLayoutManagerListener listener)
Removes the observer
listener from this manager. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSize, install, isHold, isHoldSwitchable, setHold, setSize, uninstallpublic void addListener(FlapLayoutManagerListener listener)
FlapLayoutManageraddListener in interface FlapLayoutManagerlistener - the new observer, not nullpublic void removeListener(FlapLayoutManagerListener listener)
FlapLayoutManagerlistener from this manager.removeListener in interface FlapLayoutManagerlistener - the observer to removeprotected void fireHoldSwitchableChanged(FlapDockStation station, Dockable dockable)
FlapLayoutManagerListener.holdSwitchableChanged(FlapLayoutManager, FlapDockStation, Dockable)
on all listeners that are currently registered.station - the station to which the event belongs or nulldockable - the affected dockable or nullCopyright © 2017 Docking Frames. All rights reserved.