Uses of Interface
com.ebmwebsourcing.webdesigner.business.domain.syntaxloader.SyntaxModel

Packages that use SyntaxModel
com.ebmwebsourcing.webdesigner.business.domain.mock   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.component   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.event   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.helper   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.rpc   
com.ebmwebsourcing.webdesigner.server.service   
com.ebmwebsourcing.webdesigner.server.syntaxloader   
 

Uses of SyntaxModel in com.ebmwebsourcing.webdesigner.business.domain.mock
 

Classes in com.ebmwebsourcing.webdesigner.business.domain.mock that implement SyntaxModel
 class StupidBeanSyntaxModel
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component that return SyntaxModel
 SyntaxModel DrawingPanelComponent.getModel()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component with parameters of type SyntaxModel
 void DrawingPanelComponent.setModel(SyntaxModel model)
          The component gets the model when it is invoked
 

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

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer that return types with arguments of type SyntaxModel
 java.util.HashMap<java.lang.String,SyntaxModel> DesignerModel.getAllLoadedSyntaxModel()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer with parameters of type SyntaxModel
 void DesignerController.loadDiagram(DiagramSyntax syntax, SyntaxModel model)
          Loads a new diagram in a new tab
 void Designer.loadDiagram(DiagramSyntax syntax, SyntaxModel model)
           
 void DesignerController.refreshDiagram(java.lang.String id, SyntaxModel model, boolean activate)
          Reload a diagram with a specific id with the specified model
 

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

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

Uses of SyntaxModel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.helper
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.helper with parameters of type SyntaxModel
 void FileToModelUploaderListenerAdapter.onSucces(SyntaxModel model)
           
 void FileToModelUploaderListener.onSucces(SyntaxModel model)
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.helper with parameters of type SyntaxModel
ModelToFileDownloader(SyntaxModel model, java.lang.String syntaxName, java.lang.String version, java.lang.String fileToDownloadFormat, Designer designer)
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout that return SyntaxModel
 SyntaxModel DrawingPanel.getSyntaxModel()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout with parameters of type SyntaxModel
 void DrawingPanel.setSyntaxModel(SyntaxModel syntaxModel)
           
 

Constructors in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout with parameters of type SyntaxModel
DrawingPanel(DiagramSyntax syntax, SyntaxModel syntaxModel, DDPaletteHandler ddPaletteHandler)
           
 

Uses of SyntaxModel in com.ebmwebsourcing.webdesigner.presentation.gwt.client.rpc
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.rpc that return SyntaxModel
 SyntaxModel WebDesignerService.loadModelFromFile(java.lang.String syntaxName, java.lang.String version, java.lang.String fileUrl, java.lang.String fileFormat)
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.rpc with parameters of type SyntaxModel
 java.lang.String WebDesignerService.createFileFromModel(SyntaxModel model, java.lang.String syntaxName, java.lang.String version, java.lang.String fileFormat)
           
 void WebDesignerServiceAsync.createFileFromModel(SyntaxModel model, java.lang.String syntaxName, java.lang.String version, java.lang.String fileFormat, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
           
 

Method parameters in com.ebmwebsourcing.webdesigner.presentation.gwt.client.rpc with type arguments of type SyntaxModel
 void WebDesignerServiceAsync.loadModelFromFile(java.lang.String syntaxName, java.lang.String version, java.lang.String fileUrl, java.lang.String fileFormat, com.google.gwt.user.client.rpc.AsyncCallback<SyntaxModel> callback)
           
 

Uses of SyntaxModel in com.ebmwebsourcing.webdesigner.server.service
 

Methods in com.ebmwebsourcing.webdesigner.server.service that return SyntaxModel
 SyntaxModel WebDesignerServiceImpl.loadModelFromFile(java.lang.String syntaxName, java.lang.String version, java.lang.String fileUrl, java.lang.String fileFormat)
           
 

Methods in com.ebmwebsourcing.webdesigner.server.service with parameters of type SyntaxModel
 java.lang.String WebDesignerServiceImpl.createFileFromModel(SyntaxModel model, java.lang.String syntaxName, java.lang.String version, java.lang.String fileFormat)
           
 

Uses of SyntaxModel in com.ebmwebsourcing.webdesigner.server.syntaxloader
 

Methods in com.ebmwebsourcing.webdesigner.server.syntaxloader that return SyntaxModel
 SyntaxModel AbstractSyntaxModelToFileWriter.getModel()
           
abstract  SyntaxModel AbstractSyntaxFileToModelLoader.getModel()
           
 SyntaxModel DiagramSyntaxLoader.loadSyntaxModelFromFile(java.lang.String syntaxName, java.lang.String version, java.lang.String fileUrl, java.lang.String fileFormat)
           
 

Methods in com.ebmwebsourcing.webdesigner.server.syntaxloader with parameters of type SyntaxModel
 void AbstractSyntaxModelToFileWriter.setModel(SyntaxModel model)
           
 

Constructors in com.ebmwebsourcing.webdesigner.server.syntaxloader with parameters of type SyntaxModel
DiagramSyntaxLoader(SyntaxModel model)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.