|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectApplicationMenu
ro.sync.exml.workspace.api.standalone.ui.Menu
@API(type=EXTENDABLE, src=PUBLIC) public class Menu
A menu which looks like the ones in Oxygen. The menu can be added on the main JMenuBar or be a sub category in a pop-up menu or plain menu.
Constructor Summary | |
---|---|
Menu(java.lang.String menuName)
Constructor. |
|
Menu(java.lang.String menuName,
boolean forMenuBar)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Menu(java.lang.String menuName)
menuName
- The menu name.
The menu is considered to be created as a sub category menu. See the other constructor for more settings.public Menu(java.lang.String menuName, boolean forMenuBar)
menuName
- The menu name.forMenuBar
- true
if this menu will be added directly on the menu bar.Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |