Uses of Class
org.malai.widget.MComboBox

Packages that use MComboBox
net.sf.latexdraw.instruments   
 

Uses of MComboBox in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MComboBox
protected  MComboBox ShapeArrowCustomiser.arrowLeftCB
          Allows to change the style of the left-end of the shape.
protected  MComboBox ShapeArrowCustomiser.arrowRightCB
          Allows to change the style of the right-end of the shape.
protected  MComboBox ShapeBorderCustomiser.bordersPosCB
          Allows to select the position of the borders of the shape.
protected  MComboBox ShapeDotCustomiser.dotCB
          Allows the selection of a dot shape.
protected  MComboBox ShapeFillingCustomiser.fillStyleCB
          Changes the style of filling.
protected  MComboBox PreferencesSetter.langList
          The list that contains the supported languages.
protected  MComboBox ShapeBorderCustomiser.lineCB
          Allows to change the style of the borders
protected  MComboBox DrawingPropertiesCustomiser.positionCB
          Defines the position of the drawing.
protected  MComboBox ShapeAxesCustomiser.shapeAxes
          The widget that permits to select the style of the axes.
protected  MComboBox ShapeAxesCustomiser.shapeTicks
          The widget that permits to select the style of the ticks.
protected  MComboBox ShapeAxesCustomiser.showLabels
          The widget that permits to set the visibility of the labels.
protected  MComboBox ShapeAxesCustomiser.showTicks
          The widget that permits to show/hide the ticks of the axes.
protected  MComboBox MagneticGridCustomiser.styleList
          Contains the different possible kind of grids.
protected  MComboBox PreferencesSetter.themeList
          The list that contains the supported theme.
protected  MComboBox PreferencesSetter.unitChoice
          Allows to set the unit of length by default.
 

Methods in net.sf.latexdraw.instruments that return MComboBox
static MComboBox ShapeBorderCustomiser.createBordersPositionChoice()
          Creates a list of the different positions of the borders.
static MComboBox ShapeDotCustomiser.createDotStyleChoice()
          Creates a list of the different styles of the dot.
static MComboBox ShapeFillingCustomiser.createFillingChoice()
          Creates a list that contains all kinds of hatchings.
static MComboBox ShapeArrowCustomiser.createLeftArrowStyleList()
          Creates a list of the different styles of arrowhead (left).
static MComboBox ShapeArrowCustomiser.createRightArrowStyleList()
          Creates a list of the different styles of arrowhead (right).
static MComboBox ShapeBorderCustomiser.createStyleLineChoice()
          Creates a list of the different styles of line.
static MComboBox MagneticGridCustomiser.createStyleList()
           
 MComboBox ShapeArrowCustomiser.getArrowLeftCB()
           
 MComboBox ShapeArrowCustomiser.getArrowRightCB()
           
 MComboBox ShapeBorderCustomiser.getBordersPosCB()
           
 MComboBox ShapeDotCustomiser.getDotCB()
           
 MComboBox ShapeFillingCustomiser.getFillStyleCB()
           
 MComboBox PreferencesSetter.getLangList()
           
 MComboBox ShapeBorderCustomiser.getLineCB()
           
 MComboBox DrawingPropertiesCustomiser.getPositionCB()
           
 MComboBox ShapeAxesCustomiser.getShapeAxes()
           
 MComboBox ShapeAxesCustomiser.getShapeTicks()
           
 MComboBox ShapeAxesCustomiser.getShowLabels()
           
 MComboBox ShapeAxesCustomiser.getShowTicks()
           
 MComboBox MagneticGridCustomiser.getStyleList()
           
 MComboBox PreferencesSetter.getThemeList()
           
 MComboBox PreferencesSetter.getUnitChoice()