bibliothek.gui.dock.themes.basic.action
Annotation Type DockActionImportance


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface DockActionImportance

A DockActionImportance can be used to mark a DockAction as being more or less important. An action without this mark always has an importance of 1.
The importance is used by the DefaultDockActionImportanceOrder to decide which actions are more or less important.

Author:
Benjamin Sigg

Optional Element Summary
 double value
          How important the marked element is, as higher this number as more important.
 

value

public abstract double value
How important the marked element is, as higher this number as more important.

Returns:
the importance, the default is 1.0
Default:
1.0