Skip navigation links
A B C D F G H I L M N O R S T U W 

A

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ä

B

BaseBoxChooser<TO,TC extends Node> - Class in fi.jyu.mit.fxgui
Base class for any single object that want to be added in multiples and then selected
BaseBoxChooser() - Constructor for class fi.jyu.mit.fxgui.BaseBoxChooser
Initializes the control.
boxes - Variable in class fi.jyu.mit.fxgui.BaseBoxChooser
All of the components that were created

C

cancelEdit() - Method in class fi.jyu.mit.fxgui.StringGrid.StringGridCell
 
changeListenersForRemoval - Variable in class fi.jyu.mit.fxgui.BaseBoxChooser
Stored listeners for easy removal
CheckBoxChooser<T> - Class in fi.jyu.mit.fxgui
Simple CheckBoxchooser
CheckBoxChooser() - Constructor for class fi.jyu.mit.fxgui.CheckBoxChooser
 
Chooser<T> - Interface in fi.jyu.mit.fxgui
Simple interface for all different choosers
clear() - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
Clears the ObservableList that holds the objects
clear() - Method in interface fi.jyu.mit.fxgui.Chooser
Clears the components of objects
clear() - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
Clears the ObservableList that holds the objects
clear() - Method in class fi.jyu.mit.fxgui.ListChooser
Clears the ObservableList that holds the objects
clear() - Method in class fi.jyu.mit.fxgui.StringGrid
Poistaa kaikki rivit;
close() - Method in class fi.jyu.mit.fxgui.TextAreaOutputStream
 
close() - Method in class fi.jyu.mit.fxgui.TextAreaWriter
 
closeStage(Node) - Static method in class fi.jyu.mit.fxgui.ModalController
Sulkee stagen johon node kuuluu
ComboBoxChooser<T> - Class in fi.jyu.mit.fxgui
A custom ComboBox control that supports easy addition of items in Scene Builder.
ComboBoxChooser() - Constructor for class fi.jyu.mit.fxgui.ComboBoxChooser
Initializes the control.

D

Dialogs - Class in fi.jyu.mit.fxgui
 
Dialogs() - Constructor for class fi.jyu.mit.fxgui.Dialogs
 
Dialogs.AlertSetterInterface - Interface in fi.jyu.mit.fxgui
Rajapinta dialogin asettamisen takaisinkutsulle
Dialogs.TextInputDialogSetterInterface - Interface in fi.jyu.mit.fxgui
Rajapinta dialogin asettamisen takaisinkutsulle
disableColumnReOrder() - Method in class fi.jyu.mit.fxgui.StringGrid
Estetään sarakkeiden järjestäminen.

F

fi.jyu.mit.fxgui - package fi.jyu.mit.fxgui
 
findRowNr(StringGrid.GridRowItem<TYPE>) - Method in class fi.jyu.mit.fxgui.StringGrid
 
flush() - Method in class fi.jyu.mit.fxgui.TextAreaOutputStream
 
flush() - Method in class fi.jyu.mit.fxgui.TextAreaWriter
 
Functions - Class in fi.jyu.mit.fxgui
Apufunktioita JavaFX-olioiden käsittelyyn
Functions() - Constructor for class fi.jyu.mit.fxgui.Functions
 

G

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
 

H

handleShown() - Method in class fi.jyu.mit.fxgui.ModalController
Mitä tehdään kun dialogi on näytetty
handleShown() - Method in interface fi.jyu.mit.fxgui.ModalControllerInterface
Mitä tehdään kun dialogi on öaitettu näkyville.

I

initialize(CONTROLLERTYPE) - Method in interface fi.jyu.mit.fxgui.ModalController.ModalInitializeInterface
 
initialize() - Method in class fi.jyu.mit.fxgui.StringGrid
Initializes the control.
initTable(String...) - Method in class fi.jyu.mit.fxgui.StringGrid
Lisätään taulukkoon otsikot-mukaisesti sarakkeet ja
isComponentSelected(TC) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
Returns if the component should be selected by the baseboxchooser for getItems
isComponentSelected(CheckBox) - Method in class fi.jyu.mit.fxgui.CheckBoxChooser
 
isComponentSelected(RadioButton) - Method in class fi.jyu.mit.fxgui.RadioButtonChooser
 
items - Variable in class fi.jyu.mit.fxgui.BaseBoxChooser
The stored items inside this system

L

lambdaListeners - Variable in class fi.jyu.mit.fxgui.BaseBoxChooser
Listeners for everyone who registered to any kind of changes for this object
ListChooser<T> - Class in fi.jyu.mit.fxgui
A custom ListView control that supports easy addition of items in Scene Builder.
ListChooser() - Constructor for class fi.jyu.mit.fxgui.ListChooser
Initializes the control.

