Uses of Class
bibliothek.gui.dock.util.PropertyValue

Packages that use PropertyValue
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.themes.basic.action.buttons Classes which allow to paint and interact with a BasicButtonModel
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

Uses of PropertyValue in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return PropertyValue
protected  PropertyValue<ScreenDockWindowConfiguration> ScreenDockStation.getWindowConfigurationProperty()
          Gets the property which represents the window configuration.
protected  PropertyValue<ScreenDockWindowFactory> ScreenDockStation.getWindowFactoryProperty()
          Gets the property which represents the window factory.
 

Uses of PropertyValue in bibliothek.gui.dock.themes.basic.action.buttons
 

Subclasses of PropertyValue in bibliothek.gui.dock.themes.basic.action.buttons
 class ButtonContentValue
          A wrapper around an exchangeable ButtonContent that implements ButtonContentListener to listen to the current ButtonContent.
 

Uses of PropertyValue in bibliothek.gui.dock.util
 

Subclasses of PropertyValue in bibliothek.gui.dock.util
 class SilentPropertyValue<A>
          A SilentPropertyValue is a PropertyValue that does not react to changes of its value.