Public Member Functions | |
ImageViewer (JismContext ctx) | |
void | addUnmutable (String name, String path) |
synchronized void | addMutable (String name, String path) |
void | addProgressHandler (ProgressHandler ph) |
void | removeProgressHandler (ProgressHandler ph) |
void | addViewOnMutable () |
void | enableProgressBar () |
void | disableProgressBar () |
void | display () |
void | actionPerformed (ActionEvent e) |
Static Public Member Functions | |
static void | main (String[] args) |
Static Public Attributes | |
static final long | serialVersionUID = 0x20010001 |
Protected Member Functions | |
void | buildMenuBar () |
synchronized void | addJismViewer (JismViewer jv) |
void | postTreatment () |
Classes | |
class | ImageListModel |
Create a list model to register icon. | |
class | JismIcon |
Extension of ImageIcon. | |
class | JismViewer |
Create a view on a jism component. | |
class | JismViewerComboModel |
Implementation of ComboBoxModel. |