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 |
---|---|
void |
ToggleViewerWidget.action(ViewerEvent event)
Toggle the active state of this widget by calling
ToggleViewerWidget.setSelected(boolean) |
void |
ViewerWidget.action(ViewerEvent event)
The method that's run when this feature is activated.
|
Modifier and Type | Method and Description |
---|---|
void |
About.action(ViewerEvent event) |
void |
AbstractRegionSelector.action(ViewerEvent event) |
void |
Close.action(ViewerEvent event) |
void |
ContinuousPageView.action(ViewerEvent event) |
void |
DragScroll.action(ViewerEvent event) |
void |
DualPageView.action(ViewerEvent event) |
void |
FullScreenMode.action(ViewerEvent event) |
void |
Info.action(ViewerEvent event) |
void |
InvisiblySignDocument.action(ViewerEvent event) |
void |
ManageIdentities.action(ViewerEvent event) |
void |
NetworkSave.action(ViewerEvent event) |
void |
Open.action(ViewerEvent event) |
void |
PageFirst.action(ViewerEvent event) |
void |
PageLast.action(ViewerEvent event) |
void |
PageNext.action(ViewerEvent event) |
void |
PagePrevious.action(ViewerEvent event) |
void |
Print.action(ViewerEvent event) |
void |
Quit.action(ViewerEvent event) |
void |
Save.action(ViewerEvent event) |
void |
SaveAs.action(ViewerEvent event) |
void |
ShowConsole.action(ViewerEvent event) |
void |
SignatureCapture.action(ViewerEvent event) |
void |
SinglePageView.action(ViewerEvent event) |
void |
TextTool.action(ViewerEvent event) |
void |
ZoomFit.action(ViewerEvent event) |
void |
ZoomFitHeight.action(ViewerEvent event) |
void |
ZoomFitWidth.action(ViewerEvent event) |
void |
ZoomIn.action(ViewerEvent event) |
void |
ZoomOut.action(ViewerEvent event) |
static void |
Save.save(ViewerEvent event,
Exporter initialexporter,
String initialpath,
boolean displayprompt,
boolean overwriteprompt)
/**
Save the Document
|
void |
NetworkSave.save(ViewerEvent event,
Exporter exporter,
URL url)
Save the Document to the network
|
static void |
SaveAs.saveAs(ViewerEvent event,
Exporter initialexporter,
String initialpath,
boolean overwriteprompt)
/**
Save the Document
|
Copyright © 2001-2017 Big Faceless Organization