Package | Description |
---|---|
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.standardapplication |
Package including widgets for a standard GUI application.
|
Modifier and Type | Method and Description |
---|---|
GMenu |
GMenuBar.getGMenu(String menu)
Getter for a menu
|
Modifier and Type | Method and Description |
---|---|
void |
GMenuBar.add(GMenu menu)
Adds a menu to the menu bar.
|
void |
GMenu.add(GMenu submenu)
Adds a menu to the menu, creating an hierachical menu.
|
void |
GMenuBar.add(GMenu menu,
int idx)
Adds a menu to the menu, at the index selected.
|
void |
GMenu.add(GMenu submenu,
int idx)
Adds a submenu to the menu, at the index selected.
|
void |
GMenuBar.delete(GMenu menu)
Deletes a menu from the menu.
|
void |
GMenu.delete(GMenu submenu)
Deletes a submenu from the menu.
|
void |
GMenuBar.move(GMenu menu,
int idx)
Move a menu to the selected index.
|
void |
GMenu.move(GMenu submenu,
int idx)
Moves a menu to the indicated index
|
Modifier and Type | Method and Description |
---|---|
GMenu |
GMainFrameAbstract.getGMenu(String menu)
Method to get a menu from the menubar
|
Modifier and Type | Method and Description |
---|---|
void |
GMainFrameAbstract.addMenuBar(GMenu menu,
int idx)
Method to add a menu to the menu bar
|
void |
GMainFrameAbstract.deleteMenuBar(GMenu menu)
Method to delete an item from the menu bar
|
void |
GMainFrameAbstract.moveMenuBar(GMenu menu,
int idx)
Method to move an item in the menu bar to the selected index
|
Copyright © 2024. All rights reserved.