| Interface | Description |
|---|---|
| Browsable |
Browsable is the elementary object of the gallery browser.
|
| BrowsableTransferHandler<T extends Browsable> | |
| Category |
Category is the elementary object of the gallery categories.
|
| Class | Description |
|---|---|
| AbstractBrowsableGalleryPanel<T extends Browsable,C extends Category> | |
| BrowsableLibrary<T extends Browsable,C extends Category> |
A BrowsableLibrary is the model for a browsable gallery
|
| BrowsableSelectionModel<T extends Browsable> | |
| CategoryModel<C extends Category> | |
| GalleryModel<T extends Browsable> |
Essentially a holder for a list of browsables that fires a change event when the list changes.
|
| ThumbnailGallery<T extends Browsable> |