|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CombinedTab
A tab of a CombinedStackDockComponent
. Every tab represents one
Component which can be selected.
Method Summary | |
---|---|
javax.swing.JComponent |
getComponent()
Gets a component which represents this tab. |
void |
setIcon(javax.swing.Icon icon)
Sets the image of this tab. |
void |
setIndex(int index)
Sets the location of this tab. |
void |
setText(java.lang.String text)
Sets the text of this tab. |
Method Detail |
---|
javax.swing.JComponent getComponent()
void setText(java.lang.String text)
text
- the text to displayvoid setIcon(javax.swing.Icon icon)
icon
- an icon that should be shown, can be null
void setIndex(int index)
index
- the index of this tab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |