Classes | |
| class | EditPanel |
| class | Main |
| class | BaseBoxChooser< TO, TC extends Node > |
| Base class for any single object that want to be added in multiples and then selected. More... | |
| class | CheckBoxChooser< T > |
| Simple CheckBoxchooser. More... | |
| interface | Chooser< T > |
| Simple interface for all different choosers. More... | |
| class | ComboBoxChooser< T > |
| A custom ComboBox control that supports easy addition of items in Scene Builder. More... | |
| class | Dialogs |
| class | Functions |
| Apufunktioita JavaFX-olioiden käsittelyyn. More... | |
| class | ListChooser< T > |
| A custom ListView control that supports easy addition of items in Scene Builder. More... | |
| class | ModalController< TYPE > |
| Modaalisen dialogin näyttäminen. More... | |
| interface | ModalControllerInterface< TYPE > |
| Rajapinta modaalien dialogien käsittelijöille. More... | |
| interface | MultipleChooser< T > |
| Allows selecting multiples of some items from the component. More... | |
| class | RadioButtonChooser< T > |
| Allows multiple radiobuttons to be selected and managed with only 1 component. More... | |
| class | ScrollBorder |
| VBox with borders and ScrollPane inside. More... | |
| class | StringAndObject< T > |
| Packeting class to hold the name alongside the actual object. More... | |
| class | StringGrid< TYPE > |
| StringGrid joka näyttää merkkijonotaulukon sisällön. More... | |
| class | TextAreaOutputStream |
| Simple way to "print" to a JTextArea; just say PrintStream out = new PrintStream(new TextAreaOutputStream(myTextArea)); Then out.println() et all will all appear in the TextArea. More... | |
| class | TextAreaWriter |
| Simple way to "print" to a JTextArea; just say PrintWriter out = new PrintWriter(new TextAreaWriter(myTextArea)); Then out.println() et all will all appear in the TextArea. More... | |