|
||||||||||
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
public abstract class SidePanelFactory
A type of ViewerFeature that creates SidePanel
objects.
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 | |
---|---|
SidePanelFactory(String name)
Create a new SidePanelFactory. |
Method Summary | |
---|---|
abstract SidePanel |
createSidePanel()
Create and return a new SidePanel . |
boolean |
isSidePanelRequired(PDF pdf)
Determines whether this side panel is required for this PDF. |
String |
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 SidePanelFactory(String name)
name
- the official name of the featureMethod Detail |
---|
public String toString()
toString
in class ViewerFeature
public boolean isSidePanelRequired(PDF pdf)
public abstract SidePanel createSidePanel()
SidePanel
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |