|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPilot
com.icesoft.pdf.ri.pilot.ThePilot
Reference implementation of a ICEbrowser PDF Pilot. See the ICEpdf Developer's Guide for more information.
This pilot uses the ICEsoft ICEpdf v2.0+ viewer component to view and navigate .PDF documents in the ICEbrowser.
NOTE: The PDF viewer that this pilot uses requires JDK 1.3.x or greater and uses the Swing toolkit.
| Constructor Summary | |
ThePilot()
|
|
| Method Summary | |
void |
clear(String contentType)
|
Component |
createComponent()
|
void |
dispose()
|
void |
init(String toolkitName)
|
void |
parse(ContentLoader cl)
|
void |
proccessAnnotationAction(Annotation annotation)
Implemented Annotation Callback method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ThePilot()
| Method Detail |
public void init(String toolkitName)
public Component createComponent()
public void clear(String contentType)
public void parse(ContentLoader cl)
throws IOException
IOExceptionpublic void dispose()
public void proccessAnnotationAction(Annotation annotation)
Implemented Annotation Callback method. When an annotation is activated in a PageViewComponent it passes the annotation to this method for processing. The PageViewComponent take care of drawing the annotation states but it up to this method to process the annotation.
proccessAnnotationAction in interface AnnotationCallbackannotation - annotation that was activated by a user via the
PageViewComponent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||