|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BasicTitleViewItem in bibliothek.extension.gui.dock.theme |
---|
Methods in bibliothek.extension.gui.dock.theme that return BasicTitleViewItem | |
---|---|
BasicTitleViewItem<javax.swing.JComponent> |
BubbleTheme.ButtonGenerator.create(ActionViewConverter converter,
ButtonDockAction action,
Dockable dockable)
|
BasicTitleViewItem<javax.swing.JComponent> |
BubbleTheme.DropDownGenerator.create(ActionViewConverter converter,
DropDownAction action,
Dockable dockable)
|
BasicTitleViewItem<javax.swing.JComponent> |
BubbleTheme.MenuGenerator.create(ActionViewConverter converter,
MenuDockAction action,
Dockable dockable)
|
BasicTitleViewItem<javax.swing.JComponent> |
BubbleTheme.CheckGenerator.create(ActionViewConverter converter,
SelectableDockAction action,
Dockable dockable)
|
BasicTitleViewItem<javax.swing.JComponent> |
BubbleTheme.RadioGenerator.create(ActionViewConverter converter,
SelectableDockAction action,
Dockable dockable)
|
BasicTitleViewItem<javax.swing.JComponent> |
BubbleTheme.SeparatorGenerator.create(ActionViewConverter converter,
SeparatorAction action,
Dockable dockable)
|
Uses of BasicTitleViewItem in bibliothek.extension.gui.dock.theme.bubble |
---|
Classes in bibliothek.extension.gui.dock.theme.bubble that implement BasicTitleViewItem | |
---|---|
class |
BubbleSeparator
A view for a SeparatorAction . |
Uses of BasicTitleViewItem in bibliothek.gui.dock.action.view |
---|
Fields in bibliothek.gui.dock.action.view with type parameters of type BasicTitleViewItem | |
---|---|
static ViewTarget<BasicTitleViewItem<javax.swing.JComponent>> |
ViewTarget.TITLE
A target for an item shown on a DockTitle |
Uses of BasicTitleViewItem in bibliothek.gui.dock.themes.basic.action |
---|
Classes in bibliothek.gui.dock.themes.basic.action that implement BasicTitleViewItem | |
---|---|
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 |
class |
BasicSeparatorHandler
A handler that shows a JSeparator for a SeparatorAction . |
Uses of BasicTitleViewItem in bibliothek.gui.dock.title |
---|
Fields in bibliothek.gui.dock.title with type parameters of type BasicTitleViewItem | |
---|---|
private java.util.Map<DockAction,BasicTitleViewItem<javax.swing.JComponent>> |
AbstractDockTitle.items
The buttons of this title, each of them represents one action |
Methods in bibliothek.gui.dock.title that return BasicTitleViewItem | |
---|---|
protected BasicTitleViewItem<javax.swing.JComponent> |
AbstractDockTitle.createItemFor(DockAction action,
Dockable dockable)
Creates a new item for action which will be shown on this title. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |