org
.
nlogo
.
editor
HighlightView
Related Doc:
package editor
class
HighlightView
extends
PlainView
Source
HighlightView.java
Linear Supertypes
PlainView
,
TabExpander
,
View
,
SwingConstants
,
AnyRef
,
Any
Known Subclasses
BoldView
Ordering
Alphabetic
By Inheritance
Inherited
HighlightView
PlainView
TabExpander
View
SwingConstants
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
HighlightView
(
pane:
JEditorPane
,
element:
Element
,
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
def
append
(
arg0:
View
)
:
Unit
Definition Classes
View
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
breakView
(
arg0:
Int
,
arg1:
Int
,
arg2:
Float
,
arg3:
Float
)
:
View
Definition Classes
View
def
changedUpdate
(
arg0:
DocumentEvent
,
arg1:
Shape
,
arg2:
ViewFactory
)
:
Unit
Definition Classes
PlainView → View
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createFragment
(
arg0:
Int
,
arg1:
Int
)
:
View
Definition Classes
View
def
damageLineRange
(
arg0:
Int
,
arg1:
Int
,
arg2:
Shape
,
arg3:
Component
)
:
Unit
Attributes
protected[
javax.swing.text
]
Definition Classes
PlainView
def
drawLine
(
lineIndex:
Int
,
g:
Graphics
,
x:
Int
,
y:
Int
)
:
Unit
Attributes
protected[
org.nlogo.editor
]
Definition Classes
HighlightView
→ PlainView
def
drawSelectedText
(
g:
Graphics
,
x:
Int
,
y:
Int
,
p0:
Int
,
p1:
Int
)
:
Int
Attributes
protected[
org.nlogo.editor
]
Definition Classes
HighlightView
→ PlainView
def
drawText
(
g:
Graphics
,
x:
Int
,
y:
Int
,
p0:
Int
,
p1:
Int
,
isSelected:
Boolean
)
:
Int
Attributes
protected[
org.nlogo.editor
]
def
drawUnselectedText
(
g:
Graphics
,
x:
Int
,
y:
Int
,
p0:
Int
,
p1:
Int
)
:
Int
Attributes
protected[
org.nlogo.editor
]
Definition Classes
HighlightView
→ PlainView
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
forwardUpdate
(
arg0:
ElementChange
,
arg1:
DocumentEvent
,
arg2:
Shape
,
arg3:
ViewFactory
)
:
Unit
Attributes
protected[
javax.swing.text
]
Definition Classes
View
def
forwardUpdateToView
(
arg0:
View
,
arg1:
DocumentEvent
,
arg2:
Shape
,
arg3:
ViewFactory
)
:
Unit
Attributes
protected[
javax.swing.text
]
Definition Classes
View
def
getAlignment
(
arg0:
Int
)
:
Float
Definition Classes
View
def
getAttributes
()
:
AttributeSet
Definition Classes
View
def
getBreakWeight
(
arg0:
Int
,
arg1:
Float
,
arg2:
Float
)
:
Int
Definition Classes
View
def
getChildAllocation
(
arg0:
Int
,
arg1:
Shape
)
:
Shape
Definition Classes
View
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getContainer
()
:
Container
Definition Classes
View
def
getDocument
()
:
Document
Definition Classes
View
def
getElement
()
:
Element
Definition Classes
View
def
getEndOffset
()
:
Int
Definition Classes
View
def
getGraphics
()
:
Graphics
Definition Classes
View
final
def
getLineBuffer
()
:
Segment
Attributes
protected[
javax.swing.text
]
Definition Classes
PlainView
def
getMaximumSpan
(
arg0:
Int
)
:
Float
Definition Classes
View
def
getMinimumSpan
(
arg0:
Int
)
:
Float
Definition Classes
View
def
getNextVisualPositionFrom
(
arg0:
Int
,
arg1:
Bias
,
arg2:
Shape
,
arg3:
Int
,
arg4:
Array
[
Bias
]
)
:
Int
Definition Classes
View
Annotations
@throws
(
...
)
def
getParent
()
:
View
Definition Classes
View
def
getPreferredSpan
(
arg0:
Int
)
:
Float
Definition Classes
PlainView → View
def
getResizeWeight
(
arg0:
Int
)
:
Int
Definition Classes
View
def
getStartOffset
()
:
Int
Definition Classes
View
def
getTabSize
()
:
Int
Attributes
protected[
javax.swing.text
]
Definition Classes
PlainView
def
getToolTipText
(
arg0:
Float
,
arg1:
Float
,
arg2:
Shape
)
:
String
Definition Classes
View
def
getView
(
arg0:
Int
)
:
View
Definition Classes
View
def
getViewCount
()
:
Int
Definition Classes
View
def
getViewFactory
()
:
ViewFactory
Definition Classes
View
def
getViewIndex
(
arg0:
Float
,
arg1:
Float
,
arg2:
Shape
)
:
Int
Definition Classes
View
def
getViewIndex
(
arg0:
Int
,
arg1:
Bias
)
:
Int
Definition Classes
View
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
insert
(
arg0:
Int
,
arg1:
View
)
:
Unit
Definition Classes
View
def
insertUpdate
(
arg0:
DocumentEvent
,
arg1:
Shape
,
arg2:
ViewFactory
)
:
Unit
Definition Classes
PlainView → View
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isVisible
()
:
Boolean
Definition Classes
View
def
lineToRect
(
arg0:
Shape
,
arg1:
Int
)
:
Rectangle
Attributes
protected[
javax.swing.text
]
Definition Classes
PlainView
def
modelToView
(
arg0:
Int
,
arg1:
Shape
,
arg2:
Bias
)
:
Shape
Definition Classes
PlainView → View
Annotations
@throws
(
...
)
def
modelToView
(
arg0:
Int
,
arg1:
Bias
,
arg2:
Int
,
arg3:
Bias
,
arg4:
Shape
)
:
Shape
Definition Classes
View
Annotations
@throws
(
...
)
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nextTabStop
(
arg0:
Float
,
arg1:
Int
)
:
Float
Definition Classes
PlainView → TabExpander
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
paint
(
arg0:
Graphics
,
arg1:
Shape
)
:
Unit
Definition Classes
PlainView → View
def
preferenceChanged
(
arg0:
View
,
arg1:
Boolean
,
arg2:
Boolean
)
:
Unit
Definition Classes
View
def
remove
(
arg0:
Int
)
:
Unit
Definition Classes
View
def
removeAll
()
:
Unit
Definition Classes
View
def
removeUpdate
(
arg0:
DocumentEvent
,
arg1:
Shape
,
arg2:
ViewFactory
)
:
Unit
Definition Classes
PlainView → View
def
replace
(
arg0:
Int
,
arg1:
Int
,
arg2:
Array
[
View
]
)
:
Unit
Definition Classes
View
def
setParent
(
arg0:
View
)
:
Unit
Definition Classes
View
def
setSize
(
arg0:
Float
,
arg1:
Float
)
:
Unit
Definition Classes
PlainView → View
def
studyLine
(
lineIndex:
Int
)
:
Unit
Attributes
protected[
org.nlogo.editor
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
updateChildren
(
arg0:
ElementChange
,
arg1:
DocumentEvent
,
arg2:
ViewFactory
)
:
Boolean
Attributes
protected[
javax.swing.text
]
Definition Classes
View
def
updateDamage
(
arg0:
DocumentEvent
,
arg1:
Shape
,
arg2:
ViewFactory
)
:
Unit
Attributes
protected[
javax.swing.text
]
Definition Classes
PlainView
def
updateLayout
(
arg0:
ElementChange
,
arg1:
DocumentEvent
,
arg2:
Shape
)
:
Unit
Attributes
protected[
javax.swing.text
]
Definition Classes
View
def
updateMetrics
()
:
Unit
Attributes
protected[
javax.swing.text
]
Definition Classes
PlainView
def
viewToModel
(
arg0:
Float
,
arg1:
Float
,
arg2:
Shape
,
arg3:
Array
[
Bias
]
)
:
Int
Definition Classes
PlainView → View
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
(
...
)
Deprecated Value Members
def
modelToView
(
arg0:
Int
,
arg1:
Shape
)
:
Shape
Definition Classes
View
Annotations
@Deprecated
@deprecated
@throws
(
...
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
def
viewToModel
(
arg0:
Float
,
arg1:
Float
,
arg2:
Shape
)
:
Int
Definition Classes
View
Annotations
@Deprecated
@deprecated
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
PlainView
Inherited from
TabExpander
Inherited from
View
Inherited from
SwingConstants
Inherited from
AnyRef
Inherited from
Any
Ungrouped