org.opt4j.viewer
Annotation Type ToolBarOrder


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

The ToolBarOrder Annotation is used for ToolBarService ordering.

See Also:
ToolBarService

Required Element Summary
 int value
          Returns the order priority.
 

Element Detail

value

public abstract int value
Returns the order priority.

Returns:
the order priority