public class BasicEditor extends AbstractConfigurationEditor
| Constructor and Description |
|---|
BasicEditor() |
BasicEditor(boolean nested) |
| Modifier and Type | Method and Description |
|---|---|
void |
contribueTo(org.eclipse.ui.IEditorSite viewSite) |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
protected void |
handleDelete() |
protected void |
handleInsert() |
void |
init(org.eclipse.ui.IEditorSite site,
org.eclipse.ui.IEditorInput input) |
void |
setFocus() |
protected void |
setInput(org.eclipse.ui.IEditorInput input) |
protected void |
triggerEditDialog(org.eclipse.jface.viewers.ISelection selection) |
deleteEntry, doSave, doSaveAs, getEditorInput, insertEntry, isDirty, isSaveAsAllowed, updateEntrycheckSite, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInputWithNotify, setPartNameaddPartPropertyListener, addPropertyListener, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String EDITOR_ID
public void init(org.eclipse.ui.IEditorSite site,
org.eclipse.ui.IEditorInput input)
throws org.eclipse.ui.PartInitException
init in interface org.eclipse.ui.IEditorPartinit in class org.eclipse.ui.part.EditorPartorg.eclipse.ui.PartInitExceptionprotected void setInput(org.eclipse.ui.IEditorInput input)
setInput in class AbstractConfigurationEditorpublic void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl in interface org.eclipse.ui.IWorkbenchPartcreatePartControl in class org.eclipse.ui.part.WorkbenchPartprotected void triggerEditDialog(org.eclipse.jface.viewers.ISelection selection)
public void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.part.WorkbenchPartprotected void handleInsert()
protected void handleDelete()
public void contribueTo(org.eclipse.ui.IEditorSite viewSite)
Copyright © 2015 Eclipse SCADA Project. All rights reserved.