M

ModalController<TYPE> - Class in fi.jyu.mit.fxgui
Modaalisen dialogin näyttäminen
ModalController() - Constructor for class fi.jyu.mit.fxgui.ModalController
 
ModalController.ModalInitializeInterface<TYPE,CONTROLLERTYPE extends ModalControllerInterface<TYPE>> - Interface in fi.jyu.mit.fxgui
Funktionaalinen rajapinta takaisinkutsulle luokan alustamiseksi
ModalControllerInterface<TYPE> - Interface in fi.jyu.mit.fxgui
Rajapinta modaalien dialogien käsittelijöille
MultipleChooser<T> - Interface in fi.jyu.mit.fxgui
Allows selecting multiples of some items from the component
multipleSelectionsAllowed - Variable in class fi.jyu.mit.fxgui.RadioButtonChooser
Should multiple selections be allowed

N

nollataanko - Variable in class fi.jyu.mit.fxgui.BaseBoxChooser
Should the components example data be reset at start

O

onCellString - Variable in class fi.jyu.mit.fxgui.StringGrid
Käsittelijä solun merkkijonolle
onCellValue - Variable in class fi.jyu.mit.fxgui.StringGrid
Käsittelijä lajitteluarvolle
onEdit(StringGrid<TYPE>, TYPE, String, int, int, TextField) - Method in interface fi.jyu.mit.fxgui.StringGrid.OnGridLiveEdit
Metodi jota kutsutaan kun solua muokataan
onGetCell(StringGrid<TYPE>, TYPE, String, int, int) - Method in interface fi.jyu.mit.fxgui.StringGrid.OnGridCell
Metodi jota kutsutaan kun tarvitaan solun sisältöä
onGridEdit - Variable in class fi.jyu.mit.fxgui.StringGrid
Käsittelijä muokkauksille
onGridLiveEdit - Variable in class fi.jyu.mit.fxgui.StringGrid
Käsittelijä reaaliaikaisille muokkauksille

R

RadioButtonChooser<T> - Class in fi.jyu.mit.fxgui
Allows multiple radiobuttons to be selected and managed with only 1 component
RadioButtonChooser() - Constructor for class fi.jyu.mit.fxgui.RadioButtonChooser
 
removeListener(TC, ArrayList<ChangeListener<Boolean>>) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
Removes all the listeners from the node from the property they may be linked to
removeListener(CheckBox, ArrayList<ChangeListener<Boolean>>) - Method in class fi.jyu.mit.fxgui.CheckBoxChooser
 
removeListener(RadioButton, ArrayList<ChangeListener<Boolean>>) - Method in class fi.jyu.mit.fxgui.RadioButtonChooser
 
removeMnemonic(String) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
Poistetaan alleviiva
removeMnemonic(String) - Method in interface fi.jyu.mit.fxgui.Chooser
Poistetaan alleviiva
removeMnemonic(String) - Method in class fi.jyu.mit.fxgui.ComboBoxChooser
Poistetaan alleviiva
removeMnemonic(String) - Method in class fi.jyu.mit.fxgui.ListChooser
Poistetaan alleviiva
rivit - Variable in class fi.jyu.mit.fxgui.BaseBoxChooser
StringProperty for asking the example data from the scenebuilder

S

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
 

T

TextAreaOutputStream - Class in fi.jyu.mit.fxgui
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.
TextAreaOutputStream(TextArea) - Constructor for class fi.jyu.mit.fxgui.TextAreaOutputStream
 
TextAreaWriter - Class in fi.jyu.mit.fxgui
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.
TextAreaWriter(TextArea) - Constructor for class fi.jyu.mit.fxgui.TextAreaWriter
 
toString() - Method in class fi.jyu.mit.fxgui.StringAndObject
 

U

UpdateComponents(ObservableList<StringAndObject<TO>>) - Method in class fi.jyu.mit.fxgui.BaseBoxChooser
Updates the components to match given list
updateItem(String, boolean) - Method in class fi.jyu.mit.fxgui.StringGrid.StringGridCell
 

W

write(int) - Method in class fi.jyu.mit.fxgui.TextAreaOutputStream
 
write(byte[], int, int) - Method in class fi.jyu.mit.fxgui.TextAreaOutputStream
 
write(char[], int, int) - Method in class fi.jyu.mit.fxgui.TextAreaWriter
 
A B C D F G H I L M N O R S T U W 
Skip navigation links