Uses of Interface
bibliothek.gui.dock.common.action.CloseActionFactory

Packages that use CloseActionFactory
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.action 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 CloseActionFactory
static PropertyKey<CloseActionFactory> CControl.CLOSE_ACTION_FACTORY
          This 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 CloseActionFactory
static CloseActionFactory CloseActionFactory.DEFAULT
          A default implementation of CloseActionFactory, always returns a new CCloseAction.