c

org.nlogo.app.common

EditorFactory

class EditorFactory extends DefaultEditorFactory

Source
EditorFactory.scala
Linear Supertypes
DefaultEditorFactory, window.EditorFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EditorFactory
  2. DefaultEditorFactory
  3. EditorFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EditorFactory(compiler: CompilerServices, extensionManager: ExtensionManager)

Value Members

  1. def autoSuggestAction: AutoSuggestAction
  2. val colorizer: EditorColorizer
    Definition Classes
    DefaultEditorFactory → EditorFactory
  3. def defaultConfiguration(rows: Int, cols: Int): EditorConfiguration
    Definition Classes
    EditorFactory → EditorFactory
  4. def newEditor(configuration: EditorConfiguration): AbstractEditorArea
    Definition Classes
    EditorFactory → DefaultEditorFactory → EditorFactory
  5. def newEditor(configuration: EditorConfiguration, isApp: Boolean): AbstractEditorArea
  6. def scrollPane(editor: AbstractEditorArea): EditorScrollPane
    Definition Classes
    EditorFactory → DefaultEditorFactory → EditorFactory
  7. def useExtensionManager(extensionManager: ExtensionManager): Unit