Uses of Interface
bibliothek.gui.dock.themes.basic.action.BasicTrigger

Packages that use BasicTrigger
bibliothek.extension.gui.dock.theme   
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.themes.basic.action   
bibliothek.gui.dock.themes.basic.action.buttons   
 

Uses of BasicTrigger in bibliothek.extension.gui.dock.theme
 

Methods in bibliothek.extension.gui.dock.theme with parameters of type BasicTrigger
private  MiniButton<BasicButtonModel> FlatTheme.createTitleMiniButton(BasicTrigger trigger)
          Creates a MiniButton in a flat look.
 

Uses of BasicTrigger in bibliothek.extension.gui.dock.theme.bubble
 

Constructors in bibliothek.extension.gui.dock.theme.bubble with parameters of type BasicTrigger
RoundButton(BubbleTheme theme, BasicTrigger trigger)
           
 

Uses of BasicTrigger in bibliothek.gui.dock.themes.basic.action
 

Classes in bibliothek.gui.dock.themes.basic.action that implement BasicTrigger
 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
 

Fields in bibliothek.gui.dock.themes.basic.action declared as BasicTrigger
private  BasicTrigger BasicButtonModel.trigger
          a callback used when the user clicked on the view
 

Constructors in bibliothek.gui.dock.themes.basic.action with parameters of type BasicTrigger
BasicButtonModel(javax.swing.JComponent owner, BasicTrigger trigger)
          Creates a new model.
BasicButtonModel(javax.swing.JComponent owner, BasicTrigger trigger, boolean createListener)
          Creates a new model.
BasicDropDownButtonModel(javax.swing.JComponent owner, BasicTrigger trigger)
          Creates a new model.
BasicDropDownButtonModel(javax.swing.JComponent owner, BasicTrigger trigger, boolean createListener)
          Creates a new model.
 

Uses of BasicTrigger in bibliothek.gui.dock.themes.basic.action.buttons
 

Constructors in bibliothek.gui.dock.themes.basic.action.buttons with parameters of type BasicTrigger
BasicMiniButton(BasicTrigger trigger)
          Creates the new button.