class BoldView extends HighlightView
- Source
- ShowUsageBox.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoldView
- HighlightView
- PlainView
- TabExpander
- View
- SwingConstants
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BoldView(elem: Element)
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
- var boldingRanges: Seq[Range]
-
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
createFragment(arg0: Int, arg1: Int): View
- Definition Classes
- View
-
def
damageLineRange(arg0: Int, arg1: Int, arg2: Shape, arg3: Component): Unit
- Attributes
- protected[text]
- Definition Classes
- PlainView
-
def
drawLine(lineIndex: Int, g: Graphics2D, x: Float, y: Float): Unit
- Attributes
- protected[editor]
- Definition Classes
- HighlightView → PlainView
- Annotations
- @Override()
-
def
drawSelectedText(g: Graphics2D, x: Float, y: Float, p0: Int, p1: Int): Float
- Attributes
- protected[editor]
- Definition Classes
- HighlightView → PlainView
- Annotations
- @Override()
-
def
drawText(g: Graphics2D, x: Float, y: Float, p0: Int, p1: Int, isSelected: Boolean): Float
- Definition Classes
- BoldView → HighlightView
-
def
drawUnselectedText(g: Graphics2D, x: Float, y: Float, p0: Int, p1: Int): Float
- Attributes
- protected[editor]
- Definition Classes
- HighlightView → PlainView
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
forwardUpdate(arg0: ElementChange, arg1: DocumentEvent, arg2: Shape, arg3: ViewFactory): Unit
- Attributes
- protected[text]
- Definition Classes
- View
-
def
forwardUpdateToView(arg0: View, arg1: DocumentEvent, arg2: Shape, arg3: ViewFactory): Unit
- Attributes
- protected[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
- Annotations
- @native() @IntrinsicCandidate()
-
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[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[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
- Annotations
- @native() @IntrinsicCandidate()
-
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[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
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
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
- Definition Classes
- BoldView → HighlightView
-
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[text]
- Definition Classes
- View
-
def
updateDamage(arg0: DocumentEvent, arg1: Shape, arg2: ViewFactory): Unit
- Attributes
- protected[text]
- Definition Classes
- PlainView
-
def
updateLayout(arg0: ElementChange, arg1: DocumentEvent, arg2: Shape): Unit
- Attributes
- protected[text]
- Definition Classes
- View
-
def
updateMetrics(): Unit
- Attributes
- protected[text]
- Definition Classes
- PlainView
-
def
viewToModel(arg0: Float, arg1: Float, arg2: Shape, arg3: Array[Bias]): Int
- Definition Classes
- PlainView → View
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
drawLine(arg0: Int, arg1: Graphics, arg2: Int, arg3: Int): Unit
- Attributes
- protected[text]
- Definition Classes
- PlainView
- Annotations
- @Deprecated
- Deprecated
-
def
drawSelectedText(arg0: Graphics, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Int
- Attributes
- protected[text]
- Definition Classes
- PlainView
- Annotations
- @throws( ... ) @Deprecated
- Deprecated
-
def
drawUnselectedText(arg0: Graphics, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Int
- Attributes
- protected[text]
- Definition Classes
- PlainView
- Annotations
- @throws( ... ) @Deprecated
- Deprecated
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
modelToView(arg0: Int, arg1: Shape): Shape
- Definition Classes
- View
- Annotations
- @throws( ... ) @Deprecated
- Deprecated
-
def
viewToModel(arg0: Float, arg1: Float, arg2: Shape): Int
- Definition Classes
- View
- Annotations
- @Deprecated
- Deprecated