Uses of Interface
bibliothek.gui.dock.themes.border.BorderModifier

Packages that use BorderModifier
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
bibliothek.gui.dock.themes.border Contains classes required to modify the Border of various JComponents. 
 

Uses of BorderModifier in bibliothek.gui
 

Fields in bibliothek.gui with type parameters of type BorderModifier
static PropertyKey<BorderModifier> DockTheme.BORDER_MODIFIER
          A unique identifier for the DockProperties to access the current BorderModifier.
 

Uses of BorderModifier in bibliothek.gui.dock.themes
 

Fields in bibliothek.gui.dock.themes with type parameters of type BorderModifier
static TypedUIProperties.Type<BorderModifier> ThemeManager.BORDER_MODIFIER_TYPE
          Identifier for the type BorderModifier
 

Methods in bibliothek.gui.dock.themes with parameters of type BorderModifier
 void ThemeManager.setBorderModifier(String id, BorderModifier modifier)
          Sets a strategy that is used to modify the border of various components.
Valid identifiers can be, but are not restricted to: MiniButton.BORDER_KEY_NORMAL MiniButton.BORDER_KEY_NORMAL_SELECTED MiniButton.BORDER_KEY_MOUSE_OVER MiniButton.BORDER_KEY_MOUSE_OVER_SELECTED MiniButton.BORDER_KEY_MOUSE_PRESSED MiniButton.BORDER_KEY_MOUSE_PRESSED_SELECTED "dock.border".displayer.basic.base "dock.border".displayer.basic.content "dock.border".displayer.bubble "dock.border".displayer.eclipse.no_title.out "dock.border".displayer.eclipse.no_title.in "dock.border".displayer.eclipse "dock.border".displayer.eclipse.content "dock.border".screen.window "dock.border".stack.eclipse "dock.border".stack.eclipse.content "dock.border".title.button "dock.border".title.button.flat "dock.border".title.button.flat.hover "dock.border".title.button.flat.pressed "dock.border".title.button.flat.selected "dock.border".title.button.flat.selected.hover "dock.border".title.button.flat.selected.pressed "dock.border".title.button.selected "dock.border".title.button.pressed "dock.border".title.button.selected.pressed "dock.border".title.eclipse.button.flat "dock.border".title.flat "dock.border".title.station.basic "dock.border".title.tab
 

Method parameters in bibliothek.gui.dock.themes with type arguments of type BorderModifier
 void ThemeManager.setBorderModifierBridge(Path kind, UIBridge<BorderModifier,UIValue<BorderModifier>> bridge)
          Sets the UIBridge that will transfer properties to those UIValues whose kind is either kind or a child of kind.
 void ThemeManager.setBorderModifierBridge(Path kind, UIBridge<BorderModifier,UIValue<BorderModifier>> bridge)
          Sets the UIBridge that will transfer properties to those UIValues whose kind is either kind or a child of kind.
 

Uses of BorderModifier in bibliothek.gui.dock.themes.basic.action
 

Methods in bibliothek.gui.dock.themes.basic.action that return BorderModifier
 BorderModifier BasicButtonModel.getBorder(String key)
          Gets the border which is used for the state key.
 

Methods in bibliothek.gui.dock.themes.basic.action with parameters of type BorderModifier
 void BasicButtonModelAdapter.borderChanged(BasicButtonModel model, String key, BorderModifier oldBorder, BorderModifier newBorder)
           
 void BasicButtonModelListener.borderChanged(BasicButtonModel model, String key, BorderModifier oldBorder, BorderModifier newBorder)
          Called when a border has changed.
 void BasicButtonModel.setBorder(String key, BorderModifier border)
          Sets the border for some state of the component that displays this model.
 

Uses of BorderModifier in bibliothek.gui.dock.themes.border
 

Methods in bibliothek.gui.dock.themes.border that return BorderModifier
 BorderModifier BorderForwarder.get()
          Gets the BorderModifier that is currently used by this forwarder.
 

Methods in bibliothek.gui.dock.themes.border with parameters of type BorderModifier
 void BorderForwarder.set(BorderModifier value)