|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JScrollPane
org.faceless.pdf2.viewer2.feature.ThumbnailPanel.ThumbnailSidePanel
public static class ThumbnailPanel.ThumbnailSidePanel
This type of SidePanel
is returned from a call to ThumbnailPanel.createSidePanel()
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JScrollPane |
---|
JScrollPane.AccessibleJScrollPane, JScrollPane.ScrollBar |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JScrollPane |
---|
columnHeader, horizontalScrollBar, horizontalScrollBarPolicy, lowerLeft, lowerRight, rowHeader, upperLeft, upperRight, verticalScrollBar, verticalScrollBarPolicy, viewport |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Method Summary | |
---|---|
Icon |
getIcon()
Return the Icon to use when displaying this SidePanel |
String |
getName()
Return the non-localized display name of this SidePanel. |
ThumbnailPanel.View |
getView()
Return the ThumbnailPanel.View used by this SidePanel |
boolean |
isPaused()
Return true if the Thumbnail rendering has been paused with the pause() method. |
boolean |
isRunning()
Return true if the thumbnails are still rendering. |
void |
panelHidden()
Called when the panel is made hidden |
void |
panelVisible()
Called when the panel is made visible |
void |
pause()
Pause the rendering thread. |
void |
setDocumentPanel(DocumentPanel docpanel)
Set the DocumentPanel this SidePanel is a member of. |
void |
unpause()
Unpause the rendering thread if previously paused by the pause()
method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ThumbnailPanel.View getView()
ThumbnailPanel.View
used by this SidePanel
public Icon getIcon()
SidePanel
getIcon
in interface SidePanel
public String getName()
SidePanel
getName
in interface SidePanel
getName
in class Component
public void setDocumentPanel(DocumentPanel docpanel)
SidePanel
DocumentPanel
this SidePanel is a member of. This method
is called every time the DocumentPanel has it's document changed - the
SidePanel should be reinitialized in this call. If the SidePanel
is removed, this method will be called with null
as it's
argument.
setDocumentPanel
in interface SidePanel
public void panelVisible()
SidePanel
panelVisible
in interface SidePanel
public void panelHidden()
SidePanel
panelHidden
in interface SidePanel
public boolean isRunning()
isRunning
in interface PDFBackgroundTask
public boolean isPaused()
pause()
method.
isPaused
in interface PDFBackgroundTask
pause()
,
unpause()
public void pause() throws InterruptedException
pause
in interface PDFBackgroundTask
InterruptedException
isPaused()
,
unpause()
public void unpause()
pause()
method
unpause
in interface PDFBackgroundTask
pause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |