User Manual : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(Page créée avec « == Basic principles == * GFrame and GPanel * Main widgets * Links with Swing * GLayout * Conditio... »)
 
(Some other widgets)
 
(6 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 +
__NOTOC__
 
== Basic principles ==
 
== Basic principles ==
* [[GFrame and GPanel|GFrame and GPanel]]
+
* [[GFrame and GPanel|GFrame and GPanel]]: how to create frames et panels
* [[Main_Widgets|Main widgets]]
+
* [[Main_Widgets|Main widgets]]: list of available main widgets
* [[Links_with_Swing|Links with Swing]]
+
* [[Links_with_Swing|Links with Swing]]: how <font color=#556B2F>'''GENIUS'''</font> is linked with <font color=#FF8C00>swing</font>
* [[GLayout|GLayout]]
+
* [[GLayout|GLayout]]: widget positioning
* [[Conditional_Display|Conditional Display]]
+
* [[Conditional_Display|Conditional Display]]: how widgets are displayed depending on conditions
* [[GListener_interface|GListener interface]]
+
* [[GListener_interface|GListener interface]]: interaction with the mouse
  
 
== More deeper in the concept ==
 
== More deeper in the concept ==
** Units_management|Units management
+
* [[Units_management|Units management]]: units management as conversions ...
** GContainer|GContainer
+
* [[GContainer|GContainer]]: grouping widgets but not in a panel
** GReadWrite_interface|GReadWrite interface and data files management
+
* [[GReadWrite_interface|GReadWrite interface and data files management]]: how to read and write data previously displayed
** Modified_data|Modified data
+
* [[Modified_data|Modified data]]: how modified data are identified
** Process_management|Process management
+
* [[Process_management|Process management]]: how to launch a computation program
* Still more ...
+
 
** Validity_controls|Validity controls
+
== Still more … ==
** Menu_bar|Menu bar
+
* [[Validity_controls|Validity controls]]: checks on data values
** Icons|Icons
+
* [[Menu_bar|Menu bar]]: how to build a menu bar
** GClear_interface|GClear interface
+
* [[Icons|Icons]]: how to use icons
* Still more again ...
+
* [[GClear_interface|GClear interface]]: how to reset data
** Tooltips|Tooltips
+
 
** Shortcuts|Shortcuts
+
== Still more again … ==
** Copy_&_paste|Copy & paste
+
* [[Tooltips|Tooltips]]: how to add tooltips
** Plots|Plots
+
* [[Shortcuts|Shortcuts]]: how to create keyboard shortcuts
** ResultsFileManagement| Results File Management
+
* [[Copy_&_paste|Copy & paste]]: possibilities to manage data copy a paste
** GPlotPanel|GPlotPanel
+
* [[Plots|Plots]]: widgets for plotting data
** GGroundPlotPanel|GGroundPlotPanel
+
* [[ResultsFileManagement| Results File Management]]: specific widgets to manage how to save results in file.
** Internationalization|Internationalization
+
* [[GPlotPanel|GPlotPanel]]: advanced widget for plotting data read in files
** Log_file|Log file
+
* [[GGroundPlotPanel|GGroundPlotPanel]]: advanced widget to plot satellite Earth ground tracks
** Update_data|Update data
+
* [[Internationalization|Internationalization]]: how to manage several languages
* Some other widgets
+
* [[Log_file|Log file]]: how to use log files
** GTabbedPane|GTabbedPane
+
* [[Update_data|Update data]]: how to observe some data to update other ones
** GTable1D|GTable1D
+
 
** GTable2D|GTable2D
+
== Some other widgets ==
** GComponentList|GComponentList
+
* [[GTabbedPane|GTabbedPane]]: use of tabbed panes
** GDialog_and_GDetachedPanel|GDialog and GDetachedPanel
+
* [[GTable1D|GTable1D]]: one dimension tables
** GContextFileManagement|GContextFileManagement
+
* [[GTable2D|GTable2D]]: two dimension tables
** How_to_build_a_standard_application|How to build a standard application
+
* [[GComponentList|GComponentList]]: list of widgets
** GPanTest|GPanTest
+
* [[GDialog_and_GDetachedPanel|GDialog and GDetachedPanel]]; pop-up windows
** Create_your_own_widget|Create your own widget
+
* [[GContextFileManagement|GContextFileManagement]]: high level widget to load data files
 +
* [[How_to_build_a_standard_application|How to build a standard application]]: the way to build a "standard" <font color=#FF8C00 title="Graphical User Interface">GUI</font>
 +
* [[GPanTest|GPanTest]]: specific widget for tests
 +
* [[Create_your_own_widget|Create your own widget]]: how to create a new <font color=#556B2F>'''GENIUS'''</font> widget

Version actuelle en date du 21 janvier 2020 à 14:10

Basic principles

More deeper in the concept

Still more …

Still more again …

Some other widgets