org.eclipse.gmt.modisco.usecase.modelfilter.dependencies.editor
Class DependenciesEditor

java.lang.Object
  extended by EditorPart
      extended by org.eclipse.gmt.modisco.usecase.modelfilter.dependencies.editor.DependenciesEditor

Deprecated. use matching org.eclipse.modisco.x.y.z component

@Deprecated
public class DependenciesEditor
extends EditorPart

Author:
Gabriel Barbier

Field Summary
static java.lang.String EditorID
          Deprecated.  
 
Constructor Summary
DependenciesEditor()
          Deprecated.  
 
Method Summary
 void createPartControl(Composite parent)
          Deprecated.  
 void doSave(IProgressMonitor monitor)
          Deprecated.  
 void doSaveAs()
          Deprecated.  
 void init(IEditorSite site, IEditorInput input)
          Deprecated.  
 boolean isDirty()
          Deprecated.  
 boolean isSaveAsAllowed()
          Deprecated.  
 void setFocus()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EditorID

public static final java.lang.String EditorID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DependenciesEditor

public DependenciesEditor()
Deprecated. 
Method Detail

doSave

public void doSave(IProgressMonitor monitor)
Deprecated. 

doSaveAs

public void doSaveAs()
Deprecated. 

init

public void init(IEditorSite site,
                 IEditorInput input)
          throws PartInitException
Deprecated. 
Throws:
PartInitException

isDirty

public boolean isDirty()
Deprecated. 

isSaveAsAllowed

public boolean isSaveAsAllowed()
Deprecated. 

createPartControl

public void createPartControl(Composite parent)
Deprecated. 

setFocus

public void setFocus()
Deprecated.