ResourceEditorKit

org.nlogo.app.infotab.ResourceEditorKit
class ResourceEditorKit(resourceManager: ExternalResourceManager) extends HTMLEditorKit

Attributes

Source
ResourceEditorKit.scala
Graph
Supertypes
class HTMLEditorKit
trait Accessible
class StyledEditorKit
class DefaultEditorKit
class EditorKit
trait Serializable
trait Cloneable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getViewFactory(): ViewFactory

Attributes

Definition Classes
HTMLEditorKit -> StyledEditorKit -> DefaultEditorKit -> EditorKit
Source
ResourceEditorKit.scala

Inherited methods

def clone(): <FromJavaObject>

Create a copy of the receiver object.

Create a copy of the receiver object.

The default implementation of the clone method is platform dependent.

Attributes

Returns

a copy of the receiver object.

Note

not specified by SLS as a member of AnyRef

Inherited from:
HTMLEditorKit
def createCaret(): Caret

Attributes

Inherited from:
DefaultEditorKit
def createDefaultDocument(): Document

Attributes

Inherited from:
HTMLEditorKit
def deinstall(x$0: JEditorPane): Unit

Attributes

Inherited from:
HTMLEditorKit
def getAccessibleContext(): AccessibleContext

Attributes

Inherited from:
HTMLEditorKit
def getActions(): Array[Action]

Attributes

Inherited from:
HTMLEditorKit
def getCharacterAttributeRun(): Element

Attributes

Inherited from:
StyledEditorKit
def getContentType(): String

Attributes

Inherited from:
HTMLEditorKit
def getDefaultCursor(): Cursor

Attributes

Inherited from:
HTMLEditorKit
def getInputAttributes(): MutableAttributeSet

Attributes

Inherited from:
HTMLEditorKit
def getLinkCursor(): Cursor

Attributes

Inherited from:
HTMLEditorKit
def getStyleSheet(): StyleSheet

Attributes

Inherited from:
HTMLEditorKit
def insertHTML(x$0: HTMLDocument, x$1: Int, x$2: String, x$3: Int, x$4: Int, x$5: Tag): Unit

Attributes

Inherited from:
HTMLEditorKit
def install(x$0: JEditorPane): Unit

Attributes

Inherited from:
HTMLEditorKit

Attributes

Inherited from:
HTMLEditorKit
def read(x$0: Reader, x$1: Document, x$2: Int): Unit

Attributes

Inherited from:
HTMLEditorKit
def read(x$0: InputStream, x$1: Document, x$2: Int): Unit

Attributes

Inherited from:
DefaultEditorKit

Attributes

Inherited from:
HTMLEditorKit
def setDefaultCursor(x$0: Cursor): Unit

Attributes

Inherited from:
HTMLEditorKit
def setLinkCursor(x$0: Cursor): Unit

Attributes

Inherited from:
HTMLEditorKit
def setStyleSheet(x$0: StyleSheet): Unit

Attributes

Inherited from:
HTMLEditorKit
def write(x$0: Writer, x$1: Document, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
HTMLEditorKit
def write(x$0: OutputStream, x$1: Document, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
DefaultEditorKit