Hint: if you wish to look at the ooRexx code with syntax highlighting, then you can
use the free and open-source editor "[g]vim"
, which is available for practically
all platforms and can be downloaded from its homepage at
http://www.vim.org/.
demoTableViewSimple.fxml
". It is possible to
edit the values by clicking on a cell in edit mode (cf. menu or context menu
labeled "Enable Editing") and to store the changes by pressing the
<ENTER> key.
Note: by default debug output is active, such that you can study the effects of interacting
with the TableView
respectively TableCell
s.
Hint: This program includes ooRexxDoc comments. If you process it with ooRexxDoc
(part of the ooRexx plugin for IntelliJ) you will get a nicely formatted
HTML documentation of what it does.
demoTableView_controller.rex
"
and defines event handler, programmed in Rexx for the stylesheet menu items.
demoTableViewSimple.fxml
" for the
stylesheet menu items.
demoTableViewSimple.fxml
" which
fetches all JavaFX objects with a "fx:id
" value and stores them
with that value as the index in a Rexx directory. This Rexx directory can
then be fetched via ".my.app~demoTableViewSimple.xml
" from all
Rexx programs.
Rony G. Flatscher, 2020-07-15, Wien/Vienna, Austria, Europe