org
.
nlogo
.
editor
HighlightEditorKit
Related Doc:
package editor
class
HighlightEditorKit
extends
DefaultEditorKit
with
ViewFactory
with
DocumentListener
Source
HighlightEditorKit.java
Linear Supertypes
DocumentListener
,
EventListener
,
ViewFactory
,
DefaultEditorKit
,
EditorKit
,
Serializable
,
Cloneable
,
AnyRef
,
Any
Known Subclasses
BoldEditorKit
Ordering
Alphabetic
By Inheritance
Inherited
HighlightEditorKit
DocumentListener
EventListener
ViewFactory
DefaultEditorKit
EditorKit
Serializable
Cloneable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
HighlightEditorKit
(
listener:
TextListener
,
colorizer:
Colorizer
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
changedUpdate
(
e:
DocumentEvent
)
:
Unit
Definition Classes
HighlightEditorKit
→ DocumentListener
def
clone
()
:
AnyRef
Definition Classes
EditorKit → AnyRef
def
create
(
elem:
Element
)
:
View
Definition Classes
HighlightEditorKit
→ ViewFactory
def
createCaret
()
:
Caret
Definition Classes
DefaultEditorKit → EditorKit
def
createDefaultDocument
()
:
Document
Definition Classes
HighlightEditorKit
→ DefaultEditorKit → EditorKit
def
deinstall
(
arg0:
JEditorPane
)
:
Unit
Definition Classes
EditorKit
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getActions
()
:
Array
[
Action
]
Definition Classes
DefaultEditorKit → EditorKit
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getContentType
()
:
String
Definition Classes
DefaultEditorKit → EditorKit
def
getViewFactory
()
:
ViewFactory
Definition Classes
HighlightEditorKit
→ DefaultEditorKit → EditorKit
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
insertUpdate
(
e:
DocumentEvent
)
:
Unit
Definition Classes
HighlightEditorKit
→ DocumentListener
def
install
(
pane:
JEditorPane
)
:
Unit
Definition Classes
HighlightEditorKit
→ EditorKit
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
read
(
arg0:
Reader
,
arg1:
Document
,
arg2:
Int
)
:
Unit
Definition Classes
DefaultEditorKit → EditorKit
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
read
(
arg0:
InputStream
,
arg1:
Document
,
arg2:
Int
)
:
Unit
Definition Classes
DefaultEditorKit → EditorKit
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
removeUpdate
(
e:
DocumentEvent
)
:
Unit
Definition Classes
HighlightEditorKit
→ DocumentListener
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
write
(
arg0:
Writer
,
arg1:
Document
,
arg2:
Int
,
arg3:
Int
)
:
Unit
Definition Classes
DefaultEditorKit → EditorKit
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
write
(
arg0:
OutputStream
,
arg1:
Document
,
arg2:
Int
,
arg3:
Int
)
:
Unit
Definition Classes
DefaultEditorKit → EditorKit
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
Inherited from
DocumentListener
Inherited from
EventListener
Inherited from
ViewFactory
Inherited from
DefaultEditorKit
Inherited from
EditorKit
Inherited from
Serializable
Inherited from
Cloneable
Inherited from
AnyRef
Inherited from
Any
Ungrouped