Uses of Class
com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout.DrawingPanel

Packages that use DrawingPanel
com.ebmwebsourcing.webdesigner.presentation.gwt.client.component   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.event   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.log   
 

Uses of DrawingPanel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component that return DrawingPanel
 DrawingPanel DiagramComponentHelper.getCurrentDiagramDrawingPanel()
           
 

Uses of DrawingPanel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer that return DrawingPanel
 DrawingPanel DesignerModel.getDrawingPanelBySyntaxModelId(java.lang.String id)
           
 

Uses of DrawingPanel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax that return DrawingPanel
 DrawingPanel DiagramElementInstance.getDrawingPanel()
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.diagram.syntax with parameters of type DrawingPanel
DiagramElementInstance(com.google.gwt.user.client.ui.Widget viewInstance, DrawingPanel drawingPanel, DiagramElementType elementType)
           
DiagramElementInstance(com.google.gwt.user.client.ui.Widget viewInstance, DrawingPanel drawingPanel, DiagramElementType elementType, DiagramModel model)
           
 

Uses of DrawingPanel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.event
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.event with parameters of type DrawingPanel
 void DesignerListenerAdapter.onLoadDiagram(DiagramSyntax syntax, SyntaxModel model, DrawingPanel drawinPanel)
           
 void DesignerListener.onLoadDiagram(DiagramSyntax syntax, SyntaxModel model, DrawingPanel drawinPanel)
           
 void DrawingPanelTabListener.onTabChange(DrawingPanel currentDrawingPanel)
           
 void DrawingPanelTabListenerAdapter.onTabChange(DrawingPanel currentDrawingPanel)
           
 

Uses of DrawingPanel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout that return DrawingPanel
 DrawingPanel DrawingPanelTab.getCurrentDrawingPanel()
           
 DrawingPanel DDPaletteHandler.getDrawingPanel()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout that return types with arguments of type DrawingPanel
 java.util.HashMap<java.lang.String,DrawingPanel> DrawingPanelTab.getDrawingPanels()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout with parameters of type DrawingPanel
 void DrawingPanelTab.addDrawingPanel(DrawingPanel drawingPanel)
           
 void DrawingPanelTab.removeDrawingPanel(DrawingPanel drawingPanel)
           
 void DDPaletteHandler.setDrawingPanel(DrawingPanel drawingPanel)
           
 

Uses of DrawingPanel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log that return DrawingPanel
 DrawingPanel Log.getDrawingPanel()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log with parameters of type DrawingPanel
 void Log.setDrawingPanel(DrawingPanel drawingPanel)
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.log with parameters of type DrawingPanel
Log(DrawingPanel panel)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.