All Classes Namespaces Files Functions Variables
hello.bind.HelloWorldController Class Reference

Käsittelijäluokka HelloWorld-sovellukselle. More...

Inheritance diagram for hello.bind.HelloWorldController:

Public Member Functions

void initialize (URL location, ResourceBundle resources)
 
void setViesti (String msg)
 

Private Member Functions

void handlePressed ()
 

Private Attributes

Label label
 
SimpleStringProperty ilmoitus = new SimpleStringProperty("Hello World!")
 
String viesti = "Well Done!"
 

Detailed Description

Käsittelijäluokka HelloWorld-sovellukselle.

Author
vesal
Version
4.3.2016

Definition at line 15 of file HelloWorldController.java.

Member Function Documentation

void hello.bind.HelloWorldController.handlePressed ( )
inlineprivate

Definition at line 18 of file HelloWorldController.java.

void hello.bind.HelloWorldController.initialize ( URL  location,
ResourceBundle  resources 
)
inline

Definition at line 28 of file HelloWorldController.java.

void hello.bind.HelloWorldController.setViesti ( String  msg)
inline
Parameters
msgmikä viesti tulee painikkeen painamisesta

Definition at line 36 of file HelloWorldController.java.

Member Data Documentation

SimpleStringProperty hello.bind.HelloWorldController.ilmoitus = new SimpleStringProperty("Hello World!")
private

Definition at line 23 of file HelloWorldController.java.

Label hello.bind.HelloWorldController.label
private

Definition at line 16 of file HelloWorldController.java.

String hello.bind.HelloWorldController.viesti = "Well Done!"
private

Definition at line 24 of file HelloWorldController.java.


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