org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.editor
Class MethodCallsModelEditor

java.lang.Object
  extended by EditorPart
      extended by org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.editor.MethodCallsModelEditor

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

@Deprecated
public class MethodCallsModelEditor
extends EditorPart

Author:
Gabriel Barbier

Field Summary
static java.lang.String EditorID
          Deprecated.  
 
Constructor Summary
MethodCallsModelEditor()
          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

MethodCallsModelEditor

public MethodCallsModelEditor()
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.