org.eclipse.actf.model.ui.editor
Class DummyEditorInput
java.lang.Object
   org.eclipse.actf.model.ui.editor.DummyEditorInput
org.eclipse.actf.model.ui.editor.DummyEditorInput
- All Implemented Interfaces: 
- org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput
- public class DummyEditorInput 
- extends Object- implements org.eclipse.ui.IEditorInput
Dummy Editor Input for Editors of ACTF IModelService implementation.
 This class is used for open external resources, such as Web site, etc.
- See Also:
- IModelService
 
 
 
DummyEditorInput
public DummyEditorInput(String url,
                        String name)
- Parameters:
- url- target content URL
- name- the name of this Editor input
exists
public boolean exists()
- 
- Specified by:
- existsin interface- org.eclipse.ui.IEditorInput
 
- 
 
getImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
- 
- Specified by:
- getImageDescriptorin interface- org.eclipse.ui.IEditorInput
 
- 
 
getName
public String getName()
- 
- Specified by:
- getNamein interface- org.eclipse.ui.IEditorInput
 
- 
 
getPersistable
public org.eclipse.ui.IPersistableElement getPersistable()
- 
- Specified by:
- getPersistablein interface- org.eclipse.ui.IEditorInput
 
- 
 
getToolTipText
public String getToolTipText()
- 
- Specified by:
- getToolTipTextin interface- org.eclipse.ui.IEditorInput
 
- 
 
getAdapter
public Object getAdapter(Class adapter)
- 
- Specified by:
- getAdapterin interface- org.eclipse.core.runtime.IAdaptable
 
- 
 
getUrl
public String getUrl()
- Get target content URL as String. ACTF IModelServiceimplementations will open the URL.
 
- 
 
- 
- Returns:
- target content URL as String