Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.ide.editor
Interface EditorCreator


public interface EditorCreator

Optional interface implemented by EditorAddins which create their own editor instances. Normally, editors are instantiated directly using reflection. This interface gives editor addins the opportunity to store additional state in a newly created instance of an editor.


Method Summary
 Editor createEditor(Context context)
           
 

Method Detail

createEditor

Editor createEditor(Context context)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.