public class ContentEditContextMenu extends Object
| Constructor and Description |
|---|
ContentEditContextMenu() |
| Modifier and Type | Method and Description |
|---|---|
JMenuItem |
getAlignBottom() |
JMenuItem |
getAlignCenter() |
JMenuItem |
getAlignHeight() |
JMenuItem |
getAlignLeft() |
JMenu |
getAlignmentMenu()
The Alignment menu.
|
JMenuItem |
getAlignmentMenuItemyName(String name) |
JMenuItem |
getAlignMiddle() |
JMenuItem |
getAlignPageHorzCenter() |
JMenuItem |
getAlignPageVertCenter() |
JMenuItem |
getAlignRight() |
JMenuItem |
getAlignTop() |
JMenuItem |
getAlignWidth() |
JMenuItem |
getAlignWidthAndHeight() |
JMenuItem |
getBringForwardMenuItem()
The Bring Forward menu item.
|
JMenuItem |
getBringToFrontMenuItem()
The Move To Front menu item.
|
JMenuItem |
getDistributeHorizontally() |
JMenuItem |
getDistributeVertically() |
JMenuItem |
getJmiCopy()
Returns the "Copy" menu item.
|
JMenuItem |
getJmiCut()
Returns the "Cut" menu item.
|
JMenuItem |
getJmiDelete()
Returns the Delete menu item.
|
JMenuItem |
getJmiMarkForRedaction()
Returns the "Mark for redaction" menu item.
|
JMenuItem |
getJmiPaste()
Returns the "Paste" menu item.
|
JMenuItem |
getJmiProperties()
Return the Properties menu item.
|
JMenuItem |
getJmiRedact()
Returns the Redact menu item.
|
JMenuItem |
getJmiReloadImage()
Returns the "Reload Image File" menu item.
|
JMenuItem |
getJmiReplaceImage()
Returns the "Replace Image..." menu item.
|
JMenuItem |
getJmiSaveImageAs()
Returns the "Save Image As..." menu item.
|
JSeparator |
getJSep1()
Returns the first JSeparator in the menu.
|
JSeparator |
getJSep2()
Returns the second JSeparator in the menu.
|
JMenu |
getMoveMenu()
The Move menu.
|
JPopupMenu |
getPopupMenu()
Retrieves the actual JPopupMenu that will be shown when a user right-clicks.
|
JMenuItem |
getSendBackwardsMenuItem()
The Send Backward menu item.
|
JMenuItem |
getSendToBackMenuItem()
The Move To Back menu item.
|
boolean |
isActive()
Returns whether or not the
JPopupMenu for the context menu in
getPopupMenu() is active. |
void |
setActive(boolean active)
Sets whether or not the
JPopupMenu for the context menu in
getPopupMenu() is active. |
public JPopupMenu getPopupMenu()
public JMenuItem getJmiDelete()
public JMenuItem getJmiProperties()
public JMenuItem getJmiRedact()
public JMenuItem getJmiMarkForRedaction()
public JMenuItem getJmiSaveImageAs()
public JMenuItem getJmiReplaceImage()
public JMenuItem getJmiReloadImage()
public void setActive(boolean active)
JPopupMenu for the context menu in
getPopupMenu() is active. A JPopupMenu that is not
active will not be shown when the JPopupMenu is triggered.active - true to set the JPopupMenu active,
false otherwisepublic boolean isActive()
JPopupMenu for the context menu in
getPopupMenu() is active. A JPopupMenu that is not
active will not be shown when the JPopupMenu is triggered.true if the JPopupMenu is active,
false otherwisepublic JMenuItem getJmiCut()
public JMenuItem getJmiCopy()
public JMenuItem getJmiPaste()
public JSeparator getJSep1()
public JSeparator getJSep2()
public JMenuItem getAlignLeft()
public JMenuItem getAlignRight()
public JMenuItem getAlignCenter()
public JMenuItem getAlignTop()
public JMenuItem getAlignBottom()
public JMenuItem getAlignMiddle()
public JMenuItem getAlignPageHorzCenter()
public JMenuItem getAlignPageVertCenter()
public JMenuItem getDistributeHorizontally()
public JMenuItem getDistributeVertically()
public JMenuItem getAlignWidth()
public JMenuItem getAlignHeight()
public JMenuItem getAlignWidthAndHeight()
public JMenu getAlignmentMenu()
public JMenu getMoveMenu()
public JMenuItem getBringToFrontMenuItem()
public JMenuItem getBringForwardMenuItem()
public JMenuItem getSendToBackMenuItem()
public JMenuItem getSendBackwardsMenuItem()