Uses of Class
org.infai.emo.matcher.editor.ModelMatcherEditor

Packages that use ModelMatcherEditor
org.infai.emo.matcher.editor   
org.infai.emo.matcher.editor.action   
org.infai.emo.matcher.editor.pages   
org.infai.emo.matcher.editor.wizard.impl   
 

Uses of ModelMatcherEditor in org.infai.emo.matcher.editor
 

Fields in org.infai.emo.matcher.editor declared as ModelMatcherEditor
private  ModelMatcherEditor ModelMatcherTreeViewer.editor
          The editor which contains this "TreeViewer" as a component.
private  ModelMatcherEditor ModelMatcherEditor.editor
          The current instance of this class.
private  ModelMatcherEditor ModelMatcherCanvas.editor
          The editor which contains this "canvas" (this Class providing the Canvas and the Table) as a component.
 

Methods in org.infai.emo.matcher.editor that return ModelMatcherEditor
 ModelMatcherEditor ModelMatcherCanvas.getEditor()
           
 

Constructors in org.infai.emo.matcher.editor with parameters of type ModelMatcherEditor
ModelMatcherCanvas(org.eclipse.swt.widgets.Composite parent, ModelMatcherEditor editor, int style)
          Constructor initializes the canvas and the tableViewer on the given composite.
ModelMatcherTreeViewer(ModelMatcherEditor editor, org.eclipse.swt.widgets.Composite parent, int style, byte treeID)
          The constructor for initializing this component by setting the editor, the style and the treeID.
 

Uses of ModelMatcherEditor in org.infai.emo.matcher.editor.action
 

Fields in org.infai.emo.matcher.editor.action declared as ModelMatcherEditor
private  ModelMatcherEditor PopupAction.editor
          The editor in which the models shall be imported.
 

Uses of ModelMatcherEditor in org.infai.emo.matcher.editor.pages
 

Fields in org.infai.emo.matcher.editor.pages declared as ModelMatcherEditor
private  ModelMatcherEditor StatisticsPage.editor
          The MultiPageEditor in which the page actual is located.
private  ModelMatcherEditor ModelComparatorPage.editor
          The MultiPageEditor in which the page currently is located.
private  ModelMatcherEditor DifferencePage.editor
          The editor that contains this page.
 

Methods in org.infai.emo.matcher.editor.pages that return ModelMatcherEditor
 ModelMatcherEditor ModelComparatorPage.getEditor()
           
 

Constructors in org.infai.emo.matcher.editor.pages with parameters of type ModelMatcherEditor
DifferencePage(org.eclipse.swt.widgets.Composite parent, int style, ModelMatcherEditor e)
          The constructor for creating a new DifferencePage.
ModelComparatorPage(org.eclipse.swt.widgets.Composite parent, int style, ModelMatcherEditor e)
          The constructor of this page that creates the GUI.
StatisticsPage(org.eclipse.swt.widgets.Composite parent, int style, ModelMatcherEditor e)
           
 

Uses of ModelMatcherEditor in org.infai.emo.matcher.editor.wizard.impl
 

Fields in org.infai.emo.matcher.editor.wizard.impl declared as ModelMatcherEditor
private  ModelMatcherEditor ModOpWizard.editor
          The editor from which the wizard was called or which shall be opened by the wizard.
 

Methods in org.infai.emo.matcher.editor.wizard.impl that return ModelMatcherEditor
 ModelMatcherEditor ModOpWizard.getEditor()
           
 

Methods in org.infai.emo.matcher.editor.wizard.impl with parameters of type ModelMatcherEditor
 void ModOpWizard.setEditor(ModelMatcherEditor editor)
           
 

Constructors in org.infai.emo.matcher.editor.wizard.impl with parameters of type ModelMatcherEditor
ModOpWizard(java.lang.String title, ModelMatcherEditor editor)
          This constructor initializes the wizard by adding some pages and building the UI.