Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jwall.type
Interface SortedDisplayable  view SortedDisplayable download SortedDisplayable.java

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 null if the default icon should be used.


setIcon

public void setIcon(javax.swing.Icon icon)