Accordion
This class is NOT USED, it is only here for Documentation purposes.
Glok has no Accordion control, because it is simple to create the behaviour using existing classes.
Create a ToggleGroup, and a VBox. Add TitledPanes to VBox.children, and also set their toggleGroup.
See DemoTitledPane for example code.