Uses of Class
org.malai.widget.MTextField

Packages that use MTextField
net.sf.latexdraw.instruments   
 

Uses of MTextField in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MTextField
protected  MTextField DrawingPropertiesCustomiser.labelField
          The field that changes the label of the drawing.
protected  MTextField PreferencesSetter.pathExportField
          This textField allows to set the default directories for exporting actions.
protected  MTextField PreferencesSetter.pathOpenField
          This textField allows to set the default directories for open/save actions.
protected  MTextField PreferencesSetter.pathTexEditorField
          The field used to modifies the path of the selected latex editor.
protected  MTextField DrawingPropertiesCustomiser.titleField
          The field that changes the title of the drawing.
 

Methods in net.sf.latexdraw.instruments that return MTextField
 MTextField DrawingPropertiesCustomiser.getLabelField()
           
 MTextField PreferencesSetter.getPathExportField()
           
 MTextField PreferencesSetter.getPathOpenField()
           
 MTextField PreferencesSetter.getPathTexEditorField()
           
 MTextField DrawingPropertiesCustomiser.getTitleField()