...
Arg Count | Type | Used by | Windows | Mac | Notification | Notes | |
---|---|---|---|---|---|---|---|
ACCELERATOR | 0 | KeyCombination | MenuItem | X | X (called 4 times) | ||
BOUNDS | 0 | Bounds | Node | X (also used to compute scroll %) | X (called 2 times) | ||
BOUNDS_FOR_RANGE | 2 | Bounds[], (int, int) | TextField, TextArea, Text | X | X | Bounds for each char in a range | |
CARET_OFFSET | 0 | int | TextField, TextArea, Text | - | X | Caret offset (line number?) | |
CELL_AT_ROW_COLUMN | 2 | Node, (int, int) | X | X | |||
CHILDREN | 0 | ObservableList<Node> | X (called to navigate) | X | |||
COLUMN_AT_INDEX | 1 | Node, (int) | X | X | |||
COLUMN_COUNT | 0 | X | X | ||||
COLUMN_INDEX | 0 | int | X | X | |||
CONTENTS | 0 | Node | X (used to compute scroll %) | X (how used?) | |||
DATE | 0 | LocalDate | - | X (DatePicker) | |||
DESCRIPTION | 0 | String | - | X | |||
DISCLOSURE_LEVEL | 0 | int | - | X | |||
EDITABLE | 0 | boolean | X | X | used only by Combo (what about editable text?) | ||
ENABLED | 0 | boolean | X | X | |||
EXPANDED | 0 | boolean | X | X | Y | ||
FOCUS_ITEM | 0 | Node | X | X | Y (Mac only) | confusing (need to explain why needed?) | |
FOCUS_NODE | 0 | Node | X | X | Y | ||
FOCUSED | 0 | boolean | Y | explain how/why it is used/needed with the other focus properties | |||
FONT | 0 | Font | X | X (called 3 times) | Font for a text run (why not a range, explain usage) | ||
HEADER | 0 | Node | X | ||||
HORIZONTAL_SCROLLBAR | 0 | Node | X (used to scroll and compute %, isScrollable= bar is VISIBLE | X (how used?) | |||
INDETERMINATE | 0 | boolean | X (used by ToggleButton) | X (used by ToggleButton and ProgressIndicator) | Y (Windows only) | ||
INDEX | 0 | int | X (use for SCROLL_TO_INDEX, index of LIST_ITEM) | X (TABLE_COLUMN, LIST_ITEM, TABLE_ROW, TREE_ITEM, TREE_TABLE_ITEM) | |||
LABELED_BY | 0 | Node | X (COMBO, TEXT_FIELD, TEXT_AREA can't be labled) | X | default is TITLE | ||
LEAF | 0 | boolean | TreeView, TreeTableView | X | X | ||
LINE_END | 1 | int, (int) | Text | X | X | ||
LINE_FOR_OFFSET | 1 | int, (int) | Text | X | X | ||
LINE_START | 1 | int, (int) | Text | X | X | ||
MAX_VALUE | 0 | ||||||
MENU | 0 | ||||||
MENU_FOR | 0 | ||||||
MENU_ITEM_TYPE | 0 | ||||||
MIN_VALUE | 0 | ||||||
MNEMONIC | 0 | ||||||
MULTIPLE_SELECTION | 0 | ||||||
NODE_AT_POINT | 1 | Node, (Point2D) | |||||
OFFSET_AT_POINT | 1 | int, (Point2D) | |||||
ORIENTATION | 0 | ||||||
OVERFLOW_BUTTON | 0 | ||||||
PAGES | 0 | ||||||
PARENT | 0 | ||||||
ROLE | 0 | ||||||
ROW_AT_INDEX | 1 | Node, (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 | 1 | Node, (int) | |||||
TREE_ITEM_COUNT | 0 | ||||||
TREE_ITEM_PARENT | 0 | ||||||
VALUE | 0 | double | |||||
VERTICAL_SCROLLBAR | 0 | ||||||
VISIBLE | 0 | ||||||
VISITED | 0 |
...