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

0   doubleProgressIndicator, ScrollBar, SliderXX   

MENU

0 Node Menu - X  

MENU_FOR

0 Node Menu - X Y 

MENU_ITEM_TYPE

0 Node Menu, MenuBar X X  

MIN_VALUE

0   doubleProgressIndicator, ScrollBar, SliderXX   

MNEMONIC

0   StringMenu, Label, MenuBarX-   

MULTIPLE_SELECTION

0   booleanListView, TableView, TreeTableView, TreeViewX-   

NODE_AT_POINT

1Node, (Point2D)     

OFFSET_AT_POINT

1int, (Point2D)     

ORIENTATION

0      

OVERFLOW_BUTTON

0      

PAGES

0      

PARENT

0      

ROLE

0      

ROW_AT_INDEX

1Node, (int)     

ROW_COUNT

0      

ROW_INDEX

0      

SCENE

0      

SELECTED

0      

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      

...