public abstract class AbstractConfigurationEditor
extends org.eclipse.ui.part.EditorPart
| Constructor and Description |
|---|
AbstractConfigurationEditor(boolean nested) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(String key) |
void |
doSave(org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
doSaveAs() |
ConfigurationEditorInput |
getEditorInput() |
void |
insertEntry(String key,
String value) |
boolean |
isDirty() |
boolean |
isSaveAsAllowed() |
protected void |
setInput(org.eclipse.ui.IEditorInput input) |
void |
updateEntry(String oldKey,
String key,
String value) |
checkSite, getEditorSite, getTitleToolTip, init, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInputWithNotify, setPartNameaddPartPropertyListener, addPropertyListener, createPartControl, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setFocus, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean isSaveAsAllowed()
isSaveAsAllowed in interface org.eclipse.ui.ISaveablePartisSaveAsAllowed in class org.eclipse.ui.part.EditorPartpublic void doSave(org.eclipse.core.runtime.IProgressMonitor monitor)
doSave in interface org.eclipse.ui.ISaveablePartdoSave in class org.eclipse.ui.part.EditorPartpublic void doSaveAs()
doSaveAs in interface org.eclipse.ui.ISaveablePartdoSaveAs in class org.eclipse.ui.part.EditorPartpublic boolean isDirty()
isDirty in interface org.eclipse.ui.ISaveablePartisDirty in class org.eclipse.ui.part.EditorPartprotected void setInput(org.eclipse.ui.IEditorInput input)
setInput in class org.eclipse.ui.part.EditorPartpublic ConfigurationEditorInput getEditorInput()
getEditorInput in interface org.eclipse.ui.IEditorPartgetEditorInput in class org.eclipse.ui.part.EditorPartpublic void deleteEntry(String key)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.