|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectableHeader
A header that can be selected.
Information on using dock headers is in How to Use the Component Factory in The Sanaware Developer Guide.
Implementations of this class should extend java.awt.Component.
Method Summary | |
---|---|
boolean |
isSelected()
Determines if the header is selected. |
void |
setSelected(boolean selected)
Selects or deselects the header. |
Methods inherited from interface com.javadocking.component.Header |
---|
addPropertyChangeListener, getPosition, removePropertyChangeListener, setPosition |
Method Detail |
---|
void setSelected(boolean selected)
selected
- True if the header has to be selected, false otherwise.boolean isSelected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |