Uses of Class
org.malai.widget.MCheckBoxMenuItem

Packages that use MCheckBoxMenuItem
net.sf.latexdraw.instruments   
 

Uses of MCheckBoxMenuItem in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MCheckBoxMenuItem
protected  MCheckBoxMenuItem ScaleRulersCustomiser.unitCmItem
          The menu for the centimetre unit.
protected  MCheckBoxMenuItem ScaleRulersCustomiser.unitInchItem
          The menu for the inch unit.
protected  MCheckBoxMenuItem ScaleRulersCustomiser.xRulerItem
          The menu item that (des-)activate the x-scale ruler.
protected  MCheckBoxMenuItem ScaleRulersCustomiser.yRulerItem
          The menu item that (des-)activate the y-scale ruler.
 

Methods in net.sf.latexdraw.instruments that return MCheckBoxMenuItem
 MCheckBoxMenuItem ScaleRulersCustomiser.getUnitCmItem()
           
 MCheckBoxMenuItem ScaleRulersCustomiser.getUnitInchItem()
           
 MCheckBoxMenuItem ScaleRulersCustomiser.getxRulerItem()
           
 MCheckBoxMenuItem ScaleRulersCustomiser.getyRulerItem()