Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.action.actions |
Contains a set of different
DockAction s
and supporting classes.The actions in this package will create views, which show Icon s,
text, tooltips and other gimmicks. |
bibliothek.gui.dock.common.action |
Contains different
DockAction s and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockable s. |
bibliothek.gui.dock.common.action.core |
A set of
DockAction s that also implement
CommonDockAction . |
bibliothek.gui.dock.common.action.predefined |
A set of more complex actions that can be directly used.
|
bibliothek.gui.dock.common.intern.action |
CAction s and supporting classes that are not intended for clients
to be used directly. |
bibliothek.gui.dock.facile.action |
Some
DockAction s used by Common . |
bibliothek.gui.dock.facile.mode.action | |
bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation . |
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockAction s.They way from a DockAction to its view normally involves four objects:
The DockAction itself, providing the basic set of properties
A handler listening to changes of the
action and forwarding the changes to the model. |
bibliothek.gui.dock.themes.basic.action.dropdown |
Handlers taking various kinds of
DockAction and presenting them
as DropDownViewItem
in order to display them as children of a
DropDownAction |
bibliothek.gui.dock.themes.basic.action.menu |
Handlers taking various kinds of
DockAction and presenting them
as MenuViewItem in
order to display the actions in a menu. |
Modifier and Type | Class and Description |
---|---|
class |
DockFrontend.Hider
An object which is action and
ActionGuard at the same time. |
Modifier and Type | Field and Description |
---|---|
static ActionType<ButtonDockAction> |
ActionType.BUTTON
The action behaves like a button: it can be triggered, some
action happens, and the original state is reestablished.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupedButtonDockAction<K>
A
GroupedDockAction that provides the functionality of
a ButtonDockAction . |
class |
SimpleButtonAction
A
ButtonDockAction that has the same properties for all
Dockables which use the action. |
Modifier and Type | Class and Description |
---|---|
class |
CPanelPopup.PanelPopup
A custom action shows some dialog or window when triggered
|
Modifier and Type | Class and Description |
---|---|
class |
CommonSimpleButtonAction
An implementation of a
SimpleButtonAction that also implements CommonDockAction . |
Modifier and Type | Class and Description |
---|---|
class |
CCloseAction.Action
Internal representation of the
CCloseAction , just calls
CCloseAction.close(CDockable) when triggered. |
Modifier and Type | Class and Description |
---|---|
class |
CExtendedModeAction.Action
The internal representation of a
CExtendedModeAction . |
Modifier and Type | Class and Description |
---|---|
class |
CloseAction
This action shows an icon for "close".
|
class |
RenameAction
|
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 . |
class |
ReplaceAction
A
DockAction that can replace a DockStation by it's only
child. |
Modifier and Type | Class and Description |
---|---|
class |
ExternalizedModeAction
|
class |
LocationModeAction
Action for changing the
LocationMode of a Dockable . |
class |
MaximizedModeAction
|
class |
MinimizedModeAction
|
class |
NormalModeAction
|
Modifier and Type | Class and Description |
---|---|
class |
ScreenFullscreenAction
This
DockAction is mainly used by the ScreenDockStation
to allow it's children to go into fullscreen-mode. |
Modifier and Type | Class and Description |
---|---|
class |
SplitFullScreenAction
This
DockAction is mainly used by the SplitDockStation
to allow it's children to get in fullscreen-mode. |
Constructor and Description |
---|
BasicButtonHandler(ButtonDockAction action,
Dockable dockable)
Creates the new handler.
|
Constructor and Description |
---|
ButtonDropDownHandler(ButtonDockAction action,
Dockable dockable,
javax.swing.JMenuItem item)
Creates a new handler.
|
Constructor and Description |
---|
ButtonMenuHandler(ButtonDockAction action,
Dockable dockable)
Creates a new handler.
|