Uses of Class
org.faceless.pdf2.Event
-
Packages that use Event Package Description 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 Modifier and Type Field Description static Event[]Event. ALLA list of all the Event objects, to make iterating over them easierstatic EventEvent. BLUROccurs when aWidgetAnnotationloses the cursor focusstatic EventEvent. CHANGEOccurs when aFormElementhas it's value changedstatic EventEvent. CLOSEstatic EventEvent. FOCUSOccurs when aWidgetAnnotationgains the cursor focusstatic EventEvent. FORMATOccurs when aFormElementhas had it's value changed and is about to be reformatted for display.static EventEvent. HIDEOccurs when a page containing an annotation is hidden.static EventEvent. INVALIDAn Event that can be used to retrieve or clear any invalid event types from an object.static EventEvent. KEYPRESSOccurs when aFormElementhas a key pressed in one of it's annotations.static EventEvent. MOUSEDOWNOccurs when aWidgetAnnotationhas the mouse button depressed inside itstatic EventEvent. MOUSEOUTOccurs when aWidgetAnnotationhas the mouse roll off itstatic EventEvent. MOUSEOVEROccurs when aWidgetAnnotationhas the mouse roll over itstatic EventEvent. MOUSEUPOccurs when aWidgetAnnotationhas the mouse button released after having it depressed inside itstatic EventEvent. OPENstatic EventEvent. OTHERCHANGEOccurs when aFormElementother than itself has it's value changed.static EventEvent. POST_PRINTOccurs when aPDFhas just been be printed (Doc/DidPrint).static EventEvent. POST_SAVEOccurs when aPDFhas just been be saved (Doc/DidSave).static EventEvent. PRE_PRINTOccurs when aPDFis about to be printed (Doc/WillPrint).static EventEvent. PRE_SAVEOccurs when aPDFis about to be saved (Doc/WillSave).static EventEvent. SHOWOccurs when a page containing an annotation becomes visible.Methods in org.faceless.pdf2 with parameters of type Event Modifier and Type Method Description PDFActionFormElement. getAction(Event event)Get the action that's performed when the specified event takes place on this field.PDFActionPDF. getAction(Event event)Return the action that's performed when the specified event occurs on the document, as set bysetAction.PDFActionPDFAnnotation. getAction(Event event)Return the action assocaited with this event, as set byPDFAnnotation.setAction(org.faceless.pdf2.Event, org.faceless.pdf2.PDFAction), or null if its unset.PDFActionPDFPage. getAction(Event event)Get the action that's perform when this page is displayed.PDFActionWidgetAnnotation. getAction(Event event)Return the action that occurs when the specified event happens to this annotation.voidFormElement. setAction(Event event, PDFAction action)Set the action to perform when the specified event takes place on this field.voidPDF. setAction(Event event, PDFAction action)Specify an action to perform when the specified event occurs on the document.voidPDFAnnotation. setAction(Event event, PDFAction action)Set an action to occur when the specified event happens to this annotation.voidPDFPage. setAction(Event event, PDFAction action)Set the action to perform when the specified event occurs.voidWidgetAnnotation. setAction(Event event, PDFAction action)Set an action to occur when the specified event happens to this annotation.
-