public interface CloseActionFactory
CAction
that is shown on a CDockable
which is CDockable.isCloseable()
. The action should call CDockable.setVisible(boolean)
when invoked (to close the dockable).Modifier and Type | Field and Description |
---|---|
static CloseActionFactory |
DEFAULT
A default implementation of
CloseActionFactory , always returns a new
CCloseAction . |
static final CloseActionFactory DEFAULT
CloseActionFactory
, always returns a new
CCloseAction
.