All Classes Namespaces Files Functions Variables
autolaskuri.bind.AutolaskuriController Class Reference

Yksinkertainen autolaskuri, jossa painkikkeita painamalla voidaan kasvattaa laskureiden arvoja. More...

Inheritance diagram for autolaskuri.bind.AutolaskuriController:

Public Member Functions

void initialize (URL location, ResourceBundle resources)
 

Package Functions

void handleHA ()
 
void handleKA ()
 
void handleNollaa ()
 

Private Attributes

Label laskuriHA
 
Label laskuriKA
 
SimpleIntegerProperty ha = new SimpleIntegerProperty(0)
 
SimpleIntegerProperty ka = new SimpleIntegerProperty(0)
 

Detailed Description

Yksinkertainen autolaskuri, jossa painkikkeita painamalla voidaan kasvattaa laskureiden arvoja.

Author
vesal
Version
5.3.2016

Definition at line 17 of file AutolaskuriController.java.

Member Function Documentation

void autolaskuri.bind.AutolaskuriController.handleHA ( )
inlinepackage

Definition at line 29 of file AutolaskuriController.java.

void autolaskuri.bind.AutolaskuriController.handleKA ( )
inlinepackage

Definition at line 33 of file AutolaskuriController.java.

void autolaskuri.bind.AutolaskuriController.handleNollaa ( )
inlinepackage

Definition at line 37 of file AutolaskuriController.java.

void autolaskuri.bind.AutolaskuriController.initialize ( URL  location,
ResourceBundle  resources 
)
inline

Definition at line 24 of file AutolaskuriController.java.

Member Data Documentation

SimpleIntegerProperty autolaskuri.bind.AutolaskuriController.ha = new SimpleIntegerProperty(0)
private

Definition at line 20 of file AutolaskuriController.java.

SimpleIntegerProperty autolaskuri.bind.AutolaskuriController.ka = new SimpleIntegerProperty(0)
private

Definition at line 21 of file AutolaskuriController.java.

Label autolaskuri.bind.AutolaskuriController.laskuriHA
private

Definition at line 18 of file AutolaskuriController.java.

Label autolaskuri.bind.AutolaskuriController.laskuriKA
private

Definition at line 19 of file AutolaskuriController.java.


The documentation for this class was generated from the following file: