|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface that must implement all objects that want to be iconified and then uniconified.
| Method Summary | |
java.lang.String |
getIconName()
Returns the name of the icon associated to the instance. |
void |
iconify()
Iconifies the selection of the instance. |
boolean |
isIcon()
|
boolean |
isIconifiable()
Returns true if the instance is iconifiable.
|
void |
setIconName(java.lang.String iconName)
Associates an icon name to the instance. |
void |
setIsIconifiable(boolean isIconifiable)
Sets the istance as iconifiable. |
void |
uniconify()
Uniconifies all the selected icons. |
void |
uniconifyAll()
Uniconifies all the selected icons. |
| Method Detail |
public void setIconName(java.lang.String iconName)
iconName - the name of the iconpublic java.lang.String getIconName()
public boolean isIcon()
true if the instance is an icon. false otherwise.public void iconify()
public void uniconify()
public void uniconifyAll()
public void setIsIconifiable(boolean isIconifiable)
isIconifiable - true if the instance is iconifiable.
false otherwise.public boolean isIconifiable()
true if the instance is iconifiable.
false otherwise.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||