Home / Development / Documentation / 2.0.44 / NodeDataInputListener
TreeGraph 2
 


info.bioinfweb.treegraph.gui.dialogs.nodebranchdatainput
Interface NodeDataInputListener


public interface NodeDataInputListener


Method Summary
 void newIDSelected(boolean selected)
          This Method is called if the user selects "label with new ID" or "branch data with new ID" from the combo box of NewNodeDataInput.
 

Method Detail

newIDSelected

void newIDSelected(boolean selected)
This Method is called if the user selects "label with new ID" or "branch data with new ID" from the combo box of NewNodeDataInput.

Parameters:
selected - true if one if the new ID entries was selected, false if another entry was selected (and a new ID entry was deselected).