com.tensegrity.palowebviewer.modules.ui.client
Class XObjectEditorViewFactory

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.ui.client.XObjectEditorViewFactory
All Implemented Interfaces:
IXObjectEditorViewFactory

public class XObjectEditorViewFactory
extends java.lang.Object
implements IXObjectEditorViewFactory


Constructor Summary
XObjectEditorViewFactory(UIManager manger, IFormatter formatter)
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget getXObjectEditorViewFactory(IXObjectEditor xObjectEditor)
          Returns Editor widget for the given xObjectEditor ( XCube, XView and etc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XObjectEditorViewFactory

public XObjectEditorViewFactory(UIManager manger,
                                IFormatter formatter)
Method Detail

getXObjectEditorViewFactory

public com.google.gwt.user.client.ui.Widget getXObjectEditorViewFactory(IXObjectEditor xObjectEditor)
Description copied from interface: IXObjectEditorViewFactory
Returns Editor widget for the given xObjectEditor ( XCube, XView and etc. )

Specified by:
getXObjectEditorViewFactory in interface IXObjectEditorViewFactory
Parameters:
xObjectEditor - Editor
Returns:
Editor view widget