Uses of Class
org.malai.widget.MButton

Packages that use MButton
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
org.malai.instrument.library   
org.malai.widget   
 

Uses of MButton in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MButton
protected  MButton ShapeDeleter.deleteB
          The button used to remove the selected shapes.
protected  MButton ExceptionsManager.exceptionB
          The button used to shows the panel of exceptions.
protected  MButton ShapeGrouper.groupB
          The widget to group shapes.
protected  MButton FileLoaderSaver.loadButton
          The button used to load documents.
protected  MButton FileLoaderSaver.newButton
          The button used to create a new document.
protected  MButton Exporter.pdfButton
          The button used to export the drawing as a pdf document.
protected  MButton ShapeRotationCustomiser.rotate180Button
          The rotation button to perform 180 degree rotation.
protected  MButton ShapeRotationCustomiser.rotate270Button
          The rotation button to perform 270 degree rotation.
protected  MButton ShapeRotationCustomiser.rotate90Button
          The rotation button to perform 90 degree rotation.
protected  MButton FileLoaderSaver.saveButton
          The button used to save documents.
protected  MButton ShapeGrouper.sepB
          The widget to separate shapes.
protected  MButton Zoomer.zoomDefaultButton
          This button allows to set the default zoom level.
 

Methods in net.sf.latexdraw.instruments that return MButton
 MButton ShapeDeleter.getDeleteB()
           
 MButton ExceptionsManager.getExceptionB()
           
 MButton ShapeGrouper.getGroupB()
           
 MButton FileLoaderSaver.getLoadButton()
           
 MButton FileLoaderSaver.getNewButton()
           
 MButton Exporter.getPdfButton()
           
 MButton ShapeRotationCustomiser.getRotate180Button()
           
 MButton ShapeRotationCustomiser.getRotate270Button()
           
 MButton ShapeRotationCustomiser.getRotate90Button()
           
 MButton FileLoaderSaver.getSaveButton()
           
 MButton ShapeGrouper.getSepB()
           
 MButton Zoomer.getZoomDefaultButton()
           
 

Uses of MButton in net.sf.latexdraw.ui
 

Subclasses of MButton in net.sf.latexdraw.ui
 class CloseButton
          This class defines a button which allows the user to close a window

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 

Uses of MButton in org.malai.instrument.library
 

Fields in org.malai.instrument.library declared as MButton
protected  MButton UndoRedoManager.redoB
          The button used to redo actions.
protected  MButton UndoRedoManager.undoB
          The button used to undo actions.
 

Methods in org.malai.instrument.library that return MButton
 MButton UndoRedoManager.getRedoB()
           
 MButton UndoRedoManager.getUndoB()
           
 

Uses of MButton in org.malai.widget
 

Subclasses of MButton in org.malai.widget
 class MColorButton
          This widgets is based on a MButton.