|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdfEditor.contextmenus.ContentEditContextMenu
public class ContentEditContextMenu
This class manages the context menu shown when the content editing tool is active. A host application can use this class to manage the items that show in the context menu.
| Constructor Summary | |
|---|---|
ContentEditContextMenu()
|
|
| Method Summary | |
|---|---|
JMenuItem |
getDeleteMenuItem()
Returns the Delete menu item. |
JPopupMenu |
getPopupMenu()
Retrieves the actual JPopupMenu that will be shown when a user right-clicks. |
JMenuItem |
getPropertiesMenuItem()
Return the Properties menu item. |
JMenuItem |
getRedactMenuItem()
Returns the Redact menu item. |
JMenu |
getRemoveMenu()
Returns the Remove menu item. |
JMenuItem |
getSaveImageAsMenuItem()
Returns the "Save Image As..." menu item. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentEditContextMenu()
| Method Detail |
|---|
public JPopupMenu getPopupMenu()
public JMenuItem getDeleteMenuItem()
public JMenuItem getPropertiesMenuItem()
public JMenuItem getRedactMenuItem()
public JMenu getRemoveMenu()
public JMenuItem getSaveImageAsMenuItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||