Package | Description |
---|---|
org.faceless.pdf2.viewer2 |
The "viewer" package contains the classes required to create a Swing application to
display PDFs.
|
org.faceless.pdf2.viewer2.feature |
Contains a list of all the features that are available to the PDFViewer.
|
Modifier and Type | Method and Description |
---|---|
static DocumentPanelEvent |
DocumentPanelEvent.createActivated(DocumentPanel panel)
Create an "activated" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createClosing(DocumentPanel panel)
Create a "closing" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createCreated(DocumentPanel panel)
Create a "created" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createDeactivated(DocumentPanel panel)
Create a "deactivated" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createLoaded(DocumentPanel panel)
Create a "loaded" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createPageChanged(DocumentPanel panel)
Create a "pageChanged" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createPagePositionChanged(DocumentPanel panel)
Create a "pagePositionChanged" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createPermissionChanged(DocumentPanel panel,
String permission)
Create a "permissionChanged" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createRedrawn(DocumentPanel panel)
Create a "redrawn" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createStateChanged(DocumentPanel panel,
Object state)
Create a "stateChanged" DocumentPanelEvent
|
static DocumentPanelEvent |
DocumentPanelEvent.createViewportChanged(DocumentPanel panel)
Create a "viewportChanged" DocumentPanelEvent
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentPanelListener.documentUpdated(DocumentPanelEvent event)
Called when an
DocumentPanelEvent is raised |
void |
PDFViewerApplet.documentUpdated(DocumentPanelEvent event) |
void |
DocumentPanel.raiseDocumentPanelEvent(DocumentPanelEvent event)
Raise a
DocumentPanelEvent on the DocumentPanel. |
Copyright © 2001-2017 Big Faceless Organization