Extension SDK 10.1.3.36.73

oracle.ide.ceditor
Class CodeEditorPluginsFactory

java.lang.Object
  extended byoracle.ide.ceditor.CodeEditorPluginsFactory
All Implemented Interfaces:
EditorPluginsFactory

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()
           
 
Method Summary
 java.util.List createPlugins(Context ideContext)
          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()
Method Detail

createPlugins

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

Specified by:
createPlugins in interface EditorPluginsFactory
Returns:
a List of EditorPlugin implementations that should be installed in the newly created CodeEditor.

Extension SDK 10.1.3.36.73

 

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