Packages

class BoldView extends HighlightView

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

Instance Constructors

  1. new BoldView(elem: Element)

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

Inherited from PlainView

Inherited from TabExpander

Inherited from View

Inherited from SwingConstants

Inherited from AnyRef

Inherited from Any

Ungrouped