bibliothek.gui.dock.station.flap.button
Annotation Type ButtonContentAction


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

Marks a DockAction that it should be shown on a component that depends on a ButtonContent and that filters its actions.
This annotation receives only attention if the DefaultButtonContentFilter is used.

Author:
Benjamin Sigg