|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The DisplayItem interface describes the basic information needed to display an action in a menu or a button. Several interfaces in Creator Design-Time API extend this one to provide a basic name, description, icon, etc.
IMPLEMENTED BY THE COMPONENT AUTHOR - This interface is designed to be implemented by the component (bean) author. There are several Basic* classes that implement this interface for you.
| Method Summary | |
java.lang.String |
getDescription()
Returns a description for this item. |
java.lang.String |
getDisplayName()
Returns a display name for this item. |
java.lang.String |
getHelpKey()
Returns the help key for this item. |
java.awt.Image |
getLargeIcon()
Returns a large image icon for this item. |
java.awt.Image |
getSmallIcon()
Returns a small image icon for this item. |
| Method Detail |
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.String getHelpKey()
public java.awt.Image getLargeIcon()
public java.awt.Image getSmallIcon()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||