Uses of Enum
bibliothek.gui.dock.common.EnableableItem
Packages that use EnableableItem
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of EnableableItem in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common that return EnableableItemModifier and TypeMethodDescriptionstatic EnableableItemReturns the enum constant of this type with the specified name.static EnableableItem[]EnableableItem.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in bibliothek.gui.dock.common with parameters of type EnableableItemModifier and TypeMethodDescriptionstatic intEnableableItem.add(int flags, EnableableItem item) Addsitemto theflagsand returns a new flag.static booleanEnableableItem.isEnabled(int flags, EnableableItem item) Tells whether theflags, which was created byadd(int, EnableableItem)andremove(int, EnableableItem), containsitem.static intEnableableItem.remove(int flags, EnableableItem item) Removesitemfromflagsand returns a new flag. -
Uses of EnableableItem in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern with parameters of type EnableableItemModifier and TypeMethodDescriptionbooleanAbstractCDockable.isEnabled(EnableableItem item) booleanCDockable.isEnabled(EnableableItem item) Tells whether a part of this dockable is enabled.voidAbstractCDockable.setEnabled(EnableableItem item, boolean enabled) Enables or disables a part of this dockable.