bibliothek.gui.dock.station
Annotation Type LayoutLocked


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

Any method marked with this annotation is forbidden to modify the layout of a DockStation.

Author:
Benjamin Sigg

Optional Element Summary
 boolean locked
          whether the layout is locked by this class.
 

locked

public abstract boolean locked
whether the layout is locked by this class. Overrides any value set by any superclass.

Default:
true