Package | Description |
---|---|
bibliothek.extension.gui.dock.theme |
Contains some
DockTheme s. |
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.extension.gui.dock.theme.eclipse.stack |
An implementation of
TabPane and
supporting classes for the EclipseTheme . |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui.dock.common.intern.action.panel |
Supporting classes for
CPanelPopup . |
bibliothek.gui.dock.station.stack.menu |
Contains an abstract implementation of
CombinedMenu
including helper classes. |
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.buttons |
Classes which allow to paint and interact with a
BasicButtonModel . |
Modifier and Type | Method and Description |
---|---|
protected MiniButton<BasicButtonModel> |
FlatTheme.createTitleMiniButton(BasicTrigger trigger,
BasicResourceInitializer initializer)
Creates a
MiniButton in a flat look. |
Modifier and Type | Method and Description |
---|---|
protected RoundButton |
BubbleTabMenu.createButton(BasicTrigger trigger) |
Constructor and Description |
---|
RoundButton(BasicTrigger trigger,
BasicResourceInitializer initializer,
Dockable dockable,
DockAction action)
Creates a new round button.
|
Constructor and Description |
---|
RoundRectButton(BasicTrigger trigger,
BasicResourceInitializer initializer)
Creates a new roundrect button.
|
Modifier and Type | Method and Description |
---|---|
protected RoundRectButton |
EclipseMenu.createButton(BasicTrigger trigger) |
Modifier and Type | Method and Description |
---|---|
protected BasicMiniButton |
FlatMenu.createButton(BasicTrigger trigger) |
Modifier and Type | Class and Description |
---|---|
class |
BasicPanelPopupHandler
A handler for a
CPanelPopup which is shown in a title as button. |
Modifier and Type | Method and Description |
---|---|
protected abstract B |
ButtonCombinedMenu.createButton(BasicTrigger trigger)
Creates a new button for this menu.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicDropDownButtonTrigger
A trigger used by the
BasicDropDownButtonModel to remotely open the
drop down menu of a DropDownAction . |
Modifier and Type | Class and Description |
---|---|
class |
BasicButtonHandler
A handler to connect a
ButtonDockAction with a
BasicButtonModel . |
class |
BasicDropDownButtonHandler
A handler connecting a
DropDownAction with a BasicDropDownButtonModel
and its view. |
class |
BasicHandler<D extends StandardDockAction>
A class connecting a
DockAction with a BasicButtonModel . |
class |
BasicMenuHandler
A handler connecting a
MenuDockAction with a BasicButtonModel . |
class |
BasicSelectableHandler
A handler connecting a
SelectableDockAction with a
BasicButtonModel . |
static class |
BasicSelectableHandler.Check
An implementation used to connect a
SelectableDockAction of
type ActionType.CHECK with a BasicButtonModel |
static class |
BasicSelectableHandler.Radio
An implementation used to connect a
SelectableDockAction of
type ActionType.RADIO with a BasicButtonModel |
Constructor and Description |
---|
BasicButtonModel(JComponent owner,
BasicTrigger trigger,
BasicResourceInitializer initializer)
Creates a new model.
|
BasicButtonModel(JComponent owner,
BasicTrigger trigger,
BasicResourceInitializer initializer,
boolean createListener)
Creates a new model.
|
Constructor and Description |
---|
BasicMiniButton(BasicTrigger trigger,
BasicResourceInitializer initializer)
Creates the new button.
|