|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.schemaobjecteditor.ui.core.SchemaObjectEditorInput
public class SchemaObjectEditorInput
The editor input for schema object editor.
Constructor Summary | |
---|---|
SchemaObjectEditorInput(IEditorDescriptor editor,
ISchemaObjectEditModel modelObject,
org.eclipse.datatools.sqltools.core.DatabaseIdentifier identifier)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
boolean |
exists()
|
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
org.eclipse.datatools.sqltools.core.DatabaseIdentifier |
getDatabaseIdentifier()
Returns the database identifier |
ISchemaObjectEditModel |
getEditModelObject()
Returns the model of the object which is been editing |
IEditorDescriptor |
getEditorDescriptor()
Returns the IEditorDescriptor instance which is used to describe some static information of the
schema object editor |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor()
|
java.lang.String |
getName()
|
org.eclipse.ui.IPersistableElement |
getPersistable()
|
java.lang.String |
getToolTipText()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaObjectEditorInput(IEditorDescriptor editor, ISchemaObjectEditModel modelObject, org.eclipse.datatools.sqltools.core.DatabaseIdentifier identifier)
Method Detail |
---|
public IEditorDescriptor getEditorDescriptor()
ISchemaObjectEditorInput
IEditorDescriptor
instance which is used to describe some static information of the
schema object editor
getEditorDescriptor
in interface ISchemaObjectEditorInput
public boolean exists()
exists
in interface org.eclipse.ui.IEditorInput
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor
in interface org.eclipse.ui.IEditorInput
public java.lang.String getName()
getName
in interface org.eclipse.ui.IEditorInput
public org.eclipse.ui.IPersistableElement getPersistable()
getPersistable
in interface org.eclipse.ui.IEditorInput
public java.lang.String getToolTipText()
getToolTipText
in interface org.eclipse.ui.IEditorInput
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
public ISchemaObjectEditModel getEditModelObject()
ISchemaObjectEditorInput
getEditModelObject
in interface ISchemaObjectEditorInput
public org.eclipse.datatools.sqltools.core.DatabaseIdentifier getDatabaseIdentifier()
ISchemaObjectEditorInput
getDatabaseIdentifier
in interface ISchemaObjectEditorInput
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |