Class

org.nlogo.editor

HighlightView

Related Doc: package editor

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def append(arg0: View): Unit

    Permalink
    Definition Classes
    View
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def breakView(arg0: Int, arg1: Int, arg2: Float, arg3: Float): View

    Permalink
    Definition Classes
    View
  7. def changedUpdate(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit

    Permalink
    Definition Classes
    PlainView → View
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createFragment(arg0: Int, arg1: Int): View

    Permalink
    Definition Classes
    View
  10. def damageLineRange(arg0: Int, arg1: Int, arg2: Shape, arg3: Component): Unit

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    PlainView
  11. def drawLine(lineIndex: Int, g: Graphics, x: Int, y: Int): Unit

    Permalink
    Attributes
    protected[org.nlogo.editor]
    Definition Classes
    HighlightView → PlainView
  12. def drawSelectedText(g: Graphics, x: Int, y: Int, p0: Int, p1: Int): Int

    Permalink
    Attributes
    protected[org.nlogo.editor]
    Definition Classes
    HighlightView → PlainView
  13. def drawText(g: Graphics, x: Int, y: Int, p0: Int, p1: Int, isSelected: Boolean): Int

    Permalink
    Attributes
    protected[org.nlogo.editor]
  14. def drawUnselectedText(g: Graphics, x: Int, y: Int, p0: Int, p1: Int): Int

    Permalink
    Attributes
    protected[org.nlogo.editor]
    Definition Classes
    HighlightView → PlainView
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def forwardUpdate(arg0: ElementChange, arg1: DocumentEvent, arg2: Shape, arg3: ViewFactory): Unit

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    View
  19. def forwardUpdateToView(arg0: View, arg1: DocumentEvent, arg2: Shape, arg3: ViewFactory): Unit

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    View
  20. def getAlignment(arg0: Int): Float

    Permalink
    Definition Classes
    View
  21. def getAttributes(): AttributeSet

    Permalink
    Definition Classes
    View
  22. def getBreakWeight(arg0: Int, arg1: Float, arg2: Float): Int

    Permalink
    Definition Classes
    View
  23. def getChildAllocation(arg0: Int, arg1: Shape): Shape

    Permalink
    Definition Classes
    View
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getContainer(): Container

    Permalink
    Definition Classes
    View
  26. def getDocument(): Document

    Permalink
    Definition Classes
    View
  27. def getElement(): Element

    Permalink
    Definition Classes
    View
  28. def getEndOffset(): Int

    Permalink
    Definition Classes
    View
  29. def getGraphics(): Graphics

    Permalink
    Definition Classes
    View
  30. final def getLineBuffer(): Segment

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    PlainView
  31. def getMaximumSpan(arg0: Int): Float

    Permalink
    Definition Classes
    View
  32. def getMinimumSpan(arg0: Int): Float

    Permalink
    Definition Classes
    View
  33. def getNextVisualPositionFrom(arg0: Int, arg1: Bias, arg2: Shape, arg3: Int, arg4: Array[Bias]): Int

    Permalink
    Definition Classes
    View
    Annotations
    @throws( ... )
  34. def getParent(): View

    Permalink
    Definition Classes
    View
  35. def getPreferredSpan(arg0: Int): Float

    Permalink
    Definition Classes
    PlainView → View
  36. def getResizeWeight(arg0: Int): Int

    Permalink
    Definition Classes
    View
  37. def getStartOffset(): Int

    Permalink
    Definition Classes
    View
  38. def getTabSize(): Int

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    PlainView
  39. def getToolTipText(arg0: Float, arg1: Float, arg2: Shape): String

    Permalink
    Definition Classes
    View
  40. def getView(arg0: Int): View

    Permalink
    Definition Classes
    View
  41. def getViewCount(): Int

    Permalink
    Definition Classes
    View
  42. def getViewFactory(): ViewFactory

    Permalink
    Definition Classes
    View
  43. def getViewIndex(arg0: Float, arg1: Float, arg2: Shape): Int

    Permalink
    Definition Classes
    View
  44. def getViewIndex(arg0: Int, arg1: Bias): Int

    Permalink
    Definition Classes
    View
  45. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  46. def insert(arg0: Int, arg1: View): Unit

    Permalink
    Definition Classes
    View
  47. def insertUpdate(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit

    Permalink
    Definition Classes
    PlainView → View
  48. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  49. def isVisible(): Boolean

    Permalink
    Definition Classes
    View
  50. def lineToRect(arg0: Shape, arg1: Int): Rectangle

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    PlainView
  51. def modelToView(arg0: Int, arg1: Shape, arg2: Bias): Shape

    Permalink
    Definition Classes
    PlainView → View
    Annotations
    @throws( ... )
  52. def modelToView(arg0: Int, arg1: Bias, arg2: Int, arg3: Bias, arg4: Shape): Shape

    Permalink
    Definition Classes
    View
    Annotations
    @throws( ... )
  53. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def nextTabStop(arg0: Float, arg1: Int): Float

    Permalink
    Definition Classes
    PlainView → TabExpander
  55. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. def paint(arg0: Graphics, arg1: Shape): Unit

    Permalink
    Definition Classes
    PlainView → View
  58. def preferenceChanged(arg0: View, arg1: Boolean, arg2: Boolean): Unit

    Permalink
    Definition Classes
    View
  59. def remove(arg0: Int): Unit

    Permalink
    Definition Classes
    View
  60. def removeAll(): Unit

    Permalink
    Definition Classes
    View
  61. def removeUpdate(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit

    Permalink
    Definition Classes
    PlainView → View
  62. def replace(arg0: Int, arg1: Int, arg2: Array[View]): Unit

    Permalink
    Definition Classes
    View
  63. def setParent(arg0: View): Unit

    Permalink
    Definition Classes
    View
  64. def setSize(arg0: Float, arg1: Float): Unit

    Permalink
    Definition Classes
    PlainView → View
  65. def studyLine(lineIndex: Int): Unit

    Permalink
    Attributes
    protected[org.nlogo.editor]
  66. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  67. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  68. def updateChildren(arg0: ElementChange, arg1: DocumentEvent, arg2: ViewFactory): Boolean

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    View
  69. def updateDamage(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    PlainView
  70. def updateLayout(arg0: ElementChange, arg1: DocumentEvent, arg2: Shape): Unit

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    View
  71. def updateMetrics(): Unit

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    PlainView
  72. def viewToModel(arg0: Float, arg1: Float, arg2: Shape, arg3: Array[Bias]): Int

    Permalink
    Definition Classes
    PlainView → View
  73. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def modelToView(arg0: Int, arg1: Shape): Shape

    Permalink
    Definition Classes
    View
    Annotations
    @Deprecated @deprecated @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def viewToModel(arg0: Float, arg1: Float, arg2: Shape): Int

    Permalink
    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