bibliothek.gui.dock.common.behavior
Class ExternalizingCGridAreaConfiguration.SplitInserter

java.lang.Object
  extended by bibliothek.gui.dock.event.DockStationAdapter
      extended by bibliothek.gui.dock.common.behavior.ExternalizingCGridAreaConfiguration.SplitInserter
All Implemented Interfaces:
DockStationListener
Enclosing class:
ExternalizingCGridAreaConfiguration

@LayoutLocked(locked=false)
protected class ExternalizingCGridAreaConfiguration.SplitInserter
extends DockStationAdapter

A listener that is added to a ScreenDockStation, every time some Dockable is added to said station, a new ExternalizingCGridArea is created and inserted.

Author:
Benjamin Sigg

Constructor Summary
protected ExternalizingCGridAreaConfiguration.SplitInserter()
           
 
Method Summary
 void dockableAdded(DockStation station, Dockable dockable)
          Invoked after dockable has been added to station.
Note: this method is called when the tree of DockElements contains the new element, other properties - like the bounds of the Component of dockable - might not yet be set.
 
Methods inherited from class bibliothek.gui.dock.event.DockStationAdapter
dockableAdding, dockableRemoved, dockableRemoving, dockableSelected, dockableShowingChanged, dockablesRepositioned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalizingCGridAreaConfiguration.SplitInserter

protected ExternalizingCGridAreaConfiguration.SplitInserter()
Method Detail

dockableAdded

public void dockableAdded(DockStation station,
                          Dockable dockable)
Description copied from interface: DockStationListener
Invoked after dockable has been added to station.
Note: this method is called when the tree of DockElements contains the new element, other properties - like the bounds of the Component of dockable - might not yet be set.

Specified by:
dockableAdded in interface DockStationListener
Overrides:
dockableAdded in class DockStationAdapter
Parameters:
station - the station where the new child was added
dockable - the new child