|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SidePanel | |
---|---|
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. |
Uses of SidePanel in org.faceless.pdf2.viewer2 |
---|
Methods in org.faceless.pdf2.viewer2 that return SidePanel | |
---|---|
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. |
Methods in org.faceless.pdf2.viewer2 with parameters of type SidePanel | |
---|---|
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 |
Uses of SidePanel in org.faceless.pdf2.viewer2.feature |
---|
Classes in org.faceless.pdf2.viewer2.feature that implement SidePanel | |
---|---|
static class |
SearchPanel.Results
This class is the SidePanel returned by the parent factory, and represents the search results panel. |
Methods in org.faceless.pdf2.viewer2.feature that return SidePanel | |
---|---|
SidePanel |
OutlinePanel.createSidePanel()
|
SidePanel |
SearchPanel.createSidePanel()
|
SidePanel |
SignaturePanel.createSidePanel()
|
SidePanel |
ThumbnailPanel.createSidePanel()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |