Package | Description |
---|---|
fr.cnes.genius.lowLevel |
Package containing the low level widgets.
|
fr.cnes.genius.standardapplication |
Package including widgets for a standard GUI application.
|
fr.cnes.genius.tools |
GPLOT package.
|
fr.cnes.genius.utils |
Package containing utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
GFrame.setGMenuBar(GMenuBar menuBar)
Set the menuBar to the frame.
|
Constructor and Description |
---|
GFrame(String title,
GPanel panel,
GMenuBar menuBar)
Constructor.
|
GFrame(String widgetId,
String title,
GPanel panel,
GMenuBar menuBar)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GMenuBar |
GMainFrameAbstract.getMenuBar()
Method to return the menu bar to be called by the main static method.
|
Modifier and Type | Method and Description |
---|---|
GMenuBar |
GPlot.getMenuBar()
Method to return the menu bar to be called by the main static method.
|
Constructor and Description |
---|
GPanTest(String title,
GMenuBar menuBar,
GComponent testComponent)
Constructor.
|
GPanTest(String title,
GMenuBar menuBar,
GComponent testComponent,
String confFilename)
Constructor.
|
GPanTest(String title,
GMenuBar menuBar,
GComponent testComponent,
String confFilename,
boolean showStatusButton,
boolean showIsModified)
Constructor.
|
Copyright © 2024. All rights reserved.