31323334353637
{ public PnlTreeCellRendererTogCbx() { super(); super._tog = new GfrCbx(); }
5455565758596061626364
strLabelWhat, strTfdContent, strRightWhat, intWidthRight); this._cbx_ = new GfrCbx(strLabelCheckBox); this._cbx_.setSelected(isCheckboxSelected); this._cbx_.addActionListener((ActionListener)this);
4546474849505152535455
throws Exception { super(); this._blnStateOri = blnStateOri; this._cbx = new GfrCbx(strWhat); this._cbx.setSelected(blnStateOri); if (alrParent != null) this._cbx.addActionListener(alrParent);