Uses of Interface
bibliothek.gui.dock.common.action.CloseActionFactory
Packages that use CloseActionFactory
Package
Description
A set of classes that can be used to create basic applications.
Contains different
DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables.-
Uses of CloseActionFactory in bibliothek.gui.dock.common
Fields in bibliothek.gui.dock.common with type parameters of type CloseActionFactoryModifier and TypeFieldDescriptionstatic final PropertyKey<CloseActionFactory>CControl.CLOSE_ACTION_FACTORYThis factory creates the actions that close dockables. -
Uses of CloseActionFactory in bibliothek.gui.dock.common.action
Fields in bibliothek.gui.dock.common.action declared as CloseActionFactoryModifier and TypeFieldDescriptionstatic final CloseActionFactoryCloseActionFactory.DEFAULTA default implementation ofCloseActionFactory, always returns a newCCloseAction.