|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.faceless.pdf2.viewer2.ViewerFeature
org.faceless.pdf2.viewer2.SidePanelFactory
org.faceless.pdf2.viewer2.feature.OutlinePanel
public class OutlinePanel
Create a SidePanel
that will display the document bookmarks, as returned
by PDF.getBookmarks()
.
The name of this feature is ShowHideBookmarks
This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
Constructor Summary | |
---|---|
OutlinePanel()
Create a new OutlinePanel |
Method Summary | |
---|---|
SidePanel |
createSidePanel()
Create and return a new SidePanel . |
OutlinePanel |
getInstance()
Deprecated. since 2.11 just calls the public constructor |
boolean |
isSidePanelRequired(PDF pdf)
Determines whether this side panel is required for this PDF. |
Methods inherited from class org.faceless.pdf2.viewer2.SidePanelFactory |
---|
toString |
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature |
---|
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, initialize, isEnabledByDefault, setFeatureName, teardown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OutlinePanel()
Method Detail |
---|
public OutlinePanel getInstance()
public boolean isSidePanelRequired(PDF pdf)
SidePanelFactory
isSidePanelRequired
in class SidePanelFactory
public SidePanel createSidePanel()
SidePanelFactory
SidePanel
.
createSidePanel
in class SidePanelFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |