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

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.setIcon(String key, Priority priority, 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.
 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.