|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
| Optional Element Summary | |
|---|---|
double |
value
How important the marked element is, as higher this number as more important. |
public abstract double value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||