BoldEditorKit

org.nlogo.ide.ShowUsageBox.BoldEditorKit
class BoldEditorKit(selectedString: String) extends HighlightEditorKit

Attributes

Source
ShowUsageBox.scala
Graph
Supertypes
class HighlightEditorKit
trait ViewFactory
class DefaultEditorKit
class EditorKit
trait Serializable
trait Cloneable
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

class BoldView(elem: Element) extends HighlightView

Attributes

Source
ShowUsageBox.scala
Supertypes
class HighlightView
class PlainView
trait TabExpander
class View
trait SwingConstants
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

override def create(elem: Element): View

Attributes

Definition Classes
HighlightEditorKit -> ViewFactory
Source
ShowUsageBox.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:
EditorKit
def createCaret(): Caret

Attributes

Inherited from:
DefaultEditorKit
def createDefaultDocument(): Document

Attributes

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

Attributes

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

Attributes

Inherited from:
DefaultEditorKit
def getContentType(): String

Attributes

Inherited from:
DefaultEditorKit
def getViewFactory(): ViewFactory

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
DefaultEditorKit