com.togethersoft.openapi.ide.inspector.service
Interface ExtendedEditorService

All Known Implementing Classes:
DefaultExtendedEditorService

public interface ExtendedEditorService
extends EditorService

Author:
TogetherSoft

Method Summary
 IcongetIcon()
           
 EditorServicegetInnerEditor()
           
 EditorServicegetOuterEditor()
           

Methods inherited from interface com.togethersoft.openapi.ide.inspector.service.EditorService
edit, finishEdit, getUIComponent

Method Detail

getIcon

public Icon getIcon()

getInnerEditor

public EditorService getInnerEditor()

getOuterEditor

public EditorService getOuterEditor()