Here is a list of all JavaFX UI controls and charts, as well as details about their roles and current state of support for accessibility.

UI Controls

UI Control / ClassRoleA11y StatusNotes
Button / ButtonBase Working 
CheckBox Working 
ChoiceBox   
ColorPicker   
ComboBox / ComboBoxBase  Anthony working on it
DatePicker / DateCell   
Hyperlink Working 
Label / Labeled Working 
ListView / ListCell WorkingReview, test multi selection.
Menu / ContextMenu  Anthony
MenuBar / MenuItem / CheckMenuItem / RadioMenuItem / SeparatorMenuItem / CustomMenuItem  Anthony
MenuButton / SplitMenuButton  Anthony
Pagination WorkingBased on TabPane
PasswordField Working 
PopupControl  Anthony
ProgressBar Working 
ProgressIndicator Working 
RadioButton Working 
ScrollBar  Felipe
ScrollPane  Felipe
Separator   
Slider Working 
SplitPane  Jonathan
Tab / TabPane Working 
TableView / TableRow / TableCell / TableColumn Workingtest multi-selection
TextArea Started 
TextField WorkingOnly basic support
TextInputControl WorkingOnly basic support
TitledPane / Accordion Working on windows (as a pane), not sure what to use on mac (SplitGroup?)Jonathan
ToggleButton Working 
ToolBar Working 
Tooltip Working 
TreeTableView / TreeTableRow / TreeTableCell / TreeTableColumn Working, mostly as a TableView with minor tree-like functionality on macNeeds review
TreeView / TreeCell

 

WorkingNeeds review

 

UI Charts

UI ChartRole
AreaChart 
Axis 
BarChart 
BubbleChart 
CategoryAxis 
Chart 
LineChart 
NumberAxis 
PieChart 
ScatterChart 
StackedAreaChart 
StackedBarChart 
ValueAxis 
XYChart