|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
---|---|
bibliothek.extension.gui.dock.theme | |
bibliothek.gui.dock.themes | |
bibliothek.gui.dock.themes.color | |
bibliothek.gui.dock.title | |
bibliothek.gui.dock.util |
Uses of Priority in bibliothek.extension.gui.dock.theme |
---|
Methods in bibliothek.extension.gui.dock.theme with parameters of type Priority | |
---|---|
void |
IdentifiedColorScheme.transmitAll(Priority priority,
ColorManager manager)
|
Uses of Priority in bibliothek.gui.dock.themes |
---|
Methods in bibliothek.gui.dock.themes with parameters of type Priority | |
---|---|
void |
ColorScheme.transmitAll(Priority priority,
ColorManager manager)
Transmits all values in this scheme to manager . |
Uses of Priority in bibliothek.gui.dock.themes.color |
---|
Methods in bibliothek.gui.dock.themes.color with parameters of type Priority | |
---|---|
void |
DefaultColorScheme.transmitAll(Priority priority,
ColorManager manager)
|
Uses of Priority in bibliothek.gui.dock.title |
---|
Methods in bibliothek.gui.dock.title with parameters of type Priority | |
---|---|
DockTitleFactory |
DockTitleVersion.getFactory(Priority priority)
Gets the factory with the given priority. |
boolean |
DockTitleVersion.isSet(Priority priority)
Tells whether there is a factory with the importance priority ,
or not. |
DockTitleVersion |
DockTitleManager.register(String id,
DockTitleFactory factory,
Priority priority)
Registers a factory for the given key |
void |
DockTitleVersion.setFactory(DockTitleFactory factory,
Priority priority)
Stores factory at the slot priority . |
Uses of Priority in bibliothek.gui.dock.util |
---|
Methods in bibliothek.gui.dock.util that return Priority | |
---|---|
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in bibliothek.gui.dock.util with parameters of type Priority | |
---|---|
void |
UIProperties.clear(Priority priority)
Removes all values that stored under the given priority. |
T |
PriorityValue.get(Priority priority)
Gets the value for a given priority. |
void |
UIProperties.publish(Priority priority,
Path path,
B bridge)
Adds a new bridge between this UIProperties and a set of
UIValue s that have a certain type. |
void |
UIProperties.put(Priority priority,
String id,
V resource)
Sets a new resource and informs all UIValue that are observing
id about the change. |
boolean |
PriorityValue.set(Priority priority,
T value)
Sets the value for a given priority. |
void |
IconManager.setIcon(String key,
Priority priority,
Icon icon)
Stores an icon. |
void |
UIProperties.unpublish(Priority priority,
B bridge)
Searches for all occurrences of bridge and removes them. |
void |
UIProperties.unpublish(Priority priority,
Path path)
Removes the bridge that handles the UIValue s of kind path . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |