Details
Description
To lay the ground work for forms creation we need a utility pane that can show the current form structure of the document. Users will eventually be able to move tree nodes and add new input fields as required.
Issue Links
- blocks
-
PDF-968 Form field creation tools
- Open
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.2 [ 12974 ] |
Patrick Corless
made changes -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49579 | Thu Nov 24 14:05:06 MST 2016 | patrick.corless | PDF-967 touching upd JDK 1.5 build issues. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/fonts/FontCellRender.java
MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/annotation/AnnotationTreeNode.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/annotation/AnnotationCellRender.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/annotation/AbstractWorkerPanel.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/annotation/AnnotationLoaderTask.java |
Check in the first pass on a AcroForm utility tab. All of a document interactive form fields are now displayed in the hierarchy defined by the document. Tree node icons represent the type of field and double clicking on a node will navigate the respective parent page and set focus to the field.
Next step is to add a properties pane.