Interface Browsable
- 
- All Superinterfaces:
- java.lang.Comparable<Browsable>
 
 public interface Browsable extends java.lang.Comparable<Browsable> Browsable is the elementary object of the gallery browser. In addition to the methods that this interface specifies, implementations should be properly hashable (equals/hashcode) and have a good toString().
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCategory()java.lang.StringgetName()javax.swing.ImageIcongetThumbnail()
 
-