|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.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 Displayable
Displayable
that can be shown to the user.Displayable.getShortLabel()
public java.lang.String getLongLabel()
getShortLabel()
.
getLongLabel
in interface Displayable
Displayable
that
can be shown to the user.Displayable.getLongLabel()
public javax.swing.Icon getIcon()
getIcon
in interface Displayable
Icon
to be displayed for the
Displayable
.Displayable.getIcon()
public java.lang.String getToolTipText()
getLongLabel()
.
getToolTipText
in interface Displayable
Displayable
.Displayable.getToolTipText()
public java.lang.String toString()
getShortLabel()
.
toString
in interface Displayable
Displayable.toString()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.