Uses of Interface
org.mockcentral.editor.IMockCentralEditor

Packages that use IMockCentralEditor
org.mockcentral.editor Contains a top-level classes and interfaces used to build editor applications for Mock Central configuration files. 
 

Uses of IMockCentralEditor in org.mockcentral.editor
 

Methods in org.mockcentral.editor that return IMockCentralEditor
static IMockCentralEditor MockCentralApplication.getEditor()
          Returns the IMockCentralEditor implementation.
 

Methods in org.mockcentral.editor with parameters of type IMockCentralEditor
static void MockCentralApplication.setEditor(IMockCentralEditor editor)
          Sets the IMockCentralEditor implementation.