JIDE 3.5.15

com.jidesoft.list
Interface ImagePreviewList.PreviewImageIcon

All Known Implementing Classes:
DefaultPreviewImageIcon
Enclosing class:
ImagePreviewList

public static interface ImagePreviewList.PreviewImageIcon

An interface to allow specify title, description and size information in addition to the icon itself. The size information is only needed if you want to use a difference size from the icon size.


Method Summary
 String getDescription()
           
 ImageIcon getImageIcon()
           
 Dimension getSize()
           
 String getTitle()
           
 

Method Detail

getImageIcon

ImageIcon getImageIcon()

getTitle

String getTitle()

getSize

Dimension getSize()

getDescription

String getDescription()

JIDE 3.5.15