public class PreferencesEditorInput
extends java.lang.Object
implements org.eclipse.ui.IEditorInput
IEditorInput to load AbstractIdeEditor for preference
configuration.| Constructor and Description |
|---|
PreferencesEditorInput(java.lang.String editorName,
net.officefloor.model.Model rootModel)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
<T> T |
getAdapter(java.lang.Class<T> adapter) |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor() |
java.lang.String |
getName() |
org.eclipse.ui.IPersistableElement |
getPersistable() |
net.officefloor.model.Model |
getRootModel()
Obtains the root
Model. |
java.lang.String |
getToolTipText() |
public PreferencesEditorInput(java.lang.String editorName,
net.officefloor.model.Model rootModel)
editorName - Name of the AbstractIdeEditor.rootModel - Root Model to configure the AbstractIdeEditor.public net.officefloor.model.Model getRootModel()
Model.public <T> T getAdapter(java.lang.Class<T> adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptablepublic boolean exists()
exists in interface org.eclipse.ui.IEditorInputpublic org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor in interface org.eclipse.ui.IEditorInputpublic java.lang.String getName()
getName in interface org.eclipse.ui.IEditorInputpublic org.eclipse.ui.IPersistableElement getPersistable()
getPersistable in interface org.eclipse.ui.IEditorInputpublic java.lang.String getToolTipText()
getToolTipText in interface org.eclipse.ui.IEditorInputCopyright © 2005–2018. All rights reserved.