public class ConfigurationEditorInput extends Object implements org.eclipse.ui.IEditorInput
| Constructor and Description |
|---|
ConfigurationEditorInput(String connectionUri,
String factoryId,
String configurationId) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(String key) |
boolean |
exists() |
Object |
getAdapter(Class adapter) |
String |
getConfigurationId() |
String |
getConnectionUri() |
org.eclipse.core.databinding.observable.map.WritableMap |
getDataMap() |
org.eclipse.core.databinding.observable.value.WritableValue |
getDirtyValue() |
String |
getFactoryId() |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor() |
String |
getName() |
org.eclipse.ui.IPersistableElement |
getPersistable() |
String |
getToolTipText() |
protected void |
handleSetResult(ConfigurationInformation configurationInformation) |
void |
insertEntry(String key,
String value) |
protected LoadJob |
load() |
void |
performLoad(org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
performSave(org.eclipse.core.runtime.IProgressMonitor monitor) |
protected void |
setResult(ConfigurationInformation configurationInformation) |
String |
toString() |
protected UpdateJob |
update(Map<String,String> addedOrUpdated,
Set<String> removed) |
void |
updateEntry(String oldKey,
String key,
String value) |
public String getConnectionUri()
public String getConfigurationId()
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 void performLoad(org.eclipse.core.runtime.IProgressMonitor monitor)
protected void setResult(ConfigurationInformation configurationInformation)
protected void handleSetResult(ConfigurationInformation configurationInformation)
public void performSave(org.eclipse.core.runtime.IProgressMonitor monitor)
protected LoadJob load()
public void deleteEntry(String key)
public org.eclipse.core.databinding.observable.map.WritableMap getDataMap()
public org.eclipse.core.databinding.observable.value.WritableValue getDirtyValue()
public String getFactoryId()