All Classes Namespaces Files Functions Variables
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
\Nfi
 \Njyu
  \Nmit
   \Nfxgui
    oCBaseBoxChooser< TO, TC extends Node >Base class for any single object that want to be added in multiples and then selected
    oCCheckBoxChooser< T >Simple CheckBoxchooser
    oCChooser< T >Simple interface for all different choosers
    oCComboBoxChooser< T >A custom ComboBox control that supports easy addition of items in Scene Builder
    oCDialogs
    |oCAlertSetterInterfaceRajapinta dialogin asettamisen takaisinkutsulle
    |\CTextInputDialogSetterInterfaceRajapinta dialogin asettamisen takaisinkutsulle
    oCFunctionsApufunktioita JavaFX-olioiden käsittelyyn
    oCListChooser< T >A custom ListView control that supports easy addition of items in Scene Builder
    oCModalController< TYPE >Modaalisen dialogin näyttäminen
    |oCModalInitializeInterface< TYPE, CONTROLLERTYPE extends ModalControllerInterface< TYPE > >Funktionaalinen rajapinta takaisinkutsulle luokan alustamiseksi
    |\CMyGenericClass< T >
    oCModalControllerInterface< TYPE >Rajapinta modaalien dialogien käsittelijöille
    oCMultipleChooser< T >Allows selecting multiples of some items from the component
    oCRadioButtonChooser< T >Allows multiple radiobuttons to be selected and managed with only 1 component
    oCScrollBorderVBox with borders and ScrollPane inside
    oCStringAndObject< T >Packeting class to hold the name alongside the actual object
    oCStringGrid< TYPE >StringGrid joka näyttää merkkijonotaulukon sisällön
    |oCGridRowItem< TYPE >Alkio yhdelle riville
    |oCOnGridCell< TYPE >Rajapinta solun muokkaukselle
    |oCOnGridLiveEdit< TYPE >Rajapinta solun editoinnille
    |\CStringGridCell< TYPE >Luokka yhdelle solulle
    oCTextAreaOutputStreamSimple 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
    \CTextAreaWriterSimple 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