|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addButton(javax.swing.JButton button)
Add a new button for acting on the DockableFrame |
void |
addSeparator()
Add a separator for the buttons |
void |
focusMode(boolean focused)
Reset the focus for this titled bar |
javax.swing.Icon |
getIcon()
|
java.lang.String |
getTitle()
|
javax.swing.JComponent |
getView()
|
void |
prepare()
Prepare the title bar component to be shown once all buttons have been added |
void |
removeAllButtons()
Remove all buttons |
void |
setBackground(java.awt.Color color)
Reset the color for the background header. |
void |
setForeground(java.awt.Color color)
Update the foreground color. |
void |
setIcon(javax.swing.Icon icon)
Update the icon |
void |
setTitle(java.lang.String title)
Update the title |
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public javax.swing.Icon getIcon()
public void setIcon(javax.swing.Icon icon)
public void addButton(javax.swing.JButton button)
public void addSeparator()
public void removeAllButtons()
public void prepare()
public javax.swing.JComponent getView()
public void focusMode(boolean focused)
public void setBackground(java.awt.Color color)
null
value for restoring the initial value
public void setForeground(java.awt.Color color)
null
value for restoring the initial value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |