|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| bibliothek.gui.dock.themes.border | |
| 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(java.lang.String id,
BorderModifier modifier)
Sets a strategy that is used to modify the border of various components. |
| 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(java.lang.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,
java.lang.String key,
BorderModifier oldBorder,
BorderModifier newBorder)
|
void |
BasicButtonModelListener.borderChanged(BasicButtonModel model,
java.lang.String key,
BorderModifier oldBorder,
BorderModifier newBorder)
Called when a border has changed. |
void |
BasicButtonModel.setBorder(java.lang.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||