Uses of Interface
com.tensegrity.wpalo.client.ui.editor.IEditor

Packages that use IEditor
com.tensegrity.wpalo.client.ui.editor   
com.tensegrity.wpalo.client.ui.mvc.account   
com.tensegrity.wpalo.client.ui.mvc.admin   
com.tensegrity.wpalo.client.ui.mvc.modeller   
com.tensegrity.wpalo.client.ui.mvc.reports   
com.tensegrity.wpalo.client.ui.mvc.reportstructure   
com.tensegrity.wpalo.client.ui.mvc.viewbrowser   
com.tensegrity.wpalo.client.ui.mvc.viewmode   
com.tensegrity.wpalo.client.ui.mvc.workbench   
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.editor
 

Classes in com.tensegrity.wpalo.client.ui.editor that implement IEditor
 class AbstractTabEditor
          AdminEditor TODO DOCUMENT ME
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.mvc.account
 

Classes in com.tensegrity.wpalo.client.ui.mvc.account that implement IEditor
 class AccountEditor
          AccountEditor TODO DOCUMENT ME
 class ConnectionEditor
          ConnectionEditor TODO DOCUMENT ME
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.mvc.admin
 

Classes in com.tensegrity.wpalo.client.ui.mvc.admin that implement IEditor
 class GroupEditor
          GroupEditor TODO DOCUMENT ME
 class RoleEditor
          RoleEditor TODO DOCUMENT ME
 class UserEditor
          UserEditor TODO DOCUMENT ME
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.mvc.modeller
 

Classes in com.tensegrity.wpalo.client.ui.mvc.modeller that implement IEditor
 class DimensionEditor
          UserEditor TODO DOCUMENT ME
 class ServerEditor
          UserEditor TODO DOCUMENT ME
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.mvc.reports
 

Classes in com.tensegrity.wpalo.client.ui.mvc.reports that implement IEditor
 class TemplateEditor
          GroupEditor TODO DOCUMENT ME
 class TemplateViewEditor
          TemplateViewEditor TODO DOCUMENT ME
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.mvc.reportstructure
 

Classes in com.tensegrity.wpalo.client.ui.mvc.reportstructure that implement IEditor
 class ReportStructureEditor
           
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.mvc.viewbrowser
 

Classes in com.tensegrity.wpalo.client.ui.mvc.viewbrowser that implement IEditor
 class ViewBrowserEditor
          ViewBrowserEditor TODO DOCUMENT ME
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.mvc.viewmode
 

Classes in com.tensegrity.wpalo.client.ui.mvc.viewmode that implement IEditor
 class ViewModeEditor
           
 

Methods in com.tensegrity.wpalo.client.ui.mvc.viewmode with parameters of type IEditor
 void ViewModeWorkbench.close(IEditor editor)
           
 void ViewModeWorkbench.open(IEditor editor)
           
 

Uses of IEditor in com.tensegrity.wpalo.client.ui.mvc.workbench
 

Methods in com.tensegrity.wpalo.client.ui.mvc.workbench that return IEditor
 IEditor Workbench.getCurrentEditor()
           
 

Methods in com.tensegrity.wpalo.client.ui.mvc.workbench with parameters of type IEditor
 void Workbench.checkOpen(IEditor newEditor, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
           
 void Workbench.close(IEditor editor, CloseObserver observer)
           
 void Workbench.open(IEditor editor)