Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Arg CountTypeUsed byWindowsMacNotificationNotes

ACCELERATOR

0

KeyCombination

MenuItemXX (called 4 times)  

BOUNDS

0BoundsNodeX (also used to compute scroll %)X (called 2 times)  

BOUNDS_FOR_RANGE

2Bounds[], (int, int)

TextField, TextArea, Text

XX Bounds for each char in a range

CARET_OFFSET

0int

TextField, TextArea, Text

-X Caret offset (line number?)

CELL_AT_ROW_COLUMN

2Node, (int, int)TableView, TreeTableViewXX  

CHILDREN

0ObservableList<Node>Parent, SceneX (called to navigate)X  

COLUMN_AT_INDEX

1Node, (int)TableView, TreeTableViewXX  

COLUMN_COUNT

0 TableView, TreeTableViewXX  

COLUMN_INDEX

0intTableView, TreeTableViewXX  

CONTENTS

0NodeScrollPaneX (used to compute scroll %)X (how used?)  

DATE

0LocalDateDatePicker-X (DatePicker)  

DESCRIPTION

0String--X  

DISCLOSURE_LEVEL

0intTreeView, TreeTableView-X  

EDITABLE

0booleanComboBoxXX used only by Combo (what about editable text?)

ENABLED

0booleanNodeXX  

EXPANDED

0booleanChoiceBox, ComboBox, SplitMenuButton, TitledPan, TreeView, TreeTableXXY 

FOCUS_ITEM

0NodeTableView, TreeTableViewXXY (Mac only)confusing (need to explain why needed?)

FOCUS_NODE

0NodeScene, MenuBarXXY 

FOCUSED

0booleanNode  Yexplain how/why it is used/needed with the other focus properties

FONT

0Font

TextField, TextArea, Text

XX (called 3 times) Font for a text run (why not a range, explain usage)

HEADER

0NodeTableView, TreeTableViewX   

HORIZONTAL_SCROLLBAR

0NodeListView, ScrollPane, TableView, TreeTableView, TreeViewX (used to scroll and compute %, isScrollable= bar is VISIBLEX (how used?)  

INDETERMINATE

0boolean

CheckBox, ProgressIndicator

X (used by ToggleButton)X (used by ToggleButton and ProgressIndicator)Y (Windows only) 

INDEX

0int

ListView, TableView, TreeView, TreeTableView

X (use for SCROLL_TO_INDEX, index of LIST_ITEM)

X (TABLE_COLUMN, LIST_ITEM, TABLE_ROW, TREE_ITEM, TREE_TABLE_ITEM)

  

LABELED_BY

0NodeNodeX (COMBO, TEXT_FIELD, TEXT_AREA can't be labled)Xdefault is TITLE 

LEAF

0boolean

TreeView, TreeTableView

XX  

LINE_END

1int, (int)TextXX  

LINE_FOR_OFFSET

1int, (int)TextXX  

LINE_START

1int, (int)TextXX  

MAX_VALUE

0doubleProgressIndicator, ScrollBar, SliderXX  

MENU

0NodeMenu-X  

MENU_FOR

0NodeMenu-XY 

MENU_ITEM_TYPE

0NodeMenu, MenuBarXX  

MIN_VALUE

0doubleProgressIndicator, ScrollBar, SliderXX  

MNEMONIC

0StringMenu, Label, MenuBarX-  

MULTIPLE_SELECTION

0booleanListView, TableView, TreeTableView, TreeViewX-  

NODE_AT_POINT

1Node, (Point2D) Scene X X  

OFFSET_AT_POINT

1int, (Point2D)  TextArea, TextField, TextXX   

ORIENTATION

0   OrientationProgressBar, ScrollBar, Slider-X   

OVERFLOW_BUTTON

0 Node ToolBar X X  

PAGES

0 ObservableList<Node> Pagination - X  

PARENT

0 Parent Node X X  

ROLE

0 Role Node X X  

ROW_AT_INDEX

1Node, (int)  

ListView, TreeTableView, TreeView

(no TableView?)

XX   

ROW_COUNT

0   intListView, TableView, TableTreeView, TreeViewX (also used in scrolling - getVerticalViewSize())X   

ROW_INDEX

0 int TableView, TreeTableView X X  

SCENE

0 Scene Node, Scene X X Y 

SELECTED

0    boolean

CheckBox, ListView, RadioButton, TableView, ToggleButton, TreeView, TreeTableView, Pagination, TabPane, Menu

XXY (Windows only)  

SELECTED_CELLS

0      

SELECTED_PAGE

0      

SELECTED_ROWS

0      

SELECTED_TAB

0      

SELECTION_END

0      

SELECTION_START

0      

TABS

0      

TITLE

0      

TOOLTIP

0      

TREE_ITEM_AT_INDEX

1Node, (int)     

TREE_ITEM_COUNT

0      

TREE_ITEM_PARENT

0      

VALUE

0double     

VERTICAL_SCROLLBAR

0      

VISIBLE

0      

VISITED

0      

...