Uses of Interface
bibliothek.gui.dock.action.actions.GroupKeyGenerator

Packages that use GroupKeyGenerator
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes. 
 

Uses of GroupKeyGenerator in bibliothek.gui.dock.action.actions
 

Methods in bibliothek.gui.dock.action.actions that return GroupKeyGenerator
 GroupKeyGenerator<? extends K> GroupedDockAction.getGenerator()
          Gets the generator that is used to create keys for unknown Dockables.
 

Methods in bibliothek.gui.dock.action.actions with parameters of type GroupKeyGenerator
 void GroupedDockAction.setGenerator(GroupKeyGenerator<? extends K> generator)
          Sets the generator that is used to create keys for unknown Dockables.
 

Constructors in bibliothek.gui.dock.action.actions with parameters of type GroupKeyGenerator
GroupedButtonDockAction(GroupKeyGenerator<? extends K> generator)
          Creates a new action.
GroupedDockAction(GroupKeyGenerator<? extends K> generator)
          Creates a new action.
GroupedDropDownItemAction(GroupKeyGenerator<? extends K> generator)
          Creates a new action.
GroupedSelectableDockAction.Check(GroupKeyGenerator<? extends K> generator)
          Creates a new action.
GroupedSelectableDockAction.Radio(GroupKeyGenerator<? extends K> generator)
          Creates a new action.
GroupedSelectableDockAction(GroupKeyGenerator<? extends K> generator, ActionType<SelectableDockAction> type)
          Creates a new action.