|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockHeader
A header for a dock.
It is used as a handle for dragging all the dockables that are docked in the dock. The dockables can be dragged by dragging the component that implements this interface.
Information on using dock headers is in How to Use the Component Factory in The Sanaware Developer Guide.
Implementations of this class should inherit from the class javax.swing.JComponent.
Method Summary | |
---|---|
LeafDock |
getDock()
Gets the dock of this header. |
Methods inherited from interface com.javadocking.drag.DragHandle |
---|
getDragListener, setDragListener |
Methods inherited from interface com.javadocking.component.Header |
---|
addPropertyChangeListener, getPosition, removePropertyChangeListener, setPosition |
Method Detail |
---|
LeafDock getDock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |