Uses of Class
com.jidesoft.swing.TristateCheckBox

Packages that use TristateCheckBox
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
 

Uses of TristateCheckBox in com.jidesoft.swing
 

Subclasses of TristateCheckBox in com.jidesoft.swing
 class NullTristateCheckBox
          This is part of the null-components.
 

Fields in com.jidesoft.swing declared as TristateCheckBox
protected  TristateCheckBox CheckBoxTreeCellRenderer._checkBox
          The checkbox that is used to paint the check box in cell renderer
 

Methods in com.jidesoft.swing that return TristateCheckBox
protected  TristateCheckBox CheckBoxTreeCellRenderer.createCheckBox()
          Create the check box in the cell.
 TristateCheckBox CheckBoxTree.getCheckBox()
          Get the CheckBox used for CheckBoxTreeCellRenderer.
 

Methods in com.jidesoft.swing with parameters of type TristateCheckBox
 void CheckBoxTree.setCheckBox(TristateCheckBox checkBox)
          Set the CheckBox used for CheckBoxTreeCellRenderer.
protected  void CheckBoxTreeCellRenderer.updateCheckBoxState(TristateCheckBox checkBox, TreePath path, CheckBoxTreeSelectionModel selectionModel)
          Updates the check box state based on the selection in the selection model.
 

Constructors in com.jidesoft.swing with parameters of type TristateCheckBox
CheckBoxTreeCellRenderer(TreeCellRenderer renderer, TristateCheckBox checkBox)
           
 



Copyright © 2013. All Rights Reserved.