|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MMenuItem | |
---|---|
net.sf.latexdraw.instruments | |
org.malai.instrument.library |
Uses of MMenuItem in net.sf.latexdraw.instruments |
---|
Fields in net.sf.latexdraw.instruments declared as MMenuItem | |
---|---|
protected MMenuItem |
Helper.aboutItem
This menu item shows the "About latexdraw" panel. |
protected MMenuItem |
CopierCutterPaster.copyMenu
The menu item to copy the shapes. |
protected MMenuItem |
CopierCutterPaster.cutMenu
The menu item to cut the shapes. |
protected MMenuItem |
Helper.donateItem
This menu opens the web page used to donate to the latexdraw project. |
protected MMenuItem |
Helper.forumItem
This menu opens the latexdraw forum. |
protected MMenuItem |
FileLoaderSaver.loadMenu
The menu used to load documents. |
protected MMenuItem |
Exporter.menuItemBMP
The menu item that export as BMP picture. |
protected MMenuItem |
Exporter.menuItemEPSLatex
The menu item that export as PS (using latex) document. |
protected MMenuItem |
Exporter.menuItemJPG
The menu item that export as JPG picture. |
protected MMenuItem |
Exporter.menuItemPDF
The menu item that export as PDF document. |
protected MMenuItem |
Exporter.menuItemPDFcrop
The menu item that export as PDF (using pdfcrop) document. |
protected MMenuItem |
Exporter.menuItemPNG
The menu item that export as PNG picture. |
protected MMenuItem |
Exporter.menuItemPST
The menu item that export as PST code. |
protected MMenuItem |
FileLoaderSaver.newMenu
The menu used to create a new document. |
protected MMenuItem |
CopierCutterPaster.pasteMenu
The menu item to paste the shapes. |
protected MMenuItem |
Helper.reportBugItem
This menu opens the web page used to report bugs. |
protected MMenuItem |
FileLoaderSaver.saveAsMenu
The menu item used to save as a document. |
protected MMenuItem |
FileLoaderSaver.saveMenu
The menu used to save documents. |
protected MMenuItem |
PreferencesActivator.showPreferencesMenu
The menu item used to activate the setter. |
Methods in net.sf.latexdraw.instruments that return MMenuItem | |
---|---|
MMenuItem |
Helper.getAboutItem()
|
MMenuItem |
CopierCutterPaster.getCopyMenu()
|
MMenuItem |
CopierCutterPaster.getCutMenu()
|
MMenuItem |
Helper.getDonateItem()
|
MMenuItem |
Helper.getForumItem()
|
MMenuItem |
FileLoaderSaver.getLoadMenu()
|
MMenuItem |
FileLoaderSaver.getNewMenu()
|
MMenuItem |
CopierCutterPaster.getPasteMenu()
|
MMenuItem |
Helper.getReportBugItem()
|
MMenuItem |
FileLoaderSaver.getSaveAsMenu()
|
MMenuItem |
FileLoaderSaver.getSaveMenu()
|
MMenuItem |
PreferencesActivator.getShowPreferencesMenu()
|
Constructors in net.sf.latexdraw.instruments with parameters of type MMenuItem | |
---|---|
MenuItem2AboutFrame(Helper ins,
java.awt.Component component,
MMenuItem menuItem)
Creates the link. |
|
MenuItem2ShowPreferencesLink(PreferencesActivator ins,
java.awt.Component component,
MMenuItem menuItem)
Creates the link. |
Uses of MMenuItem in org.malai.instrument.library |
---|
Fields in org.malai.instrument.library declared as MMenuItem | |
---|---|
protected MMenuItem |
MenuItem2OpenWebPageLink.menuItem
The menu item that will be uses to create the action. |
protected MMenuItem |
MenuItem2ShowComponentLink.menuItem
The menu item used to shows the component. |
Constructors in org.malai.instrument.library with parameters of type MMenuItem | |
---|---|
MenuItem2OpenWebPageLink(Instrument ins,
MMenuItem menuItem,
java.net.URI uri)
Creates the link. |
|
MenuItem2ShowComponentLink(N ins,
java.awt.Component component,
MMenuItem menuItem)
Creates the link. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |