Package | Description |
---|---|
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.lowLevel |
Package containing the low level widgets.
|
fr.cnes.genius.threads |
Classes used to launch subprocesses.
|
fr.cnes.genius.unit |
Package containing classes used to define units and conversions.
|
Modifier and Type | Method and Description |
---|---|
GMenuItem |
GMenu.getGMenuItem(String menuItem)
Getter for a menu item
|
Modifier and Type | Method and Description |
---|---|
List<GMenuItem> |
GPopupList.getGMenuItem()
Get the GMenuItem array associated with the widget.
|
Modifier and Type | Method and Description |
---|---|
void |
GPopupList.add(GMenuItem menuItem)
Add a menu item to the popup menu.
|
void |
GMenu.add(GMenuItem menuItem)
Adds a menu item to the menu.
|
void |
GMenu.add(GMenuItem menuItem,
int idx)
Adds a menu to the menu, at the index selected.
|
void |
GMenu.delete(GMenuItem menuItem)
Deletes a menu from the menu.
|
void |
GMenu.move(GMenuItem menuItem,
int idx)
Moves a menu to the indicated index
|
Constructor and Description |
---|
GPopupList(int rank,
ArrayList<GMenuItem> menuItems)
Constructor.
|
GPopupList(String widgetId,
int rank,
ArrayList<GMenuItem> menuItems)
Constructor.
|
GPopupList(String widgetId,
int rank,
ArrayList<GMenuItem> menuItems,
String[] toolTipsList)
Constructor.
|
GPopupList(String title,
List<GMenuItem> menuItems)
Constructor.
|
GPopupList(String widgetId,
String title,
List<GMenuItem> menuItems)
Constructor.
|
GPopupList(String widgetId,
String title,
List<GMenuItem> menuItems,
String[] toolTipsList)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
GPopupMenu.add(GMenuItem menuItem)
Add a menu item to the popup menu.
|
Modifier and Type | Class and Description |
---|---|
class |
GCommandLauncher.GExecMenuItem
Class representing a menu item linked to the GCommandLauncher.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<GMenuItem> |
GUnitList.getMenuItems(String widgetIDprefix)
Generates the list of items to be used in a units pop-up menu.
|
Copyright © 2024. All rights reserved.