com.qoppa.pdfEditor.contextmenus
Class ContentEditContextMenu

java.lang.Object
  extended by com.qoppa.pdfEditor.contextmenus.ContentEditContextMenu

public class ContentEditContextMenu
extends Object

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.

Author:
Qoppa Software

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

ContentEditContextMenu

public ContentEditContextMenu()
Method Detail

getPopupMenu

public JPopupMenu getPopupMenu()
Retrieves the actual JPopupMenu that will be shown when a user right-clicks.


getDeleteMenuItem

public JMenuItem getDeleteMenuItem()
Returns the Delete menu item.


getPropertiesMenuItem

public JMenuItem getPropertiesMenuItem()
Return the Properties menu item.


getRedactMenuItem

public JMenuItem getRedactMenuItem()
Returns the Redact menu item.


getRemoveMenu

public JMenu getRemoveMenu()
Returns the Remove menu item.


getSaveImageAsMenuItem

public JMenuItem getSaveImageAsMenuItem()
Returns the "Save Image As..." menu item.