public interface ToolbarGroupHeader
Component
which can be shown at the top or
left end of a ToolbarGroupDockStation
.ToolbarGroupHeader
s are created by ToolbarGroupHeaderFactory
s.Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called if this header is no longer required
|
Component |
getComponent()
The actual component represented by this object.
|
void |
setOrientation(Orientation orientation)
Called before the
component is shown, and every time when
the orientation of the ToolbarGroupDockStation changes. |
Component getComponent()
null
and must not changevoid setOrientation(Orientation orientation)
component
is shown, and every time when
the orientation of the ToolbarGroupDockStation
changes.orientation
- the orientation of the station, which is orthogonal to how the component is shown, not null
void destroy()