public class DummyEditorInput extends Object implements IEditorInput
IModelService
implementation.
This class is used for open external resources, such as Web site, etc.IModelService
Constructor and Description |
---|
DummyEditorInput(String url,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
Object |
getAdapter(Class adapter) |
ImageDescriptor |
getImageDescriptor() |
String |
getName() |
IPersistableElement |
getPersistable() |
String |
getToolTipText() |
String |
getUrl()
Get target content URL as String.
|
public boolean exists()
exists
in interface IEditorInput
public ImageDescriptor getImageDescriptor()
getImageDescriptor
in interface IEditorInput
public String getName()
getName
in interface IEditorInput
public IPersistableElement getPersistable()
getPersistable
in interface IEditorInput
public String getToolTipText()
getToolTipText
in interface IEditorInput
public Object getAdapter(Class adapter)
getAdapter
in interface IAdaptable
public String getUrl()
IModelService
implementations will open the URL.