|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.flap.AbstractFlapLayoutManager
public abstract class AbstractFlapLayoutManager
Abstract implementation of FlapLayoutManager
, providing support for listeners.
Constructor Summary | |
---|---|
AbstractFlapLayoutManager()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bibliothek.gui.dock.station.flap.FlapLayoutManager |
---|
getSize, install, isHold, isHoldSwitchable, setHold, setSize, uninstall |
Constructor Detail |
---|
public AbstractFlapLayoutManager()
Method Detail |
---|
public void addListener(FlapLayoutManagerListener listener)
FlapLayoutManager
addListener
in interface FlapLayoutManager
listener
- the new observer, not null
public void removeListener(FlapLayoutManagerListener listener)
FlapLayoutManager
listener
from this manager.
removeListener
in interface FlapLayoutManager
listener
- 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 null
dockable
- the affected dockable or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |