|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A service for titleing something. It may be provided by parent dialogs to enable their childs to title themselfes.
| Method Summary | |
java.awt.Color |
getBackgroundColor()
|
javax.swing.Icon |
getDisabledIcon()
|
java.awt.Color |
getForegroundColor()
|
javax.swing.Icon |
getIcon()
|
int |
getMnemonic()
|
java.lang.String |
getTitle()
|
java.lang.String |
getToolTipText()
|
void |
setBackgroundColor(java.awt.Color color)
Sets the background color to the given value. |
void |
setDisabledIcon(javax.swing.Icon icon)
Sets the disabled icon. |
void |
setForegroundColor(java.awt.Color color)
Sets the foreground color to the given value. |
void |
setIcon(javax.swing.Icon icon)
Sets the icon. |
void |
setMnemonic(int mnemonic)
Sets the mnemonic. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setToolTipText(java.lang.String tooltip)
Sets the tooltip. |
| Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the new titlepublic int getMnemonic()
public void setMnemonic(int mnemonic)
mnemonic - the mnemonic to setpublic java.lang.String getToolTipText()
public void setToolTipText(java.lang.String tooltip)
tooltip - the new tooltippublic javax.swing.Icon getIcon()
public void setIcon(javax.swing.Icon icon)
icon - the icon to setpublic javax.swing.Icon getDisabledIcon()
public void setDisabledIcon(javax.swing.Icon icon)
icon - the disabled icon to setpublic java.awt.Color getForegroundColor()
public void setForegroundColor(java.awt.Color color)
color - the new foreground colorpublic java.awt.Color getBackgroundColor()
public void setBackgroundColor(java.awt.Color color)
color - the new background color
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||