it.stefanochizzolini.clown.documents.interaction.annotations
Class WidgetActions
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.documents.interaction.annotations.AnnotationActions
it.stefanochizzolini.clown.documents.interaction.annotations.WidgetActions
- All Implemented Interfaces:
- Map<PdfName,Action>
public class WidgetActions
- extends AnnotationActions
Widget actions [PDF:1.6:8.5.2].
- Since:
- 0.0.7
- Version:
- 0.0.7
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class it.stefanochizzolini.clown.documents.interaction.annotations.AnnotationActions |
clear, containsKey, containsValue, entrySet, get, getOnActivate, getOnEnter, getOnExit, getOnMouseDown, getOnMouseUp, getOnPageClose, getOnPageInvisible, getOnPageOpen, getOnPageVisible, isEmpty, keySet, put, putAll, remove, setOnActivate, setOnEnter, setOnExit, setOnMouseDown, setOnMouseUp, setOnPageClose, setOnPageInvisible, setOnPageOpen, setOnPageVisible, size, values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidgetActions
public WidgetActions(Annotation parent)
WidgetActions
public WidgetActions(Annotation parent,
PdfDirectObject baseObject,
PdfIndirectObject container)
clone
public WidgetActions clone(Document context)
- Description copied from class:
PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
- Overrides:
clone
in class AnnotationActions
- Parameters:
context
- Which document the clone has to be registered in.
getOnBlur
public Action getOnBlur()
- Gets the action to be performed when the annotation loses the input focus.
getOnFocus
public Action getOnFocus()
- Gets the action to be performed when the annotation receives the input focus.
setOnBlur
public void setOnBlur(Action value)
- See Also:
getOnBlur()
setOnFocus
public void setOnFocus(Action value)
- See Also:
getOnFocus()
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.