Uses of Class
nl.tudelft.simulation.dsol.gui.editor2D.Editor2DPanel

Packages that use Editor2DPanel
nl.tudelft.simulation.dsol.gui.editor2D   
nl.tudelft.simulation.dsol.gui.editor2D.actions   
nl.tudelft.simulation.dsol.gui.editor2D.mouse   
 

Uses of Editor2DPanel in nl.tudelft.simulation.dsol.gui.editor2D
 

Methods in nl.tudelft.simulation.dsol.gui.editor2D that return Editor2DPanel
 Editor2DPanel Editor2DFrame.getEditableAnimationPanel()
           
 

Constructors in nl.tudelft.simulation.dsol.gui.editor2D with parameters of type Editor2DPanel
EditMenu(String text, Editor2DPanel panel)
          Constructor
EditorToolbar(DSOLApplicationInterface application, Editor2DPanel panel)
          Constructor
 

Uses of Editor2DPanel in nl.tudelft.simulation.dsol.gui.editor2D.actions
 

Methods in nl.tudelft.simulation.dsol.gui.editor2D.actions with parameters of type Editor2DPanel
static void EditorUtilities.addPointToEditable(EditableRenderable2DInterface target, Editor2DPanel panel)
          add a point behind the last point of the editable
static void EditorUtilities.deleteEditable(EditableRenderable2DInterface target, Editor2DPanel panel)
          delete the selected editable
static Renderable2DInterface EditorUtilities.determineSelected(Point2D worldCoordinate, Editor2DPanel panel)
          determine selected object as the mouse CartesianPoint.
static List EditorUtilities.determineTargets(Point2D worldCoordinate, Editor2DPanel panel)
          determine the targeted objects at the mouse CartesianPoint
static void EditorUtilities.instantiateNewEditable(Point2D worldCoordinate, DSOLApplicationInterface application, Editor2DPanel panel)
          instantiate a new editable
static void EditorUtilities.moveSelectedPoint(EditableRenderable2DInterface target, Point2D worldCoordinate, Editor2DPanel panel)
          move the selected control point
static Renderable2DInterface EditorUtilities.selectEditable(Point2D worldCoordinate, Editor2DPanel panel)
          determine the selected object
 

Constructors in nl.tudelft.simulation.dsol.gui.editor2D.actions with parameters of type Editor2DPanel
EditMenuActions(EditMenu source, Editor2DPanel panel)
          Constructor
EditorToolbarActions(EditorToolbar source, Editor2DPanel panel)
          Constructor
 

Uses of Editor2DPanel in nl.tudelft.simulation.dsol.gui.editor2D.mouse
 

Fields in nl.tudelft.simulation.dsol.gui.editor2D.mouse declared as Editor2DPanel
protected  Editor2DPanel EditorInputListener.panel
          the source panel
 



Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.