|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.pdfViewer.AnnotationManager
com.qoppa.pdfNotes.AnnotationManagerNotes
This class overrides the jPDFViewer annotation manager to add functionality to annotations.
| Constructor Summary | |
AnnotationManagerNotes(PDFNotesBean bean)
Construct a new annotation manager. |
|
| Method Summary | |
boolean |
canGroupSelection()
|
boolean |
canUngroupSelection()
|
boolean |
copySelectedAnnots()
|
void |
deleteSelectedAnnots()
Deletes all the annotations that are seleted. |
void |
flattenSelectedAnnots()
Flatten all the annotations that are selected. |
QAnnotation |
getCurrentGroupParent()
|
void |
groupSelection(AnnotationComponent parent)
Makes all the annotations that are selected be members of a group. |
void |
keyPressed(KeyEvent e)
|
void |
keyTyped(KeyEvent e)
|
void |
moveSelected(int deltaX,
int deltaY)
|
void |
unGroupSelection()
Removes grouping of annotations. |
void |
updateModelState(Annotation annot,
String model,
String state)
|
void |
updateSelectedModelStates(String model,
String state)
|
| Methods inherited from class com.qoppa.pdfViewer.AnnotationManager |
actionPerformed, addAnnotToSelection, addSelectionListener, addWidgetToSelection, clearSelection, deselectAnnotation, documentChanged, getSelectedAnnots, getSelectedWidgets, isSelected, keyReleased, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, selectAnnot, selectAnnots |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnnotationManagerNotes(PDFNotesBean bean)
bean - The PDFNotesBean that this annotation manager is tied to.| Method Detail |
public boolean copySelectedAnnots()
public void deleteSelectedAnnots()
public void flattenSelectedAnnots()
public void groupSelection(AnnotationComponent parent)
parent - The "main" or "parent" annotation in the group.public boolean canGroupSelection()
public boolean canUngroupSelection()
public void unGroupSelection()
public QAnnotation getCurrentGroupParent()
public void updateModelState(Annotation annot,
String model,
String state)
public void updateSelectedModelStates(String model,
String state)
public void moveSelected(int deltaX,
int deltaY)
public void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerkeyPressed in class AnnotationManagerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerkeyTyped in class AnnotationManager
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||