|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewTarget | |
|---|---|
| bibliothek.gui.dock.action | The components dealing with the logic of DockActions. |
| bibliothek.gui.dock.action.actions | Contains a set of different DockActions
and supporting classes. |
| bibliothek.gui.dock.action.view | Classes to create a views for DockActions. |
| bibliothek.gui.dock.common.action | Contains different DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables. |
| 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. |
| Uses of ViewTarget in bibliothek.gui.dock.action |
|---|
| Methods in bibliothek.gui.dock.action with parameters of type ViewTarget | ||
|---|---|---|
|
DockAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
Creates a view for this action, for the platform target and
with help of converter. |
|
| Uses of ViewTarget in bibliothek.gui.dock.action.actions |
|---|
| Methods in bibliothek.gui.dock.action.actions with parameters of type ViewTarget | ||
|---|---|---|
|
AbstractSimpleDropDownAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
GroupedButtonDockAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
GroupedSelectableDockAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
SeparatorAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
SimpleButtonAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
SimpleMenuAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
|
SimpleSelectableAction.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
boolean |
SeparatorAction.shouldDisplay(ViewTarget<?> target)
Tells whether the separator should be shown or not. |
|
| Constructors in bibliothek.gui.dock.action.actions with parameters of type ViewTarget | |
|---|---|
SeparatorAction(ViewTarget<?>... targets)
Creates a new separator. |
|
| Uses of ViewTarget in bibliothek.gui.dock.action.view |
|---|
| Fields in bibliothek.gui.dock.action.view declared as ViewTarget | |
|---|---|
static ViewTarget<DropDownViewItem> |
ViewTarget.DROP_DOWN
A target aiming to a DropDownAction |
static ViewTarget<MenuViewItem<javax.swing.JComponent>> |
ViewTarget.MENU
A target for a JMenu |
static ViewTarget<BasicTitleViewItem<javax.swing.JComponent>> |
ViewTarget.TITLE
A target for an item shown on a DockTitle |
| Methods in bibliothek.gui.dock.action.view with parameters of type ViewTarget | ||
|---|---|---|
|
ActionViewConverter.createView(ActionType<D> type,
D action,
ViewTarget<A> target,
Dockable dockable)
Creates and sets up a new view. |
|
|
ActionViewConverter.createView(DockAction action,
ViewTarget<A> target,
Dockable dockable)
Creates and sets up a new view. |
|
protected
|
ActionViewConverter.getConverter(ActionType<D> action,
ViewTarget<? super A> target)
Searches a converter for the given action and target. |
|
|
ActionViewConverter.putClient(ActionType<D> action,
ViewTarget<A> target,
ViewGenerator<D,A> generator)
Registers a new ViewGenerator to this ActionViewConverter. |
|
|
ActionViewConverter.putDefault(ActionType<D> action,
ViewTarget<A> target,
ViewGenerator<D,A> generator)
Registers a new ViewGenerator to this ActionViewConverter. |
|
|
ActionViewConverter.putTheme(ActionType<D> action,
ViewTarget<A> target,
ViewGenerator<D,A> generator)
Registers a new ViewGenerator to this ActionViewConverter. |
|
| Uses of ViewTarget in bibliothek.gui.dock.common.action |
|---|
| Methods in bibliothek.gui.dock.common.action with parameters of type ViewTarget | ||
|---|---|---|
|
CPanelPopup.PanelPopup.createView(ViewTarget<V> target,
ActionViewConverter converter,
Dockable dockable)
|
|
| Uses of ViewTarget in bibliothek.gui.dock.themes.basic.action.menu |
|---|
| Constructors in bibliothek.gui.dock.themes.basic.action.menu with parameters of type ViewTarget | |
|---|---|
MenuMenuHandler(MenuDockAction action,
Dockable dockable,
ViewTarget<? extends MenuViewItem<javax.swing.JComponent>> target)
Creates a new handler |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||