Enum DefaultCDockable.Permissions

java.lang.Object
java.lang.Enum<DefaultCDockable.Permissions>
bibliothek.gui.dock.common.intern.DefaultCDockable.Permissions
All Implemented Interfaces:
Serializable, Comparable<DefaultCDockable.Permissions>, java.lang.constant.Constable
Enclosing class:
DefaultCDockable

public static enum DefaultCDockable.Permissions extends Enum<DefaultCDockable.Permissions>
Describes what the user can do with the enclosing DefaultCDockable.
A name like X_Y tells, that feature X and feature Y are available. The features are:
  • MIN: whether the dockable can be minimized
  • MAX: whether the dockable can be maximized
  • EXT: whether the dockable can be externalized
  • STACK: whether the dockable can be combined with other dockables, this feature normally should be allowed.
  • CLOSE: whether the dockable can be closed by the user through an action (normally a "x" in the right corner of the title)
Author:
Benjamin Sigg