All Classes Namespaces Files Functions Variables
fi.jyu.mit.fxgui.CheckBoxChooser< T > Class Reference

Simple CheckBoxchooser. More...

Inheritance diagram for fi.jyu.mit.fxgui.CheckBoxChooser< T >:

Protected Member Functions

void removeListener (CheckBox node, ArrayList< ChangeListener< Boolean >> list)
 
CheckBox addCorrectComponent (String name, T object)
 
void addChangeListener (CheckBox box, ChangeListener< Boolean > listener)
 
boolean isComponentSelected (CheckBox component)
 
boolean setComponentSelected (CheckBox component, boolean value)
 

Detailed Description

Simple CheckBoxchooser.

Author
terop
Version
13.1.2017
Parameters
<T>type of objects to save

Definition at line 14 of file CheckBoxChooser.java.

Member Function Documentation

void fi.jyu.mit.fxgui.CheckBoxChooser< T >.addChangeListener ( CheckBox  box,
ChangeListener< Boolean >  listener 
)
inlineprotected

Definition at line 34 of file CheckBoxChooser.java.

CheckBox fi.jyu.mit.fxgui.CheckBoxChooser< T >.addCorrectComponent ( String  name,
object 
)
inlineprotected

Definition at line 26 of file CheckBoxChooser.java.

boolean fi.jyu.mit.fxgui.CheckBoxChooser< T >.isComponentSelected ( CheckBox  component)
inlineprotected

Definition at line 40 of file CheckBoxChooser.java.

void fi.jyu.mit.fxgui.CheckBoxChooser< T >.removeListener ( CheckBox  node,
ArrayList< ChangeListener< Boolean >>  list 
)
inlineprotected

Definition at line 17 of file CheckBoxChooser.java.

boolean fi.jyu.mit.fxgui.CheckBoxChooser< T >.setComponentSelected ( CheckBox  component,
boolean  value 
)
inlineprotected

Definition at line 46 of file CheckBoxChooser.java.


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