|
|||||||||
| Home >> All >> org >> jwall >> [ type overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jwall.type
Interface SortedDisplayable

- All Superinterfaces:
- java.lang.Comparable
- public interface SortedDisplayable
- extends java.lang.Comparable
A common interface for displaying objects (e.g. for lists or trees).
| Method Summary | |
javax.swing.Icon |
getIcon()
Returns the icon associated with the object or null if the
default icon should be used. |
void |
setIcon(javax.swing.Icon icon)
|
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
getIcon
public javax.swing.Icon getIcon()
- Returns the icon associated with the object or
nullif the default icon should be used.
setIcon
public void setIcon(javax.swing.Icon icon)
|
|||||||||
| Home >> All >> org >> jwall >> [ type overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC