public class FactoryEditorInput extends Object implements org.eclipse.ui.IEditorInput
| Constructor and Description |
|---|
FactoryEditorInput(ConnectionService connectionService,
String factoryId) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.runtime.jobs.Job |
createCreateJob(String configurationId) |
org.eclipse.core.runtime.jobs.Job |
createDeleteJob(Collection<String> items) |
LoadFactoryJob |
createLoadJob() |
boolean |
exists() |
Object |
getAdapter(Class adapter) |
String |
getConnectionUri() |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor() |
String |
getName() |
org.eclipse.ui.IPersistableElement |
getPersistable() |
String |
getToolTipText() |
String |
toString() |
public FactoryEditorInput(ConnectionService connectionService, String factoryId)
public String getConnectionUri()
public boolean exists()
exists in interface org.eclipse.ui.IEditorInputpublic org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor in interface org.eclipse.ui.IEditorInputpublic String getName()
getName in interface org.eclipse.ui.IEditorInputpublic org.eclipse.ui.IPersistableElement getPersistable()
getPersistable in interface org.eclipse.ui.IEditorInputpublic String getToolTipText()
getToolTipText in interface org.eclipse.ui.IEditorInputpublic Object getAdapter(Class adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptablepublic LoadFactoryJob createLoadJob()
public org.eclipse.core.runtime.jobs.Job createDeleteJob(Collection<String> items)
public org.eclipse.core.runtime.jobs.Job createCreateJob(String configurationId)