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
|
JButton |
getJbZoomIn()
Returns a reference to the zoom-in button
|
JButton |
getJbZoomOut()
Returns a reference to the zoom-out 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, setTouchEnabled
void setThumbnailSizes(int width, int height)
width
- The new maximum width of the thumbnail imagesheight
- The new maximum height of the thumbnail imagesJButton getjbOptions()
JButton getJbZoomIn()
JButton getJbZoomOut()
JPopupMenu getjpmOptionsMenu()
JList getThumbList()