Generated by
JDiff

Interface com.qoppa.pdf.Bookmark

Changed Methods
Enumeration<Object> children() Change in return type from Enumeration to Enumeration<Object>.
Returns the children of the node as an Enumeration.
Vector<Action> getActions() Change in return type from Vector to Vector<Action>.
Gets the list of actions for this Bookmark.
Vector<BookmarkImpl> getChildren() Change in return type from Vector to Vector<BookmarkImpl>.
Returns the children of the node as a Vector.
void setActions(Vector<Action>) Change in signature from Vector to Vector<Action>.
Sets the list of actions for this Bookmark.