|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.DefaultDisplayable
Default implementation of the Displayable interface.
| Constructor Summary | |
DefaultDisplayable()
|
|
| Method Summary | |
javax.swing.Icon |
getIcon()
This implementation returns a plain document icon. |
java.lang.String |
getLongLabel()
This implementation delegates to getShortLabel(). |
java.lang.String |
getShortLabel()
This implementation returns a place-holder String. |
java.lang.String |
getToolTipText()
This implementation delegates to getLongLabel(). |
java.lang.String |
toString()
This implementation delegates to getShortLabel(). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DefaultDisplayable()
| Method Detail |
public java.lang.String getShortLabel()
String.
getShortLabel in interface DisplayableDisplayable
that can be shown to the user.Displayable.getShortLabel()public java.lang.String getLongLabel()
getShortLabel().
getLongLabel in interface DisplayableDisplayable that
can be shown to the user.Displayable.getLongLabel()public javax.swing.Icon getIcon()
getIcon in interface DisplayableIcon to be displayed for the
Displayable.Displayable.getIcon()public java.lang.String getToolTipText()
getLongLabel().
getToolTipText in interface DisplayableDisplayable.Displayable.getToolTipText()public java.lang.String toString()
getShortLabel().
toString in interface DisplayableDisplayable.toString()
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.