c

org.nlogo.editor

HighlightView

class HighlightView extends PlainView

Source
HighlightView.java
Linear Supertypes
PlainView, TabExpander, View, SwingConstants, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HighlightView
  2. PlainView
  3. TabExpander
  4. View
  5. SwingConstants
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HighlightView(pane: JEditorPane, element: Element, 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. def append(arg0: View): Unit
    Definition Classes
    View
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def breakView(arg0: Int, arg1: Int, arg2: Float, arg3: Float): View
    Definition Classes
    View
  7. def changedUpdate(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit
    Definition Classes
    PlainView → View
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. def createFragment(arg0: Int, arg1: Int): View
    Definition Classes
    View
  10. def damageLineRange(arg0: Int, arg1: Int, arg2: Shape, arg3: Component): Unit
    Attributes
    protected[text]
    Definition Classes
    PlainView
  11. def drawLine(lineIndex: Int, g: Graphics2D, x: Float, y: Float): Unit
    Attributes
    protected[editor]
    Definition Classes
    HighlightView → PlainView
    Annotations
    @Override()
  12. def drawSelectedText(g: Graphics2D, x: Float, y: Float, p0: Int, p1: Int): Float
    Attributes
    protected[editor]
    Definition Classes
    HighlightView → PlainView
    Annotations
    @Override()
  13. def drawText(g: Graphics2D, x: Float, y: Float, p0: Int, p1: Int, isSelected: Boolean): Float
  14. def drawUnselectedText(g: Graphics2D, x: Float, y: Float, p0: Int, p1: Int): Float
    Attributes
    protected[editor]
    Definition Classes
    HighlightView → PlainView
    Annotations
    @Override()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def forwardUpdate(arg0: ElementChange, arg1: DocumentEvent, arg2: Shape, arg3: ViewFactory): Unit
    Attributes
    protected[text]
    Definition Classes
    View
  18. def forwardUpdateToView(arg0: View, arg1: DocumentEvent, arg2: Shape, arg3: ViewFactory): Unit
    Attributes
    protected[text]
    Definition Classes
    View
  19. def getAlignment(arg0: Int): Float
    Definition Classes
    View
  20. def getAttributes(): AttributeSet
    Definition Classes
    View
  21. def getBreakWeight(arg0: Int, arg1: Float, arg2: Float): Int
    Definition Classes
    View
  22. def getChildAllocation(arg0: Int, arg1: Shape): Shape
    Definition Classes
    View
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def getContainer(): Container
    Definition Classes
    View
  25. def getDocument(): Document
    Definition Classes
    View
  26. def getElement(): Element
    Definition Classes
    View
  27. def getEndOffset(): Int
    Definition Classes
    View
  28. def getGraphics(): Graphics
    Definition Classes
    View
  29. final def getLineBuffer(): Segment
    Attributes
    protected[text]
    Definition Classes
    PlainView
  30. def getMaximumSpan(arg0: Int): Float
    Definition Classes
    View
  31. def getMinimumSpan(arg0: Int): Float
    Definition Classes
    View
  32. def getNextVisualPositionFrom(arg0: Int, arg1: Bias, arg2: Shape, arg3: Int, arg4: Array[Bias]): Int
    Definition Classes
    View
    Annotations
    @throws( ... )
  33. def getParent(): View
    Definition Classes
    View
  34. def getPreferredSpan(arg0: Int): Float
    Definition Classes
    PlainView → View
  35. def getResizeWeight(arg0: Int): Int
    Definition Classes
    View
  36. def getStartOffset(): Int
    Definition Classes
    View
  37. def getTabSize(): Int
    Attributes
    protected[text]
    Definition Classes
    PlainView
  38. def getToolTipText(arg0: Float, arg1: Float, arg2: Shape): String
    Definition Classes
    View
  39. def getView(arg0: Int): View
    Definition Classes
    View
  40. def getViewCount(): Int
    Definition Classes
    View
  41. def getViewFactory(): ViewFactory
    Definition Classes
    View
  42. def getViewIndex(arg0: Float, arg1: Float, arg2: Shape): Int
    Definition Classes
    View
  43. def getViewIndex(arg0: Int, arg1: Bias): Int
    Definition Classes
    View
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  45. def insert(arg0: Int, arg1: View): Unit
    Definition Classes
    View
  46. def insertUpdate(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit
    Definition Classes
    PlainView → View
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def isVisible(): Boolean
    Definition Classes
    View
  49. def lineToRect(arg0: Shape, arg1: Int): Rectangle
    Attributes
    protected[text]
    Definition Classes
    PlainView
  50. def modelToView(arg0: Int, arg1: Shape, arg2: Bias): Shape
    Definition Classes
    PlainView → View
    Annotations
    @throws( ... )
  51. def modelToView(arg0: Int, arg1: Bias, arg2: Int, arg3: Bias, arg4: Shape): Shape
    Definition Classes
    View
    Annotations
    @throws( ... )
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. def nextTabStop(arg0: Float, arg1: Int): Float
    Definition Classes
    PlainView → TabExpander
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  56. def paint(arg0: Graphics, arg1: Shape): Unit
    Definition Classes
    PlainView → View
  57. def preferenceChanged(arg0: View, arg1: Boolean, arg2: Boolean): Unit
    Definition Classes
    View
  58. def remove(arg0: Int): Unit
    Definition Classes
    View
  59. def removeAll(): Unit
    Definition Classes
    View
  60. def removeUpdate(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit
    Definition Classes
    PlainView → View
  61. def replace(arg0: Int, arg1: Int, arg2: Array[View]): Unit
    Definition Classes
    View
  62. def setParent(arg0: View): Unit
    Definition Classes
    View
  63. def setSize(arg0: Float, arg1: Float): Unit
    Definition Classes
    PlainView → View
  64. def studyLine(lineIndex: Int): Unit
    Attributes
    protected[editor]
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def toString(): String
    Definition Classes
    AnyRef → Any
  67. def updateChildren(arg0: ElementChange, arg1: DocumentEvent, arg2: ViewFactory): Boolean
    Attributes
    protected[text]
    Definition Classes
    View
  68. def updateDamage(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit
    Attributes
    protected[text]
    Definition Classes
    PlainView
  69. def updateLayout(arg0: ElementChange, arg1: DocumentEvent, arg2: Shape): Unit
    Attributes
    protected[text]
    Definition Classes
    View
  70. def updateMetrics(): Unit
    Attributes
    protected[text]
    Definition Classes
    PlainView
  71. def viewToModel(arg0: Float, arg1: Float, arg2: Shape, arg3: Array[Bias]): Int
    Definition Classes
    PlainView → View
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def drawLine(arg0: Int, arg1: Graphics, arg2: Int, arg3: Int): Unit
    Attributes
    protected[text]
    Definition Classes
    PlainView
    Annotations
    @Deprecated
    Deprecated
  2. def drawSelectedText(arg0: Graphics, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Int
    Attributes
    protected[text]
    Definition Classes
    PlainView
    Annotations
    @throws( ... ) @Deprecated
    Deprecated
  3. def drawUnselectedText(arg0: Graphics, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Int
    Attributes
    protected[text]
    Definition Classes
    PlainView
    Annotations
    @throws( ... ) @Deprecated
    Deprecated
  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  5. def modelToView(arg0: Int, arg1: Shape): Shape
    Definition Classes
    View
    Annotations
    @throws( ... ) @Deprecated
    Deprecated
  6. def viewToModel(arg0: Float, arg1: Float, arg2: Shape): Int
    Definition Classes
    View
    Annotations
    @Deprecated
    Deprecated

Inherited from PlainView

Inherited from TabExpander

Inherited from View

Inherited from SwingConstants

Inherited from AnyRef

Inherited from Any

Ungrouped