|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
org.faceless.pdf2 | Contains the classes used to create a PDF document |
Uses of Event in org.faceless.pdf2 |
---|
Fields in org.faceless.pdf2 declared as Event | |
---|---|
static Event[] |
Event.ALL
A list of all the Event objects, to make iterating over them easier |
static Event |
Event.BLUR
Occurs when a WidgetAnnotation loses the cursor focus |
static Event |
Event.CHANGE
Occurs when a FormElement has it's value changed |
static Event |
Event.CLICK
Deprecated. this Event is now a synonym for MOUSEUP |
static Event |
Event.CLOSE
Occurs when a PDF or PDFPage is closed. |
static Event |
Event.FOCUS
Occurs when a WidgetAnnotation gains the cursor focus |
static Event |
Event.FORMAT
Occurs when a FormElement has had it's value changed and is about
to be reformatted for display. |
static Event |
Event.KEYPRESS
Occurs when a FormElement has a key pressed in one of it's annotations. |
static Event |
Event.MOUSEDOWN
Occurs when a WidgetAnnotation has the mouse button depressed inside it |
static Event |
Event.MOUSEOUT
Occurs when a WidgetAnnotation has the mouse roll off it |
static Event |
Event.MOUSEOVER
Occurs when a WidgetAnnotation has the mouse roll over it |
static Event |
Event.MOUSEUP
Occurs when a WidgetAnnotation has the mouse button released after having
it depressed inside it |
static Event |
Event.OPEN
Occurs when a PDF or PDFPage is opened. |
static Event |
Event.OTHERCHANGE
Occurs when a FormElement other than itself has it's
value changed. |
static Event |
Event.POST_PRINT
Occurs when a PDF has just been be printed (Doc/DidPrint). |
static Event |
Event.POST_SAVE
Occurs when a PDF has just been be saved (Doc/DidSave). |
static Event |
Event.PRE_PRINT
Occurs when a PDF is about to be printed (Doc/WillPrint). |
static Event |
Event.PRE_SAVE
Occurs when a PDF is about to be saved (Doc/WillSave). |
Methods in org.faceless.pdf2 with parameters of type Event | |
---|---|
PDFAction |
WidgetAnnotation.getAction(Event event)
Return the action that occurs when the specified event happens to this annotation. |
PDFAction |
FormElement.getAction(Event event)
Get the action that's performed when the specified event takes place on this field. |
PDFAction |
PDF.getAction(Event event)
Return the action that's performed when the specified event occurs on the document, as set by setAction . |
PDFAction |
PDFPage.getAction(Event type)
Get the action that's perform when this page is displayed. |
void |
WidgetAnnotation.setAction(Event event,
PDFAction action)
Set an action to occur when the specified event happens to this annotation. |
void |
FormElement.setAction(Event event,
PDFAction action)
Set the action to perform when the specified event takes place on this field. |
void |
PDF.setAction(Event event,
PDFAction action)
Specify an action to perform when the specified event occurs on the document. |
void |
PDFPage.setAction(Event event,
PDFAction action)
Set the action to perform when the specified event occurs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |