|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Captioned interface provides methods used to deal with captioned components.
Field Summary | |
static java.lang.String |
caption
The caption of the component. |
static short |
font
The font for this component. |
Method Summary | |
void |
setCaption(java.lang.String caption)
Sets the caption of the component. |
void |
setFont(short font)
Sets the font for this component's caption. |
Field Detail |
public static final short font
public static final java.lang.String caption
Method Detail |
public void setCaption(java.lang.String caption)
caption
- The caption of the component.public void setFont(short font)
font
- the font for this component's caption.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |