| Interface | Description |
|---|---|
| Chooser<T> |
Simple interface for all different choosers
|
| Dialogs.AlertSetterInterface |
Rajapinta dialogin asettamisen takaisinkutsulle
|
| Dialogs.TextInputDialogSetterInterface |
Rajapinta dialogin asettamisen takaisinkutsulle
|
| ModalController.ModalInitializeInterface<TYPE,CONTROLLERTYPE extends ModalControllerInterface<TYPE>> |
Funktionaalinen rajapinta takaisinkutsulle luokan alustamiseksi
|
| ModalControllerInterface<TYPE> |
Rajapinta modaalien dialogien käsittelijöille
|
| MultipleChooser<T> |
Allows selecting multiples of some items from the component
|
| StringGrid.OnGridCell<TYPE> |
Rajapinta solun muokkaukselle
|
| StringGrid.OnGridLiveEdit<TYPE> |
Rajapinta solun editoinnille
|
| Class | Description |
|---|---|
| BaseBoxChooser<TO,TC extends Node> |
Base class for any single object that want to be added in multiples and then selected
|
| CheckBoxChooser<T> |
Simple CheckBoxchooser
|
| ComboBoxChooser<T> |
A custom ComboBox control that supports easy addition of items in Scene
Builder.
|
| Dialogs | |
| Functions |
Apufunktioita JavaFX-olioiden käsittelyyn
|
| ListChooser<T> |
A custom ListView control that supports easy addition of items in Scene
Builder.
|
| ModalController<TYPE> |
Modaalisen dialogin näyttäminen
|
| RadioButtonChooser<T> |
Allows multiple radiobuttons to be selected and managed with only 1 component
|
| ScrollBorder |
VBox with borders and ScrollPane inside.
|
| StringAndObject<T> |
Packeting class to hold the name alongside the actual object
|
| StringGrid<TYPE> |
StringGrid joka näyttää merkkijonotaulukon sisällön.
|
| StringGrid.GridRowItem<TYPE> |
Alkio yhdelle riville.
|
| StringGrid.StringGridCell<TYPE> |
Luokka yhdelle solulle
|
| 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.
|
| 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.
|