|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IXObjectEditor | |
---|---|
com.tensegrity.palowebviewer.modules.ui.client |
Uses of IXObjectEditor in com.tensegrity.palowebviewer.modules.ui.client |
---|
Classes in com.tensegrity.palowebviewer.modules.ui.client that implement IXObjectEditor | |
---|---|
class |
AbstractXObjectEditor
Abstract implementation for IXObjectEditor interface. |
class |
XCubeEditor
Model of the cube editor. |
Methods in com.tensegrity.palowebviewer.modules.ui.client that return IXObjectEditor | |
---|---|
IXObjectEditor |
IXEditorFactory.getEditor(XObject object)
Create editor for given XObject . |
IXObjectEditor |
XEditorFactory.getEditor(XObject object)
|
Methods in com.tensegrity.palowebviewer.modules.ui.client with parameters of type IXObjectEditor | |
---|---|
java.lang.String |
IIconFactory.getIconUrl(IXObjectEditor editor)
|
java.lang.String |
DefaultIconFactory.getIconUrl(IXObjectEditor editor)
|
com.google.gwt.user.client.ui.Widget |
XObjectEditorViewFactory.getXObjectEditorViewFactory(IXObjectEditor xObjectEditor)
|
com.google.gwt.user.client.ui.Widget |
IXObjectEditorViewFactory.getXObjectEditorViewFactory(IXObjectEditor xObjectEditor)
Returns Editor widget for the given xObjectEditor ( XCube, XView and etc. |
void |
IEditorListener.onModified(IXObjectEditor editor)
This method will be invoked if some unsaved changed were made to the XObject . |
void |
AbstractEditorListener.onModified(IXObjectEditor editor)
|
void |
IEditorListener.onObjectRenamed(IXObjectEditor editor)
This method will be invoked if XObject has been renamed |
void |
AbstractEditorListener.onObjectRenamed(IXObjectEditor editor)
|
void |
IEditorListener.onSourceChanged(IXObjectEditor editor)
This method will be invoked if XObject has been changed some way |
void |
AbstractEditorListener.onSourceChanged(IXObjectEditor editor)
|
void |
IEditorListener.onUnmodified(IXObjectEditor editor)
This method will be invoked if changed were saved or undone. |
void |
AbstractEditorListener.onUnmodified(IXObjectEditor editor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |