Uses of Interface
org.mockcentral.editor.IMockCentralPluginEditor

Packages that use IMockCentralPluginEditor
org.mockcentral.editor Contains a top-level Interface and Classes for the plug-in editor. 
org.mockcentral.editor.preferences Contains Classes used to initialize and edit user preferences for the plug-in editor. 
 

Uses of IMockCentralPluginEditor in org.mockcentral.editor
 

Classes in org.mockcentral.editor that implement IMockCentralPluginEditor
 class MockCentralPluginEditor
          A FormEditor used to edit Mock Central configuration files.
 

Constructors in org.mockcentral.editor with parameters of type IMockCentralPluginEditor
ElementChangeListener(IMockCentralPluginEditor editor, org.eclipse.jdt.core.IJavaProject javaProject)
          Creates a new instance.
ResourceChangeListener(IMockCentralPluginEditor editor)
          Creates a new instance.
 

Uses of IMockCentralPluginEditor in org.mockcentral.editor.preferences
 

Constructors in org.mockcentral.editor.preferences with parameters of type IMockCentralPluginEditor
PreferenceChangeListener(IMockCentralPluginEditor editor)
          Creates a new instance.