Uses of Class
com.ebmwebsourcing.webdesigner.presentation.gwt.client.view.DiagramView

Packages that use DiagramView
com.ebmwebsourcing.webdesigner.presentation.gwt.client.component   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout   
com.ebmwebsourcing.webdesigner.presentation.gwt.client.view   
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component that return types with arguments of type DiagramView
 java.util.ArrayList<DiagramView> DiagramComponent.getViewsDisplayedOn()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.component with parameters of type DiagramView
 void DiagramComponent.displayOnView(DiagramView view)
           
 boolean DiagramComponent.isDisplayableOnView(DiagramView view)
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer that return DiagramView
 DiagramView Designer.getDefaultView()
           
 DiagramView Registry.getViewByName(java.lang.String name)
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.designer with parameters of type DiagramView
 void Registry.addView(DiagramView view)
           
 void Designer.setDefaultView(DiagramView defaultView)
           
 

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

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout that return DiagramView
 DiagramView DiagramLayout.getCurrentView()
           
 

Methods in com.ebmwebsourcing.webdesigner.presentation.gwt.client.layout with parameters of type DiagramView
 void DiagramLayout.setCurrentView(DiagramView view)
           
 void DiagramLayout.switchToView(DiagramView view)
          Displays all components in the specified view
and hide all those who are'nt
 

Uses of DiagramView in com.ebmwebsourcing.webdesigner.presentation.gwt.client.view
 

Subclasses of DiagramView in com.ebmwebsourcing.webdesigner.presentation.gwt.client.view
 class AllView
          The view to be used when you want to display a component
on every available views
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.