Uses of Class
ARoad0.Gui2.GraphicSketchView

Packages that use GraphicSketchView
ARoad0.Gui1 Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. 
 

Uses of GraphicSketchView in ARoad0.Gui1
 

Fields in ARoad0.Gui1 declared as GraphicSketchView
private static GraphicSketchView InternalFrameModel.sketcherPane__
           
 

Methods in ARoad0.Gui1 that return GraphicSketchView
static GraphicSketchView InternalFrameModel.getSketcherPane()
          Gets the sketch view in the sketcher.
 

Methods in ARoad0.Gui1 with parameters of type GraphicSketchView
static void InternalFrame.openSketcher(GraphicSketchView _pane)
          Opens the sketcher if it is closed, or no operation.
(package private) static void InternalFrameModel.setSketcher(javax.swing.JInternalFrame _frame, GraphicSketchView _pane, boolean _withSketcher)
          Set the sketcher.