bibliothek.gui.dock.facile.station.screen
Class WindowProviderVisibility

java.lang.Object
  extended by bibliothek.gui.dock.facile.station.screen.WindowProviderVisibility

public class WindowProviderVisibility
extends Object

Changes the visibility state of a ScreenDockStation according to the state of an observed window.

Author:
Benjamin Sigg

Constructor Summary
WindowProviderVisibility(ScreenDockStation station)
          Creates a new WindowProviderVisibility.
 
Method Summary
 void setProvider(WindowProvider provider)
          Sets the window to observe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowProviderVisibility

public WindowProviderVisibility(ScreenDockStation station)
Creates a new WindowProviderVisibility.

Parameters:
station - the station whose visibility might be changed by this
Method Detail

setProvider

public void setProvider(WindowProvider provider)
Sets the window to observe

Parameters:
provider - the new window, can be null