java.lang.Object
javax.swing.tree.DefaultTreeSelectionModel
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.importers.biopax.gui.CheckTreeSelectionModel
All Implemented Interfaces:
Serializable, Cloneable, TreeSelectionModel

public class CheckTreeSelectionModel
extends DefaultTreeSelectionModel
You can ask the the above selection model whether B is selected as below: checkSelectionModel.isPathSelected(getPath(B), true); // the second argument tells that selection is to be digged.
Author:
ricardo
See Also:
Serialized Form