Uses of Interface
bibliothek.gui.dock.station.support.PlaceholderStrategyListener

Packages that use PlaceholderStrategyListener
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
 

Uses of PlaceholderStrategyListener in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern with parameters of type PlaceholderStrategyListener
 void CPlaceholderStrategy.addListener(PlaceholderStrategyListener listener)
           
 void CPlaceholderStrategy.removeListener(PlaceholderStrategyListener listener)
           
 

Uses of PlaceholderStrategyListener in bibliothek.gui.dock.station.support
 

Methods in bibliothek.gui.dock.station.support with parameters of type PlaceholderStrategyListener
 void PlaceholderStrategy.addListener(PlaceholderStrategyListener listener)
          Adds a listener to this strategy.
 void RootPlaceholderStrategy.addListener(PlaceholderStrategyListener listener)
           
 void PlaceholderStrategy.removeListener(PlaceholderStrategyListener listener)
          Removes a listener from this strategy.
 void RootPlaceholderStrategy.removeListener(PlaceholderStrategyListener listener)