- add(String, TO) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Adds the given object with given name
- add(StringAndObject<TO>) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Adds the StringAndObject to the system and creates components necessary
- add(TO) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Addes the given object to the list
- add(String, T) - Method in interface fi.jyu.mit.fxgui.Chooser
-
Adds a single object to the system
- add(T) - Method in interface fi.jyu.mit.fxgui.Chooser
-
Adds only the object to the system
- add(String, T) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
Adds the given object with given name
- add(T) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
Addes the given object to the list
- add(String, T) - Method in class fi.jyu.mit.fxgui.ListChooser
-
Adds the given object with given name
- add(T) - Method in class fi.jyu.mit.fxgui.ListChooser
-
Addes the given object to the list
- add(TYPE, String...) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Lisätään uusi alkio taulukkoon
- add(TYPE) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Lisätään uusi alkio taulukkoon.
- add(String...) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Lisätään uudet jonot taulukkoon
- add(Collection<TYPE>) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Lisätään uudet alkiot taulukkoon.
- add(TYPE...) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Lisätään uudet alkiot taulukkoon.
- addChangeListener(TC, ChangeListener<Boolean>) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Adds to the component a listener when its state is changed.
- addChangeListener(CheckBox, ChangeListener<Boolean>) - Method in class fi.jyu.mit.fxgui.CheckBoxChooser
-
- addChangeListener(RadioButton, ChangeListener<Boolean>) - Method in class fi.jyu.mit.fxgui.RadioButtonChooser
-
- addCorrectComponent(String, TO) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Will give the created new component to this class so no reflection is needed.
- addCorrectComponent(String, T) - Method in class fi.jyu.mit.fxgui.CheckBoxChooser
-
- addCorrectComponent(String, T) - Method in class fi.jyu.mit.fxgui.RadioButtonChooser
-
- addExample(String) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Adds example text to the list
- addExample(String) - Method in interface fi.jyu.mit.fxgui.Chooser
-
Adds an example string to the gui without stored object
- addExample(String) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
Adds example text to the list
- addExample(String) - Method in class fi.jyu.mit.fxgui.ListChooser
-
Adds example text to the list
- addSelectionListener(Consumer<TO>) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Adds a selection listener to the base component so when someone does selection this event is called
- addSelectionListener(Consumer<T>) - Method in interface fi.jyu.mit.fxgui.Chooser
-
Adds the selection change listener to the component
- addSelectionListener(Consumer<T>) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
- addSelectionListener(Consumer<T>) - Method in class fi.jyu.mit.fxgui.ListChooser
-
- addStyleClasses(ObservableList<String>, String) - Static method in class fi.jyu.mit.fxgui.StringGrid
-
Lisätään styles listaan jonosta luokat jotka erotettu pilkuilla tai välilyönneillä
- get(int, int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Palautetaan solun arvo
- get(int) - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- getAlignment(int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Sarakkeen solujen sijoitus
- getCaption() - Method in class fi.jyu.mit.fxgui.ScrollBorder
-
- getCellClass(int) - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- getCellString() - Method in class fi.jyu.mit.fxgui.StringGrid.StringGridCell
-
- getColumnNr() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getContent() - Method in class fi.jyu.mit.fxgui.ScrollBorder
-
- getEmptyStyleClass() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getItem() - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- getItems() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Returns the inner ObservableList.
- getMultipleSelectionsAllowed() - Method in class fi.jyu.mit.fxgui.RadioButtonChooser
-
Gets the multiple selection allowed propertys value
- getName() - Method in class fi.jyu.mit.fxgui.StringAndObject
-
Returns the name of the pair
- getNode(Node, Class<T>, Predicate<Node>, boolean) - Static method in class fi.jyu.mit.fxgui.Functions
-
Etsii ensimmäisen ehdon täyttävän elementin containerin sisältä
- getNodes(Node, Class<T>, Predicate<Node>, boolean) - Static method in class fi.jyu.mit.fxgui.Functions
-
Etsii kaikki ehdot täyttävät elementit containerin sisältä
- getNollataanko() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Returns if the component was selected to be cleared
- getNollataanko() - Method in class fi.jyu.mit.fxgui.ListChooser
-
Returns if the component was selected to be cleared
- getObject() - Method in class fi.jyu.mit.fxgui.StringAndObject
-
Returns the object of the pair
- getObject(int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Palautetaan riviä vastaava olio
- getObject() - Method in class fi.jyu.mit.fxgui.StringGrid
-
Palautetaan valittua riviä vastaava olio
- getOnCellString() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getOnCellValue() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getOnGridEdit() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getOnGridLiveEdit() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getResult() - Method in class fi.jyu.mit.fxgui.ModalController
-
- getResult() - Method in interface fi.jyu.mit.fxgui.ModalControllerInterface
-
- getRivit() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Returns the contents of the ListChooser as a multiline string.
- getRivit() - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
- getRivit() - Method in class fi.jyu.mit.fxgui.ListChooser
-
Returns the contents of the ListChooser as a multiline string.
- getRivit() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getRivitProperty() - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
- getRivitProperty() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getRow() - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- getRowItem() - Method in class fi.jyu.mit.fxgui.StringGrid.StringGridCell
-
- getRowNr() - Method in class fi.jyu.mit.fxgui.StringGrid
-
- getRowNr() - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- getScrollPane() - Method in class fi.jyu.mit.fxgui.ScrollBorder
-
- getSelectedIndex() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Returns the first selected index
- getSelectedIndex() - Method in interface fi.jyu.mit.fxgui.Chooser
-
Returns the first selected index
- getSelectedIndex() - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
- getSelectedIndex() - Method in class fi.jyu.mit.fxgui.ListChooser
-
- getSelectedIndices() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
- getSelectedIndices() - Method in interface fi.jyu.mit.fxgui.MultipleChooser
-
Returns all of the selected indices
- getSelectedObject() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Palauttaa valitun olion tai null
- getSelectedObject() - Method in interface fi.jyu.mit.fxgui.Chooser
-
Returns the first seleceted object
- getSelectedObject() - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
- getSelectedObject() - Method in class fi.jyu.mit.fxgui.ListChooser
-
Palauttaa valitun olion tai null
- getSelectedObjects() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
- getSelectedObjects() - Method in interface fi.jyu.mit.fxgui.MultipleChooser
-
Returns all of the selected objects from the components
- getSelectedText() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Returns the first selected text component
- getSelectedText() - Method in interface fi.jyu.mit.fxgui.Chooser
-
Returns the first selected objects gui text
- getSelectedText() - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
- getSelectedText() - Method in class fi.jyu.mit.fxgui.ListChooser
-
- getSelectedTexts() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
- getSelectedTexts() - Method in interface fi.jyu.mit.fxgui.MultipleChooser
-
Returns all of the selected texts in the components
- getSelectFirst() - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
Returns the value of property getSelectFirst
- getStage(Node) - Static method in class fi.jyu.mit.fxgui.ModalController
-
Palauttaa nodea vastaavan stagen
- getStyleClass(int, int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Solun asetetut tyylit
- getTable() - Method in class fi.jyu.mit.fxgui.StringGrid.StringGridCell
-
- getTextPrintStream(TextArea) - Static method in class fi.jyu.mit.fxgui.TextAreaOutputStream
-
Factory method for creating a PrintStream to print to selected TextArea
- getTextPrintWriter(TextArea) - Static method in class fi.jyu.mit.fxgui.TextAreaWriter
-
Factory method for creating a PrintWriter to print to selected TextArea
- GridRowItem(String[], TYPE, int) - Constructor for class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- ScrollBorder - Class in fi.jyu.mit.fxgui
-
VBox with borders and ScrollPane inside.
- ScrollBorder() - Constructor for class fi.jyu.mit.fxgui.ScrollBorder
-
Initialize component
- selectFirst - Variable in class fi.jyu.mit.fxgui.ComboBoxChooser
-
Is the first to be selected on each run
- selectRow(int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Valitaan taulukosta tietty rivi.
- set(Alert) - Method in interface fi.jyu.mit.fxgui.Dialogs.AlertSetterInterface
-
- set(TextInputDialog) - Method in interface fi.jyu.mit.fxgui.Dialogs.TextInputDialogSetterInterface
-
- set(int, String) - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- set(String, int, int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Asetetaan solun arvo
- setAlignment(int, Pos) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Sarakkeen solujen sijoitus
- setAlignment(int, int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Sarakkeen solujen sijoitus Swing-vakioiden avulla
- setCaption(String) - Method in class fi.jyu.mit.fxgui.ScrollBorder
-
- setCellClass(String, int) - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- setColumnSortOrderNumber(int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Asetetaan valitulle sarakkeelle numeerinen järjestely
- setColumnWidth(int, double) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Asettaa sarakkeen leveyden
- setComponentSelected(TC, boolean) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Sets component selected
- setComponentSelected(CheckBox, boolean) - Method in class fi.jyu.mit.fxgui.CheckBoxChooser
-
- setComponentSelected(RadioButton, boolean) - Method in class fi.jyu.mit.fxgui.RadioButtonChooser
-
- setContent(Node) - Method in class fi.jyu.mit.fxgui.ScrollBorder
-
- setDefault(TYPE) - Method in class fi.jyu.mit.fxgui.ModalController
-
Asetetaan oletusarvo
- setDefault(TYPE) - Method in interface fi.jyu.mit.fxgui.ModalControllerInterface
-
Asetetaan oletusarvo
- setEmptyStyleClass(String) - Method in class fi.jyu.mit.fxgui.StringGrid
-
- setItem(TYPE) - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- setMultipleSelectionsAllowed(boolean) - Method in class fi.jyu.mit.fxgui.RadioButtonChooser
-
Sets if selecting multiple toggles is allowed
- setName(String) - Method in class fi.jyu.mit.fxgui.StringAndObject
-
Sets the name of the pair
- setNollataanko(boolean) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Sets the value if the component should be reset after the original example data
- setNollataanko(boolean) - Method in class fi.jyu.mit.fxgui.ListChooser
-
Sets the value if the component should be reset after the original example data
- setObject(T) - Method in class fi.jyu.mit.fxgui.StringAndObject
-
Sets the object of the pair
- setObject(TYPE, int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Asetetaan solun arvo
- setOnCellString(StringGrid.OnGridCell<TYPE>) - Method in class fi.jyu.mit.fxgui.StringGrid
-
- setOnCellValue(StringGrid.OnGridCell<TYPE>) - Method in class fi.jyu.mit.fxgui.StringGrid
-
- setOnGridEdit(StringGrid.OnGridCell<TYPE>) - Method in class fi.jyu.mit.fxgui.StringGrid
-
- setOnGridLiveEdit(StringGrid.OnGridLiveEdit<TYPE>) - Method in class fi.jyu.mit.fxgui.StringGrid
-
- setRivit(String) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Sets the rows.
- setRivit(String[]) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
Sets the rows.
- setRivit(String) - Method in interface fi.jyu.mit.fxgui.Chooser
-
Sets the rows.
- setRivit(String[]) - Method in interface fi.jyu.mit.fxgui.Chooser
-
Sets the rows.
- setRivit(String) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
Sets the rows.
- setRivit(String[]) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
- setRivit(String) - Method in class fi.jyu.mit.fxgui.ListChooser
-
Sets the rows.
- setRivit(String[]) - Method in class fi.jyu.mit.fxgui.ListChooser
-
- setRivit(String) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Asetetaan taulukon sisältö.
- setRow(String[]) - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- setRowNr(int) - Method in class fi.jyu.mit.fxgui.StringGrid.GridRowItem
-
- setScrollPane(ScrollPane) - Method in class fi.jyu.mit.fxgui.ScrollBorder
-
- setSelectedIndex(int) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
-
- setSelectedIndex(int) - Method in interface fi.jyu.mit.fxgui.Chooser
-
Sets item in index selected
- setSelectedIndex(int) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
- setSelectedIndex(int) - Method in class fi.jyu.mit.fxgui.ListChooser
-
- setSelectFirst(boolean) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
-
Sets the value of setFirst
- setSortable(int, boolean) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Asettaa sarakkeet lajiteltavaksi
- setStyleClass(String, int, int) - Method in class fi.jyu.mit.fxgui.StringGrid
-
Asetetaan solun uusi tyyli
- setToolTipText(Control, String) - Static method in class fi.jyu.mit.fxgui.Dialogs
-
Asetetan tietylle kontrollille Tooltip
- showInputDialog(String, String, Dialogs.TextInputDialogSetterInterface) - Static method in class fi.jyu.mit.fxgui.Dialogs
-
Näytetään dialogi, joka kysyy merkkijonon
- showInputDialog(String, String) - Static method in class fi.jyu.mit.fxgui.Dialogs
-
Näytetään dialogi, joka kysyy merkkijonon
- showMessageDialog(String, Dialogs.AlertSetterInterface) - Static method in class fi.jyu.mit.fxgui.Dialogs
-
Näytetään viesti käyttäjälle ja odotetaan kuittausta
- showMessageDialog(String) - Static method in class fi.jyu.mit.fxgui.Dialogs
-
Näytetään viesti käyttäjälle ja odotetaan kuittausta
- showModal(URL, String, Stage, TYPE) - Static method in class fi.jyu.mit.fxgui.ModalController
-
Luodaan dialogi ja palautetaan siihen täytetty data tai null
- showModal(URL, String, Stage, TYPE, ModalController.ModalInitializeInterface<TYPE, CONTROLLERTYPE>) - Static method in class fi.jyu.mit.fxgui.ModalController
-
Luodaan dialogi ja palautetaan siihen täytetty data tai null
- showModeless(URL, String, TYPE) - Static method in class fi.jyu.mit.fxgui.ModalController
-
Luodaan modeless dialogi ja palautetaan sen käsittelijä
- showQuestionDialog(String, String, String, String, Dialogs.AlertSetterInterface) - Static method in class fi.jyu.mit.fxgui.Dialogs
-
Näytetään dialogi, jossa itse valittava otsikko, kysymysteksti
ja kaksi itse valittavaa painiketta joista 1.
- showQuestionDialog(String, String, String, String) - Static method in class fi.jyu.mit.fxgui.Dialogs
-
Näytetään dialogi, jossa itse valittava otsikko, kysymysteksti
ja kaksi itse valittavaa painiketta joista 1.
- startEdit() - Method in class fi.jyu.mit.fxgui.StringGrid.StringGridCell
-
- StringAndObject<T> - Class in fi.jyu.mit.fxgui
-
Packeting class to hold the name alongside the actual object
- StringAndObject(String, T) - Constructor for class fi.jyu.mit.fxgui.StringAndObject
-
Creates a string and object -object for storing data
- StringGrid<TYPE> - Class in fi.jyu.mit.fxgui
-
StringGrid joka näyttää merkkijonotaulukon sisällön.
- StringGrid() - Constructor for class fi.jyu.mit.fxgui.StringGrid
-
Alustetaan taulukko
- StringGrid.GridRowItem<TYPE> - Class in fi.jyu.mit.fxgui
-
Alkio yhdelle riville.
- StringGrid.OnGridCell<TYPE> - Interface in fi.jyu.mit.fxgui
-
Rajapinta solun muokkaukselle
- StringGrid.OnGridLiveEdit<TYPE> - Interface in fi.jyu.mit.fxgui
-
Rajapinta solun editoinnille
- StringGrid.StringGridCell<TYPE> - Class in fi.jyu.mit.fxgui
-
Luokka yhdelle solulle
- StringGridCell(int) - Constructor for class fi.jyu.mit.fxgui.StringGrid.StringGridCell
-