|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
---|---|
bibliothek.gui.dock | |
bibliothek.gui.dock.title | |
bibliothek.gui.dock.util |
Uses of Priority in bibliothek.gui.dock |
---|
Methods in bibliothek.gui.dock with parameters of type Priority | |
---|---|
void |
IconManager.Entry.set(Priority priority,
javax.swing.Icon icon)
Replaces the current icon of this entry. |
void |
IconManager.setIcon(java.lang.String key,
Priority priority,
javax.swing.Icon icon)
Stores an icon. |
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. |
private int |
DockTitleVersion.map(Priority priority)
Gets the index of the slot in DockTitleVersion.factories which is used for
the factory with the given priority . |
DockTitleVersion |
DockTitleManager.register(java.lang.String id,
DockTitleFactory factory,
Priority priority)
Registers a factory at 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(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |