Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.ceditor
Class CodeEditorPluginsFactory

java.lang.Object
  extended by oracle.ide.ceditor.CodeEditorPluginsFactory

All Implemented Interfaces:
EditorPluginsFactory

Deprecated. declarative registration via the ceditor.plugin hook is preferred

@Deprecated
public final class CodeEditorPluginsFactory
extends java.lang.Object
implements EditorPluginsFactory

The CodeEditorPluginsFactory is an implementation of of the EditorPluginsFactory that handles the standard plugins that the CodeEditor itself is aware of.


Constructor Summary
CodeEditorPluginsFactory()
          Deprecated.  

 

Method Summary
 java.util.List createPlugins(Context context)
          Deprecated. Creates a set of EditorPlugins that should be installed in a new CodeEditor opened for the given node.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CodeEditorPluginsFactory

public CodeEditorPluginsFactory()
Deprecated. 

Method Detail

createPlugins

public java.util.List createPlugins(Context context)
Deprecated. 
Creates a set of EditorPlugins that should be installed in a new CodeEditor opened for the given node.
Specified by:
createPlugins in interface EditorPluginsFactory
Parameters:
context - the given IDE context for which the Code Editor was opened
Returns:
a List of EditorPlugin implementations that should be installed in the newly created CodeEditor.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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