Uses of Class
com.javadocking.dockable.action.ShowActionMode

Packages that use ShowActionMode
com.javadocking.component Contains the interfaces and default implementations for the components and component factories that are used by the docking library. 
com.javadocking.dockable.action Contains actions that can be performed on dockables. 
 

Uses of ShowActionMode in com.javadocking.component
 

Methods in com.javadocking.component that return ShowActionMode
 ShowActionMode SelectableDockableHeader.getSelectedShowActionMode()
          Gets which actions are shown in the header, when the header is selected.
 ShowActionMode SelectableDockableHeader.getShowActionMode()
          Gets which actions are shown in the header, when the header is not selected.
 

Methods in com.javadocking.component with parameters of type ShowActionMode
 void SelectableDockableHeader.setSelectedShowActionMode(ShowActionMode selectedShowActionMode)
          Sets which actions are shown in the header, when the header is selected.
 void SelectableDockableHeader.setShowActionMode(ShowActionMode showActionMode)
          Sets which actions are shown in the header, when the header is not selected.
 

Constructors in com.javadocking.component with parameters of type ShowActionMode
MinimzeHeader(Dockable dockable, int position, ShowActionMode showActionMode, ShowActionMode selectedShowActionMode)
           Constructs a header for a dockable that is docked in a tabbed pane.
SelectableDockableHeader(Dockable dockable, int position, ShowActionMode showActionMode, ShowActionMode selectedShowActionMode)
           Constructs a header for a dockable that can be selected.
 

Uses of ShowActionMode in com.javadocking.dockable.action
 

Fields in com.javadocking.dockable.action declared as ShowActionMode
static ShowActionMode ShowActionMode.ALL_ACTIONS
          With this mode all the actions of the docable are shown in the header.
static ShowActionMode ShowActionMode.FIRST_ROW_ACTIONS
          With this mode the first row of the matrix of actions of the docable are shown in the header.
static ShowActionMode ShowActionMode.NO_ACTIONS
          With this mode no actions of the docable are shown in the header.