public interface SplitDockListener
SplitDockStation. The listener
is informed when the fullscreen-property is changed.| Modifier and Type | Method and Description |
|---|---|
void |
fullScreenDockableChanged(SplitDockStation station,
Dockable oldFullScreen,
Dockable newFullScreen)
|
void fullScreenDockableChanged(SplitDockStation station, Dockable oldFullScreen, Dockable newFullScreen)
station - the station on which the event happenedoldFullScreen - the Dockable that was fullscreen, may be nullnewFullScreen - the Dockable which is now fullscreen, may be nullSplitDockStation.setFullScreen(Dockable),
SplitDockStation.getFullScreen()Copyright © 2017 Docking Frames. All rights reserved.