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 |
---|---|
abstract SidePanel |
SidePanelFactory.createSidePanel()
Create and return a new
SidePanel . |
SidePanel |
DocumentPanel.getSelectedSidePanel()
Return the currently selected
SidePanel , or
null if no panels are displayed. |
Modifier and Type | Method and Description |
---|---|
Collection<SidePanel> |
DocumentPanel.getSidePanels()
Return a read-only collection containing the
SidePanel objects in use by this
DocumentPanel . |
Modifier and Type | Method and Description |
---|---|
void |
DocumentPanel.addSidePanel(SidePanel panel)
Add the specified sidepanel to the DocumentPanel
|
void |
DocumentPanel.removeSidePanel(SidePanel panel)
Remove the specified SidePanel from the DocumentPanel.
|
void |
DocumentPanel.setSelectedSidePanel(SidePanel panel)
Set the currently displayed
SidePanel . |
Modifier and Type | Class and Description |
---|---|
static class |
SearchPanel.Results
This class is the SidePanel returned by the parent factory, and represents
the search results panel.
|
static class |
ThumbnailPanel.ThumbnailSidePanel
This type of
SidePanel is returned from a call to ThumbnailPanel.createSidePanel() . |
Modifier and Type | Method and Description |
---|---|
SidePanel |
EmbeddedFilePanel.createSidePanel() |
SidePanel |
OutlinePanel.createSidePanel() |
SidePanel |
SearchPanel.createSidePanel() |
SidePanel |
SignaturePanel.createSidePanel() |
SidePanel |
ThumbnailPanel.createSidePanel() |
Copyright © 2001-2017 Big Faceless Organization