|
||||||||||
| 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.ActionHandler
org.faceless.pdf2.viewer2.feature.AppletURLActionHandler
public class AppletURLActionHandler
Create an action handler for "URL" actions which will work if this feature is being run inside an Applet. The name of this feature is "AppletURLActionHandler".
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.
| Method Summary | |
|---|---|
static AppletURLActionHandler |
getInstance()
Return the AppletURLActionHandler |
boolean |
matches(DocumentPanel panel,
PDFAction action)
Return true if this ActionFactory can handle the specified PDFAction |
void |
run(DocumentPanel panel,
PDFAction action)
Run the specified action |
| Methods inherited from class org.faceless.pdf2.viewer2.ActionHandler |
|---|
toString |
| Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature |
|---|
getAllFeatures, getName, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static AppletURLActionHandler getInstance()
public boolean matches(DocumentPanel panel,
PDFAction action)
ActionHandlerPDFAction
matches in class ActionHandler
public void run(DocumentPanel panel,
PDFAction action)
ActionHandler
run in class ActionHandlerpanel - the DocumentPanel running the actionaction - the action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||