|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IEditorDescriptor in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor |
---|
Constructors in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor with parameters of type IEditorDescriptor | |
---|---|
ProceduralObjectEditorInput(IEditorDescriptor editor,
ISchemaObjectEditModel modelObject,
org.eclipse.datatools.sqltools.core.DatabaseIdentifier identifier)
|
Uses of IEditorDescriptor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui |
---|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui that return IEditorDescriptor | |
---|---|
IEditorDescriptor |
ISchemaObjectEditorPage.getEditorDescriptor()
Returns an instance of IEditorDescriptor which is used to describe some static information of the
scheme object editor in which this page is contained |
IEditorDescriptor |
ISchemaObjectEditor.getEditorDescriptor()
Returns the IEditorDescriptor instance containing some static information of this editor |
IEditorDescriptor |
ISchemaObjectEditorInput.getEditorDescriptor()
Returns the IEditorDescriptor instance which is used to describe some static information of the
schema object editor |
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui with parameters of type IEditorDescriptor | |
---|---|
void |
ISchemaObjectEditorPage.setEditorDescriptor(IEditorDescriptor editor)
Sets the editor descriptor for this page |
Uses of IEditorDescriptor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core |
---|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core that return IEditorDescriptor | |
---|---|
IEditorDescriptor |
SchemaObjectEditor.getEditorDescriptor()
Returns the static editor instance |
IEditorDescriptor |
SchemaObjectEditorPage.getEditorDescriptor()
|
IEditorDescriptor |
SchemaObjectEditorInput.getEditorDescriptor()
|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core with parameters of type IEditorDescriptor | |
---|---|
void |
SchemaObjectEditorPage.setEditorDescriptor(IEditorDescriptor editor)
|
Constructors in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core with parameters of type IEditorDescriptor | |
---|---|
SchemaObjectEditorInput(IEditorDescriptor editor,
ISchemaObjectEditModel modelObject,
org.eclipse.datatools.sqltools.core.DatabaseIdentifier identifier)
|
Uses of IEditorDescriptor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions |
---|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions that return IEditorDescriptor | |
---|---|
IEditorDescriptor |
IEditorPageDescriptor.getEditor()
Returns the instance of the editor in which this page is contained |
Uses of IEditorDescriptor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.util |
---|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.util that return IEditorDescriptor | |
---|---|
static IEditorDescriptor |
SchemaObjectEditorUtils.getEditorById(java.lang.String editorId)
Returns the editor given the editor id, there may be several editors with the same id, we always return the first one |
static IEditorDescriptor |
SchemaObjectEditorUtils.getEditorByObjectType(java.lang.String dbName,
java.lang.String dbVersion,
org.eclipse.emf.ecore.EClass objectType)
Returns the editor instance containing extension information given the database object of the given database type. |
static IEditorDescriptor[] |
SchemaObjectEditorUtils.getEditorsByName(java.lang.String editorName)
Returns the editors of the given name |
static IEditorDescriptor[] |
SchemaObjectEditorUtils.getEditorsByVendorName(java.lang.String vendorName)
Returns the editors for the given database |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |