public interface ThumbnailPanel extends PDFPanel
ALWAYS_ACTIVE, DEFAULT_POLICY, NEVER_ACTIVE
Modifier and Type | Method and Description |
---|---|
JButton |
getjbOptions()
Returns a reference to the options button
|
JPopupMenu |
getjpmOptionsMenu()
Returns a reference to the options popup menu.
|
JList |
getThumbList()
Returns the JList component that holds the thumbnail images.
|
void |
setThumbnailSizes(int width,
int height)
Sets the size of the thumbnail images.
|
getActivePolicy, getToolbar, isActive, isPaneSelected, setActive, setActivePolicy, setPaneVisible
void setThumbnailSizes(int width, int height)
width
- The new maximum width of the thumbnail imagesheight
- The new maximum height of the thumbnail imagesJButton getjbOptions()
JPopupMenu getjpmOptionsMenu()
JList getThumbList()