|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDisplayData
Represents an information which could be used for visual representation of the subject.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns extended description of the subject. |
java.net.URL |
getImage()
Returns an URL of the image which should be used for visual
representation of the subject or null if not available. |
java.lang.String |
getLabel()
Returns display label of the subject. |
Method Detail |
---|
java.lang.String getLabel()
String
containing display label of the subject.java.lang.String getDescription()
String
containing extended description of the
subject or null
if not available.java.net.URL getImage()
URL
of the image which should be used for visual
representation of the subject or null
if not available.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |