Package bibliothek.gui.dock.themes.basic.action

Interface Summary
BasicDropDownButtonTrigger A trigger used by the BasicDropDownButtonModel to remotely open the drop down menu of a DropDownAction.
BasicTitleViewItem<A> A view item that will be shown between some buttons on a DockTitle.
BasicTrigger A type containing a method that is used as callback-method in a BasicButtonModel.
 

Class Summary
BasicButtonHandler A handler to connect a ButtonDockAction with a BasicButtonModel.
BasicButtonModel A class containing all properties and methods needed to handle a button-component that shows the contents of a DockAction.
BasicDropDownButtonHandler A handler connecting a DropDownAction with a BasicDropDownButtonModel and its view.
BasicDropDownButtonModel An expanded BasicButtonModel that can handle the properties needed to represent a DropDownAction.
BasicHandler<D extends StandardDockAction> A class connecting a DockAction with a BasicButtonModel.
BasicMenuHandler A handler connecting a MenuDockAction with a BasicButtonModel.
BasicSelectableHandler A handler connecting a SelectableDockAction with a BasicButtonModel.
BasicSelectableHandler.Check An implementation used to connect a SelectableDockAction of type ActionType.CHECK with a BasicButtonModel
BasicSelectableHandler.Radio An implementation used to connect a SelectableDockAction of type ActionType.RADIO with a BasicButtonModel
BasicSeparatorHandler A handler that shows a JSeparator for a SeparatorAction.
DropDownItemHandle Represents an action and a view which are children of a DropDownAction