Methods Summary |
---|
abstract void | activated()Responds to a page change that made the Graphical editor page the activated page.
|
abstract void | deactivated()Responds to a page change that made the Graphical editor page the deactivated page
|
abstract void | editNewFile(com.android.ide.eclipse.editors.resources.configurations.FolderConfiguration configuration)Sets the UI for the edition of a new file.
|
abstract org.eclipse.swt.dnd.Clipboard | getClipboard()
|
public org.eclipse.gef.DefaultEditDomain | getEditDomain()Returns the edit domain.
This is changed from protected to public so that the outline can use it.
return super.getEditDomain();
|
abstract LayoutEditor | getLayoutEditor()
|
abstract com.android.ide.eclipse.editors.uimodel.UiDocumentNode | getModel()
|
public org.eclipse.gef.ui.parts.SelectionSynchronizer | getSelectionSynchronizer()Returns the selection synchronizer object.
The synchronizer can be used to sync the selection of 2 or more EditPartViewers.
This is changed from protected to public so that the outline can use it.
return super.getSelectionSynchronizer();
|
abstract void | onXmlModelChanged()Callback for XML model changed. Only update/recompute the layout if the editor is visible
|
abstract void | recomputeLayout()
|
abstract void | reloadEditor()Reloads this editor, by getting the new model from the {@link LayoutEditor}.
|
abstract void | reloadPalette()
|
abstract void | selectModel(com.android.ide.eclipse.editors.uimodel.UiElementNode uiNodeModel)Used by LayoutEditor.UiEditorActions.selectUiNode to select a new UI Node
created by {@link ElementCreateCommand#execute()}.
|