Uses of Class
bibliothek.gui.dock.action.actions.SeparatorAction

Packages that use SeparatorAction
bibliothek.extension.gui.dock.theme   
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.action   
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.themes.basic.action   
 

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

Methods in bibliothek.extension.gui.dock.theme with parameters of type SeparatorAction
 BasicTitleViewItem<javax.swing.JComponent> BubbleTheme.SeparatorGenerator.create(ActionViewConverter converter, SeparatorAction action, Dockable dockable)
           
 

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

Fields in bibliothek.extension.gui.dock.theme.bubble declared as SeparatorAction
private  SeparatorAction BubbleSeparator.action
          the action shown on this view
 

Constructors in bibliothek.extension.gui.dock.theme.bubble with parameters of type SeparatorAction
BubbleSeparator(SeparatorAction action)
          Creates a new view
 

Uses of SeparatorAction in bibliothek.gui.dock.action
 

Fields in bibliothek.gui.dock.action with type parameters of type SeparatorAction
static ActionType<SeparatorAction> ActionType.SEPARATOR
          Represents a separator.
 

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

Fields in bibliothek.gui.dock.action.actions declared as SeparatorAction
static SeparatorAction SeparatorAction.MENU_SEPARATOR
          A separator that is only visible on menus
static SeparatorAction SeparatorAction.SEPARATOR
          A separator that is visible on menus and on titles
static SeparatorAction SeparatorAction.TITLE_SEPARATOR
          A separator which is only visible on titles
 

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

Fields in bibliothek.gui.dock.themes.basic.action declared as SeparatorAction
private  SeparatorAction BasicSeparatorHandler.action
          the action for which the separator is shown
 

Constructors in bibliothek.gui.dock.themes.basic.action with parameters of type SeparatorAction
BasicSeparatorHandler(javax.swing.JSeparator separator, SeparatorAction action)
          Creates a new handler