|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.AnnotationReaderEvents
public class AnnotationReaderEvents
Represents annotation reader events.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature.
Constructor Summary | |
---|---|
AnnotationReaderEvents()
|
Method Summary | |
---|---|
OutlineAnnotationAction |
getMouseDown()
Gets annotation mouse down event actions. |
OutlineAnnotationAction |
getMouseEnter()
Gets annotation mouse enter event actions. |
OutlineAnnotationAction |
getMouseExit()
Gets annotation mouse exit event actions. |
OutlineAnnotationAction |
getMouseUp()
Gets annotation mouse up event actions. |
OutlineAnnotationAction |
getOnBlur()
Gets annotation on blur event actions. |
OutlineAnnotationAction |
getOnFocus()
Gets annotation on focus event actions. |
void |
setMouseDown(OutlineAnnotationAction mouseDownAction)
Sets annotation mouse up event actions. |
void |
setMouseEnter(OutlineAnnotationAction mouseEnterAction)
Sets annotation mouse enter event actions. |
void |
setMouseExit(OutlineAnnotationAction mouseExitAction)
Sets annotation mouse exit event actions. |
void |
setMouseUp(OutlineAnnotationAction mouseUpAction)
Sets annotation mouse up event actions. |
void |
setOnblur(OutlineAnnotationAction onBlurAction)
Sets annotation on blur event actions. |
void |
setOnFocus(OutlineAnnotationAction onFocusAction)
Sets annotation on focus event actions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationReaderEvents()
Method Detail |
---|
public OutlineAnnotationAction getMouseUp()
public void setMouseUp(OutlineAnnotationAction mouseUpAction)
mouseUpAction
- annotation mouse up event actions.public OutlineAnnotationAction getMouseDown()
public void setMouseDown(OutlineAnnotationAction mouseDownAction)
mouseDownAction
- annotation mouse up event actions.public OutlineAnnotationAction getMouseEnter()
public void setMouseEnter(OutlineAnnotationAction mouseEnterAction)
mouseEnterAction
- annotation mouse enter event actions.public OutlineAnnotationAction getMouseExit()
public void setMouseExit(OutlineAnnotationAction mouseExitAction)
mouseExitAction
- annotation mouse exit event actions.public OutlineAnnotationAction getOnBlur()
public void setOnblur(OutlineAnnotationAction onBlurAction)
onBlurAction
- annotation on blur event actions.public OutlineAnnotationAction getOnFocus()
public void setOnFocus(OutlineAnnotationAction onFocusAction)
onFocusAction
- annotation on focus event actions.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |