java Programming Glossary: itembean
Updating TableView row appearance http://stackoverflow.com/questions/16153838/updating-tableview-row-appearance  call TableColumn tableColumn return new TableCell ItemBean Object  @Override public void updateItem Object item boolean.. getItem .toString  setGraphic null  int indice getIndex  ItemBean bean null  if indice getTableView .getItems .size  bean getTableView.. update of the TableView EDITED INFORMATION I changed the ItemBean class to use BooleanProperty and it solved partially public.. 
 
 
     
      |