Uses of Interface
net.sf.jaxodraw.object.JaxoObjectEditPanel

Packages that use JaxoObjectEditPanel
net.sf.jaxodraw.gui.panel.edit Edit panels that allow to edit JaxoObjects. 
net.sf.jaxodraw.object Collection of objects that can be drawn by JaxoDraw. 
net.sf.jaxodraw.object.arc Arc objects. 
net.sf.jaxodraw.object.bezier Bezier objects. 
net.sf.jaxodraw.object.fill Fill objects, ie objects that have a fill color. 
net.sf.jaxodraw.object.group Group objects. 
net.sf.jaxodraw.object.line Line objects. 
net.sf.jaxodraw.object.loop Loop objects. 
net.sf.jaxodraw.object.text Text objects. 
net.sf.jaxodraw.object.vertex Vertex objects. 
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.gui.panel.edit
 

Classes in net.sf.jaxodraw.gui.panel.edit that implement JaxoObjectEditPanel
 class JaxoOptionsPanel
          A parent class for all option panels.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object
 

Methods in net.sf.jaxodraw.object with parameters of type JaxoObjectEditPanel
abstract  void JaxoObject.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object.arc
 

Methods in net.sf.jaxodraw.object.arc with parameters of type JaxoObjectEditPanel
 void JaxoPArc.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoGArc.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoSArc.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoFArc.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoGlArc.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object.bezier
 

Methods in net.sf.jaxodraw.object.bezier with parameters of type JaxoObjectEditPanel
 void JaxoGBezier.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoFBezier.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoPBezier.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoGlBezier.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoSBezier.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object.fill
 

Methods in net.sf.jaxodraw.object.fill with parameters of type JaxoObjectEditPanel
 void JaxoBlob.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoBox.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object.group
 

Methods in net.sf.jaxodraw.object.group with parameters of type JaxoObjectEditPanel
 void JaxoGroup.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object.line
 

Methods in net.sf.jaxodraw.object.line with parameters of type JaxoObjectEditPanel
 void JaxoSLine.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoZigZagLine.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoFLine.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoGlLine.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoPLine.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoGLine.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object.loop
 

Methods in net.sf.jaxodraw.object.loop with parameters of type JaxoObjectEditPanel
 void JaxoGLoop.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoPLoop.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoGlLoop.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoSLoop.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoFLoop.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object.text
 

Methods in net.sf.jaxodraw.object.text with parameters of type JaxoObjectEditPanel
 void JaxoPSText.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoLatexText.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 

Uses of JaxoObjectEditPanel in net.sf.jaxodraw.object.vertex
 

Methods in net.sf.jaxodraw.object.vertex with parameters of type JaxoObjectEditPanel
 void JaxoVertexT4.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoVertexT5.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoVertexT6.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoVertexT3.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoVertexT2.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
 void JaxoVertexT1.prepareEditPanel(JaxoObjectEditPanel editPanel)
          Initializes the given editPanel to edit properties of this JaxoObject.
protected  void JaxoVertex.prepareGenericPanel(JaxoObjectEditPanel editPanel, String iconName)
          Prepares a simple edit panel to edit coordinates and color.
 



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.