bibliothek.gui.dock.action
Interface ActionDockBorder

All Superinterfaces:
DockBorder, UIValue<BorderModifier>

public interface ActionDockBorder
extends DockBorder

Represents a BorderModifier that is used by a component that shows a DockAction.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          the kind of UIValue this is
 
Method Summary
 DockAction getAction()
          Gets the action which is represented by this border.
 Dockable getDockable()
          Gets the element which owns the action.
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
the kind of UIValue this is

Method Detail

getAction

DockAction getAction()
Gets the action which is represented by this border.

Returns:
the action

getDockable

Dockable getDockable()
Gets the element which owns the action.

Returns:
the owner of the action