c

org.nlogo.editor

HighlightEditorKit

class HighlightEditorKit extends DefaultEditorKit with ViewFactory

Source
HighlightEditorKit.java
Linear Supertypes
ViewFactory, DefaultEditorKit, EditorKit, Serializable, Cloneable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HighlightEditorKit
  2. ViewFactory
  3. DefaultEditorKit
  4. EditorKit
  5. Serializable
  6. Cloneable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HighlightEditorKit(colorizer: Colorizer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Definition Classes
    EditorKit → AnyRef
  6. def create(elem: Element): View
    Definition Classes
    HighlightEditorKit → ViewFactory
  7. def createCaret(): Caret
    Definition Classes
    DefaultEditorKit → EditorKit
  8. def createDefaultDocument(): Document
    Definition Classes
    HighlightEditorKit → DefaultEditorKit → EditorKit
    Annotations
    @Override()
  9. def deinstall(arg0: JEditorPane): Unit
    Definition Classes
    EditorKit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def getActions(): Array[Action]
    Definition Classes
    DefaultEditorKit → EditorKit
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def getContentType(): String
    Definition Classes
    DefaultEditorKit → EditorKit
  15. def getViewFactory(): ViewFactory
    Definition Classes
    HighlightEditorKit → DefaultEditorKit → EditorKit
    Annotations
    @Override()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def install(pane: JEditorPane): Unit
    Definition Classes
    HighlightEditorKit → EditorKit
    Annotations
    @Override()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def read(arg0: Reader, arg1: Document, arg2: Int): Unit
    Definition Classes
    DefaultEditorKit → EditorKit
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  23. def read(arg0: InputStream, arg1: Document, arg2: Int): Unit
    Definition Classes
    DefaultEditorKit → EditorKit
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def write(arg0: Writer, arg1: Document, arg2: Int, arg3: Int): Unit
    Definition Classes
    DefaultEditorKit → EditorKit
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  30. def write(arg0: OutputStream, arg1: Document, arg2: Int, arg3: Int): Unit
    Definition Classes
    DefaultEditorKit → EditorKit
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ViewFactory

Inherited from DefaultEditorKit

Inherited from EditorKit

Inherited from Serializable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped