public class VariablesPage extends AbstractEditorPage
PROP_DIRTY, PROP_INPUT
PROP_TITLE
Constructor and Description |
---|
VariablesPage(FormEditor editor,
java.lang.String id,
java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
void |
addPath(IPath path) |
boolean |
containsPath(IPath path) |
Image |
getTitleImage() |
boolean |
isUniqueName(java.lang.String name)
Verify that a variables name is unique.
|
void |
removePath(IPath path) |
getEditor, getEditorInput
canLeaveThePage, createPartControl, dispose, doSave, doSaveAs, getId, getIndex, getManagedForm, getPartControl, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setFocus, setIndex
getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInitializationData
addPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEditorSite
addPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener
getAdapter
isSaveOnCloseNeeded
public VariablesPage(FormEditor editor, java.lang.String id, java.lang.String title)
public boolean isUniqueName(java.lang.String name)
name
- name to be usedtrue
when name is unique (= currently not used)public void addPath(IPath path)
public void removePath(IPath path)
public boolean containsPath(IPath path)
public Image getTitleImage()
getTitleImage
in interface IWorkbenchPart
getTitleImage
in class FormPage