Uses of Interface
org.mockcentral.editor.outline.IMockCentralEditorOutline

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

Uses of IMockCentralEditorOutline in org.mockcentral.editor
 

Methods in org.mockcentral.editor that return IMockCentralEditorOutline
static IMockCentralEditorOutline MockCentralApplication.getOutline()
          Returns the IMockCentralEditorOutline implementation.
 

Methods in org.mockcentral.editor with parameters of type IMockCentralEditorOutline
static void MockCentralApplication.setOutline(IMockCentralEditorOutline outline)
          Sets the IMockCentralEditorOutline implementation.