|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for the multipanes content. This content is a row with a button, click on this button will show the panel content. The button is built using the provided properties (getTitle, getIcon, getToolTip), the panel content is available by the getView. Not that this is more optimized to build the panel content only if this is requested, once.
| Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Listener about the user interface properties like title, icon or tooltip properties name is binded on the swing Action.key |
void |
close()
Called when the titlePanel is closed by the user |
void |
dispose()
The titlePane has been removed from the multipanes |
java.awt.Color |
getBackground()
|
java.awt.Color |
getForeground()
|
javax.swing.Icon |
getIcon()
|
java.lang.String |
getName()
|
java.lang.String |
getTitle()
|
java.lang.String |
getToolTip()
|
javax.swing.JComponent |
getView()
|
boolean |
isEnabled()
Enabled / Disabled |
void |
open()
Called when the titledPane is opened by the user |
| Method Detail |
public java.lang.String getTitle()
nullpublic javax.swing.Icon getIcon()
nullpublic java.lang.String getToolTip()
nullpublic java.lang.String getName()
public javax.swing.JComponent getView()
public void open()
public void close()
public boolean isEnabled()
public void dispose()
public java.awt.Color getBackground()
public java.awt.Color getForeground()
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||