Modifier and Type | Method and Description |
---|---|
protected TreeMasterDetailComposite |
TemplateModelEditorPart.createTreeMasterDetail(org.eclipse.swt.widgets.Composite composite,
Object editorInput,
CreateElementCallback createElementCallback) |
Modifier and Type | Method and Description |
---|---|
protected TreeMasterDetailComposite |
EcoreEditor.createTreeMasterDetail(org.eclipse.swt.widgets.Composite composite,
Object editorInput,
CreateElementCallback createElementCallback) |
Modifier and Type | Method and Description |
---|---|
protected TreeMasterDetailComposite |
GenModelEditor.createTreeMasterDetail(org.eclipse.swt.widgets.Composite composite,
Object editorInput,
CreateElementCallback createElementCallback)
This method creates a tree master detail.
|
Modifier and Type | Method and Description |
---|---|
protected TreeMasterDetailComposite |
GenericEditor.createRootView(org.eclipse.swt.widgets.Composite parent,
String editorTitle,
Object editorInput,
List<org.eclipse.jface.action.Action> toolbarActions,
CreateElementCallback createElementCallback)
Creates the top area of the editor.
|
protected TreeMasterDetailComposite |
EcoreEditorPerformance_PTest.Editor.createTreeMasterDetail(org.eclipse.swt.widgets.Composite composite,
Object editorInput,
CreateElementCallback createElementCallback) |
protected TreeMasterDetailComposite |
GenericEditor.createTreeMasterDetail(org.eclipse.swt.widgets.Composite composite,
Object editorInput,
CreateElementCallback createElementCallback)
This method creates a tree master detail.
|
Modifier and Type | Method and Description |
---|---|
TreeMasterDetailComposite |
TreeMasterDetailSWTBuilder.create()
Call this method after all desired customizations have been passed to the builder.
|
static TreeMasterDetailComposite |
TreeMasterDetailSWTFactory.createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent,
int style,
Object input)
Creates a
TreeMasterDetailComposite with the default behavior. |
static TreeMasterDetailComposite |
TreeMasterDetailSWTFactory.createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent,
int style,
Object input,
int updateDelay,
TreeMasterDetailSWTCustomization buildBehaviour)
Creates a
TreeMasterDetailComposite with a customized behavior. |
static TreeMasterDetailComposite |
TreeMasterDetailSWTFactory.createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent,
int style,
Object input,
TreeMasterDetailSWTCustomization buildBehaviour)
Creates a
TreeMasterDetailComposite with a customized behavior. |
Copyright © 2019. All rights reserved.