Uses of Class
net.sf.latexdraw.ui.WidgetMiniToolbar

Packages that use WidgetMiniToolbar
net.sf.latexdraw.ui   
 

Uses of WidgetMiniToolbar in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as WidgetMiniToolbar
protected  WidgetMiniToolbar ToolbarBuilder.bezierListB
          The toolbar that contains the widgets to create curve-like shapes.
protected  WidgetMiniToolbar ToolbarBuilder.drawingB
          The toolbar that contains the widgets to customise the drawing's properties.
protected  WidgetMiniToolbar ToolbarBuilder.ellipseListB
          The toolbar that contains the widgets to create ellipse-like shapes.
protected  WidgetMiniToolbar ToolbarBuilder.gridListB
          The toolbar that contains the widgets to create grid-like shapes.
protected  WidgetMiniToolbar ToolbarBuilder.magneticGridB
          The toolbar that contains the widgets to customise the magnetic grid.
protected  WidgetMiniToolbar ToolbarBuilder.polygonListB
          The toolbar that contains the widgets to create polygon-like shapes.
protected  WidgetMiniToolbar ToolbarBuilder.recListB
          The toolbar that contains the widgets to create rectangle-like shapes.
 

Fields in net.sf.latexdraw.ui with type parameters of type WidgetMiniToolbar
protected  java.util.Map<java.awt.Component,WidgetMiniToolbar> PropertiesToolbarBuilder.mapContainers
          The hash map used to map a widget to its container.
protected  java.util.Map<java.awt.Component,WidgetMiniToolbar> ToolbarBuilder.mapContainers
          The hash map used to map a widget to its container.
 

Methods in net.sf.latexdraw.ui that return WidgetMiniToolbar
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeAxesPropertiesToolbar(ShapeAxesCustomiser cust, LCanvas canvas)
          Creates the toolbar containing the widgets that customises axes.
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeDimPosPropertiesToolbar(ShapeCoordDimCustomiser cust, LCanvas canvas)
           
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeGridLabelsPropertiesToolbar(ShapeAxesCustomiser axeCust, ShapeGridCustomiser stdGridCust, LCanvas canvas)
          Creates the toolbar containing the widgets that customises grids' labels.
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeGridPropertiesToolbar(ShapeGridCustomiser cust, LCanvas canvas)
           
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeTextPositionToolbar(TextCustomiser textCustomiser, LCanvas canvas)
           
protected  WidgetMiniToolbar PropertiesToolbarBuilder.composeTextPropertiesToolbar(TextCustomiser textCustomiser, LCanvas canvas)
           
 

Constructors in net.sf.latexdraw.ui with parameters of type WidgetMiniToolbar
WidgetMiniToolbar.WindowWidgets(javax.swing.JFrame owner, javax.swing.JPanel buttonsPanel, WidgetMiniToolbar list)