Package | Description |
---|---|
bibliothek.gui.dock.facile.action |
Some
DockAction s used by Common . |
Modifier and Type | Class and Description |
---|---|
static class |
RenameAction.RenameDefaultDockable
An implementation of
RenameAction that can handle
DefaultDockables . |
static class |
RenameAction.RenameFlapDockStation
An implementation of
RenameAction that can handle
FlapDockStations . |
static class |
RenameAction.RenameSplitDockStation
An implementation of
RenameAction that can handle
SplitDockStations . |
static class |
RenameAction.RenameStackDockStation
An implementation of
RenameAction that can handle
StackDockStations . |
Modifier and Type | Method and Description |
---|---|
protected RenameAction |
RenameActionFactory.create(java.lang.Class<?> owner)
Creates a new action for the specified type.
|
protected RenameAction |
RenameActionFactory.find(java.lang.Class<?> owner)
Searches or creates a
RenameAction for owner . |
RenameAction |
RenameActionFactory.find(Dockable owner)
Gets an action for
owner . |