Uses of Class
net.sf.latexdraw.actions.ShapePropertyAction

Packages that use ShapePropertyAction
net.sf.latexdraw.actions   
net.sf.latexdraw.instruments   
 

Uses of ShapePropertyAction in net.sf.latexdraw.actions
 

Subclasses of ShapePropertyAction in net.sf.latexdraw.actions
 class ModifyPencilParameter
          This action modifies a parameter of the pencil and updates its corresponding instrument.
 class ModifyShapeProperty
          This action modifies a shape property of the given shape.
 

Uses of ShapePropertyAction in net.sf.latexdraw.instruments
 

Classes in net.sf.latexdraw.instruments with type parameters of type ShapePropertyAction
(package private)  class Button2ArcStyle<T extends ShapePropertyAction>
           
(package private)  class ButtonPressedForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser>
          This link maps a button to an object.
(package private)  class CheckBoxForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser>
          This link maps a checkbox to an object.
(package private)  class ColourButtonForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser>
          This link maps a colour button to an object.
(package private)  class ListForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser>
          This link maps a list widget to an object.
private static class ShapeAxesCustomiser.CheckBox2CustomAxes<A extends ShapePropertyAction>
          Maps a checkbox to an action that modifies several axes' parameters.
private static class ShapeAxesCustomiser.Combobox2CustomAxes<A extends ShapePropertyAction>
          Maps a combobox to an action that modifies the axe's style.
private static class ShapeAxesCustomiser.Spinner2CustomAxes<A extends ShapePropertyAction>
          Maps a spinner to an action that modifies several axes' parameters.
private static class ShapeGridCustomiser.CheckBox4ShapeGridCust<A extends ShapePropertyAction>
           
private static class ShapeGridCustomiser.Spinner2ModifyGridCoords<A extends ShapePropertyAction>
           
(package private)  class Spinner2ArrowParam<A extends ShapePropertyAction>
           
(package private)  class SpinnerForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser>
          This link maps a spinner to an object.
 

Methods in net.sf.latexdraw.instruments with parameters of type ShapePropertyAction
protected static void Spinner2SelectionFilling.setProperty(javax.swing.JSpinner spinner, ShapeFillingCustomiser sfc, ShapePropertyAction act)
           
protected static void Spinner2SelectionFilling.setValue(javax.swing.JSpinner spinner, ShapeFillingCustomiser sfc, ShapePropertyAction act)