Uses of Class
org.malai.widget.MToggleButton

Packages that use MToggleButton
net.sf.latexdraw.instruments   
 

Uses of MToggleButton in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MToggleButton
protected  MToggleButton EditingSelector.arcB
          The button that allows to select the instrument Pencil to add arcs.
protected  MToggleButton ShapeArcCustomiser.arcB
          The toggle button that selects the arc style.
protected  MToggleButton EditingSelector.axesB
          The button that allows to select the instrument Pencil to add axes.
protected  MToggleButton TextCustomiser.bButton
          The button that selects the bottom text position.
protected  MToggleButton EditingSelector.bezierB
          The button that allows to select the instrument Pencil to add bezier curves.
protected  MToggleButton EditingSelector.bezierClosedB
          The button that allows to select the instrument Pencil to add closed bezier curves.
protected  MToggleButton TextCustomiser.blButton
          The button that selects the bottom-left text position.
protected  MToggleButton TextCustomiser.brButton
          The button that selects the bottom-right text position.
protected  MToggleButton ShapeArcCustomiser.chordB
          The toggle button that selects the chord style.
protected  MToggleButton EditingSelector.circleB
          The button that allows to select the instrument Pencil to add circles.
protected  MToggleButton EditingSelector.dotB
          The button that allows to select the instrument Pencil to draw dots.
protected  MToggleButton EditingSelector.ellipseB
          The button that allows to select the instrument Pencil to add ellipses.
protected  MToggleButton EditingSelector.freeHandB
          The button that allows to select the instrument Pencil to draw free hand shapes.
protected  MToggleButton EditingSelector.gridB
          The button that allows to select the instrument Pencil to add grids.
protected  MToggleButton EditingSelector.handB
          The button that allows to select the instrument Hand.
protected  MToggleButton ShapeGridCustomiser.labelsXInvertedCB
          The field that defines the X-coordinates of the labels.
protected  MToggleButton ShapeGridCustomiser.labelsYInvertedCB
          The field that defines the Y-coordinates of the labels.
protected  MToggleButton EditingSelector.linesB
          The button that allows to select the instrument Pencil to add lines.
protected  MToggleButton EditingSelector.picB
          The button that allows to select the instrument Pencil to add pictures.
protected  MToggleButton EditingSelector.polygonB
          The button that allows to select the instrument Pencil to add polygons.
protected  MToggleButton EditingSelector.recB
          The button that allows to select the instrument Pencil to add rectangles.
protected  MToggleButton EditingSelector.rhombusB
          The button that allows to select the instrument Pencil to add rhombuses.
protected  MToggleButton EditingSelector.squareB
          The button that allows to select the instrument Pencil to add squares.
protected  MToggleButton TextCustomiser.tButton
          The button that selects the top text position.
protected  MToggleButton EditingSelector.textB
          The button that allows to select the instrument Pencil to add texts.
protected  MToggleButton TextCustomiser.tlButton
          The button that selects the top-left text position.
protected  MToggleButton TextCustomiser.trButton
          The button that selects the top-right text position.
protected  MToggleButton EditingSelector.triangleB
          The button that allows to select the instrument Pencil to add triangles.
protected  MToggleButton ShapeArcCustomiser.wedgeB
          The toggle button that selects the wedge style.
 

Fields in net.sf.latexdraw.instruments with type parameters of type MToggleButton
protected  java.util.Map<MToggleButton,EditionChoice> EditingSelector.button2EditingChoiceMap
           
 

Methods in net.sf.latexdraw.instruments that return MToggleButton
 MToggleButton EditingSelector.getArcB()
           
 MToggleButton ShapeArcCustomiser.getArcB()
           
 MToggleButton EditingSelector.getAxesB()
           
 MToggleButton TextCustomiser.getBButton()
           
 MToggleButton EditingSelector.getBezierB()
           
 MToggleButton EditingSelector.getBezierClosedB()
           
 MToggleButton TextCustomiser.getBlButton()
           
 MToggleButton TextCustomiser.getBrButton()
           
 MToggleButton ShapeArcCustomiser.getChordB()
           
 MToggleButton EditingSelector.getCircleB()
           
 MToggleButton EditingSelector.getDotB()
           
 MToggleButton EditingSelector.getEllipseB()
           
 MToggleButton EditingSelector.getFreeHandB()
           
 MToggleButton EditingSelector.getGridB()
           
 MToggleButton EditingSelector.getHandB()
           
 MToggleButton ShapeGridCustomiser.getLabelsXInvertedCB()
           
 MToggleButton ShapeGridCustomiser.getLabelsYInvertedCB()
           
 MToggleButton EditingSelector.getLinesB()
           
 MToggleButton EditingSelector.getPicB()
           
 MToggleButton EditingSelector.getPolygonB()
           
 MToggleButton EditingSelector.getRecB()
           
 MToggleButton EditingSelector.getRhombusB()
           
 MToggleButton EditingSelector.getSquareB()
           
 MToggleButton TextCustomiser.getTButton()
           
 MToggleButton EditingSelector.getTextB()
           
 MToggleButton TextCustomiser.getTlButton()
           
 MToggleButton TextCustomiser.getTrButton()
           
 MToggleButton EditingSelector.getTriangleB()
           
 MToggleButton ShapeArcCustomiser.getWedgeB()