Class

scala.tools.nsc.ast.TreeBrowsers

TextInfoPanel

Related Doc: package TreeBrowsers

Permalink

class TextInfoPanel extends JTextArea

Present detailed information about the selected tree node.

Source
TreeBrowsers.scala
Linear Supertypes
JTextArea, JTextComponent, Accessible, Scrollable, JComponent, HasGetTransferHandler, Container, Component, java.io.Serializable, MenuContainer, ImageObserver, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextInfoPanel
  2. JTextArea
  3. JTextComponent
  4. Accessible
  5. Scrollable
  6. JComponent
  7. HasGetTransferHandler
  8. Container
  9. Component
  10. Serializable
  11. MenuContainer
  12. ImageObserver
  13. AnyRef
  14. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextInfoPanel()

    Permalink

Type Members

  1. abstract class AccessibleAWTComponent extends AccessibleContext with java.io.Serializable with AccessibleComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  2. class AccessibleAWTContainer extends AccessibleAWTComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Container
  3. abstract class AccessibleJComponent extends AccessibleAWTContainer with AccessibleExtendedComponent

    Permalink
    Definition Classes
    JComponent
  4. class AccessibleJTextArea extends AccessibleJTextComponent

    Permalink
    Attributes
    protected
    Definition Classes
    JTextArea
  5. class AccessibleJTextComponent extends AccessibleJComponent with AccessibleText with CaretListener with DocumentListener with AccessibleAction with AccessibleEditableText with AccessibleExtendedText

    Permalink
    Definition Classes
    JTextComponent
  6. final class ActionStandin extends Action

    Permalink
    Attributes
    private[javax.swing]
    Definition Classes
    JComponent
  7. class BltBufferStrategy extends BufferStrategy

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  8. class ComposedTextCaret extends DefaultCaret with java.io.Serializable

    Permalink
    Attributes
    private[javax.swing.text]
    Definition Classes
    JTextComponent
  9. class FlipBufferStrategy extends BufferStrategy

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  10. class InputMethodRequestsHandler extends InputMethodRequests with DocumentListener

    Permalink
    Attributes
    private[javax.swing.text]
    Definition Classes
    JTextComponent
  11. final class NativeInLightFixer extends ComponentListener with ContainerListener

    Permalink
    Attributes
    private[java.awt]
    Definition Classes
    Component

Value Members

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

    Permalink

    Test two objects for inequality.

    Test two objects for inequality.

    returns

    true if !(this == that), false otherwise.

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

    Permalink

    Equivalent to x.hashCode except for boxed numeric types and null.

    Equivalent to x.hashCode except for boxed numeric types and null. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. For null returns a hashcode where null.hashCode throws a NullPointerException.

    returns

    a hash value consistent with ==

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextInfoPanel to any2stringadd[TextInfoPanel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TextInfoPanel, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextInfoPanel to ArrowAssoc[TextInfoPanel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  6. def add(arg0: Component, arg1: Any, arg2: Int): Unit

    Permalink
    Definition Classes
    Container
  7. def add(arg0: Component, arg1: Any): Unit

    Permalink
    Definition Classes
    Container
  8. def add(arg0: Component, arg1: Int): Component

    Permalink
    Definition Classes
    Container
  9. def add(arg0: String, arg1: Component): Component

    Permalink
    Definition Classes
    Container
  10. def add(arg0: Component): Component

    Permalink
    Definition Classes
    Container
  11. def add(arg0: PopupMenu): Unit

    Permalink
    Definition Classes
    Component
  12. def addAncestorListener(arg0: AncestorListener): Unit

    Permalink
    Definition Classes
    JComponent
  13. def addCaretListener(arg0: CaretListener): Unit

    Permalink
    Definition Classes
    JTextComponent
  14. def addComponentListener(arg0: ComponentListener): Unit

    Permalink
    Definition Classes
    Component
  15. def addContainerListener(arg0: ContainerListener): Unit

    Permalink
    Definition Classes
    Container
  16. def addFocusListener(arg0: FocusListener): Unit

    Permalink
    Definition Classes
    Component
  17. def addHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    Permalink
    Definition Classes
    Component
  18. def addHierarchyListener(arg0: HierarchyListener): Unit

    Permalink
    Definition Classes
    Component
  19. def addImpl(arg0: Component, arg1: Any, arg2: Int): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container
  20. def addInputMethodListener(arg0: InputMethodListener): Unit

    Permalink
    Definition Classes
    JTextComponent → Component
  21. def addKeyListener(arg0: KeyListener): Unit

    Permalink
    Definition Classes
    Component
  22. def addMouseListener(arg0: MouseListener): Unit

    Permalink
    Definition Classes
    Component
  23. def addMouseMotionListener(arg0: MouseMotionListener): Unit

    Permalink
    Definition Classes
    Component
  24. def addMouseWheelListener(arg0: MouseWheelListener): Unit

    Permalink
    Definition Classes
    Component
  25. def addNotify(): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  26. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Container → Component
  27. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Container → Component
  28. def addVetoableChangeListener(arg0: VetoableChangeListener): Unit

    Permalink
    Definition Classes
    JComponent
  29. def append(arg0: String): Unit

    Permalink
    Definition Classes
    JTextArea
  30. def applyComponentOrientation(arg0: ComponentOrientation): Unit

    Permalink
    Definition Classes
    Container → Component
  31. def areFocusTraversalKeysSet(arg0: Int): Boolean

    Permalink
    Definition Classes
    Container → Component
  32. final def asInstanceOf[T0]: T0

    Permalink

    Cast the receiver object to be of type T0.

    Cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression 1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expression List(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.

    returns

    the receiver object.

    Definition Classes
    Any
    Exceptions thrown

    ClassCastException if the receiver object is not an instance of the erasure of type T0.

  33. def checkImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Int

    Permalink
    Definition Classes
    Component
  34. def checkImage(arg0: Image, arg1: ImageObserver): Int

    Permalink
    Definition Classes
    Component
  35. def clone(): AnyRef

    Permalink

    Create a copy of the receiver object.

    Create a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
    Note

    not specified by SLS as a member of AnyRef

  36. def coalesceEvents(arg0: AWTEvent, arg1: AWTEvent): AWTEvent

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  37. def computeVisibleRect(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    JComponent
  38. def contains(arg0: Int, arg1: Int): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  39. def contains(arg0: Point): Boolean

    Permalink
    Definition Classes
    Component
  40. def copy(): Unit

    Permalink
    Definition Classes
    JTextComponent
  41. def createDefaultModel(): Document

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JTextArea
  42. def createImage(arg0: Int, arg1: Int): Image

    Permalink
    Definition Classes
    Component
  43. def createImage(arg0: ImageProducer): Image

    Permalink
    Definition Classes
    Component
  44. def createToolTip(): JToolTip

    Permalink
    Definition Classes
    JComponent
  45. def createVolatileImage(arg0: Int, arg1: Int, arg2: ImageCapabilities): VolatileImage

    Permalink
    Definition Classes
    Component
    Annotations
    @throws( classOf[java.awt.AWTException] )
  46. def createVolatileImage(arg0: Int, arg1: Int): VolatileImage

    Permalink
    Definition Classes
    Component
  47. def cut(): Unit

    Permalink
    Definition Classes
    JTextComponent
  48. final def disableEvents(arg0: Long): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  49. final def dispatchEvent(arg0: AWTEvent): Unit

    Permalink
    Definition Classes
    Component
  50. def doLayout(): Unit

    Permalink
    Definition Classes
    Container → Component
  51. final def enableEvents(arg0: Long): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  52. def enableInputMethods(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  53. def ensuring(cond: (TextInfoPanel) ⇒ Boolean, msg: ⇒ Any): TextInfoPanel

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextInfoPanel to Ensuring[TextInfoPanel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  54. def ensuring(cond: (TextInfoPanel) ⇒ Boolean): TextInfoPanel

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextInfoPanel to Ensuring[TextInfoPanel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  55. def ensuring(cond: Boolean, msg: ⇒ Any): TextInfoPanel

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextInfoPanel to Ensuring[TextInfoPanel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  56. def ensuring(cond: Boolean): TextInfoPanel

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextInfoPanel to Ensuring[TextInfoPanel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  57. final def eq(arg0: AnyRef): Boolean

    Permalink

    Tests whether the argument (that) is a reference to the receiver object (this).

    Tests whether the argument (that) is a reference to the receiver object (this).

    The eq method implements an equivalence relation on non-null instances of AnyRef, and has three additional properties:

    • It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false.
    • For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false.
    • null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    returns

    true if the argument is a reference to the receiver object; false otherwise.

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

    Permalink

    The equality method for reference types.

    The equality method for reference types. Default implementation delegates to eq.

    See also equals in scala.Any.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

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

    Permalink

    Called by the garbage collector on the receiver object when there are no more references to the object.

    Called by the garbage collector on the receiver object when there are no more references to the object.

    The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
    Note

    not specified by SLS as a member of AnyRef

  60. def findComponentAt(arg0: Point): Component

    Permalink
    Definition Classes
    Container
  61. def findComponentAt(arg0: Int, arg1: Int): Component

    Permalink
    Definition Classes
    Container
  62. def fireCaretUpdate(arg0: CaretEvent): Unit

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    JTextComponent
  63. def firePropertyChange(arg0: String, arg1: Char, arg2: Char): Unit

    Permalink
    Definition Classes
    JComponent → Component
  64. def firePropertyChange(arg0: String, arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    JComponent → Component
  65. def firePropertyChange(arg0: String, arg1: Boolean, arg2: Boolean): Unit

    Permalink
    Definition Classes
    JComponent → Component
  66. def firePropertyChange(arg0: String, arg1: Double, arg2: Double): Unit

    Permalink
    Definition Classes
    Component
  67. def firePropertyChange(arg0: String, arg1: Float, arg2: Float): Unit

    Permalink
    Definition Classes
    Component
  68. def firePropertyChange(arg0: String, arg1: Long, arg2: Long): Unit

    Permalink
    Definition Classes
    Component
  69. def firePropertyChange(arg0: String, arg1: Short, arg2: Short): Unit

    Permalink
    Definition Classes
    Component
  70. def firePropertyChange(arg0: String, arg1: Byte, arg2: Byte): Unit

    Permalink
    Definition Classes
    Component
  71. def firePropertyChange(arg0: String, arg1: Any, arg2: Any): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  72. def fireVetoableChange(arg0: String, arg1: Any, arg2: Any): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
    Annotations
    @throws( ... )
  73. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextInfoPanel to StringFormat[TextInfoPanel] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  74. def getAccessibleContext(): AccessibleContext

    Permalink
    Definition Classes
    JTextArea → JTextComponent → Accessible → JComponent → Component
  75. def getActionForKeyStroke(arg0: KeyStroke): ActionListener

    Permalink
    Definition Classes
    JComponent
  76. final def getActionMap(): ActionMap

    Permalink
    Definition Classes
    JComponent
  77. def getActions(): Array[Action]

    Permalink
    Definition Classes
    JTextComponent
  78. def getAlignmentX(): Float

    Permalink
    Definition Classes
    JComponent → Container → Component
  79. def getAlignmentY(): Float

    Permalink
    Definition Classes
    JComponent → Container → Component
  80. def getAncestorListeners(): Array[AncestorListener]

    Permalink
    Definition Classes
    JComponent
  81. def getAutoscrolls(): Boolean

    Permalink
    Definition Classes
    JComponent
  82. def getBackground(): Color

    Permalink
    Definition Classes
    Component
  83. def getBaseline(arg0: Int, arg1: Int): Int

    Permalink
    Definition Classes
    JComponent → Component
  84. def getBaselineResizeBehavior(): BaselineResizeBehavior

    Permalink
    Definition Classes
    JComponent → Component
  85. def getBorder(): Border

    Permalink
    Definition Classes
    JComponent
  86. def getBounds(arg0: Rectangle): Rectangle

    Permalink
    Definition Classes
    JComponent → Component
  87. def getBounds(): Rectangle

    Permalink
    Definition Classes
    Component
  88. def getCaret(): Caret

    Permalink
    Definition Classes
    JTextComponent
  89. def getCaretColor(): Color

    Permalink
    Definition Classes
    JTextComponent
  90. def getCaretListeners(): Array[CaretListener]

    Permalink
    Definition Classes
    JTextComponent
  91. def getCaretPosition(): Int

    Permalink
    Definition Classes
    JTextComponent
  92. final def getClass(): Class[_]

    Permalink

    A representation that corresponds to the dynamic class of the receiver object.

    A representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    Definition Classes
    AnyRef → Any
    Note

    not specified by SLS as a member of AnyRef

  93. final def getClientProperty(arg0: Any): AnyRef

    Permalink
    Definition Classes
    JComponent
  94. def getColorModel(): ColorModel

    Permalink
    Definition Classes
    Component
  95. def getColumnWidth(): Int

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JTextArea
  96. def getColumns(): Int

    Permalink
    Definition Classes
    JTextArea
  97. def getComponent(arg0: Int): Component

    Permalink
    Definition Classes
    Container
  98. def getComponentAt(arg0: Point): Component

    Permalink
    Definition Classes
    Container → Component
  99. def getComponentAt(arg0: Int, arg1: Int): Component

    Permalink
    Definition Classes
    Container → Component
  100. def getComponentCount(): Int

    Permalink
    Definition Classes
    Container
  101. def getComponentGraphics(arg0: Graphics): Graphics

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  102. def getComponentListeners(): Array[ComponentListener]

    Permalink
    Definition Classes
    Component
  103. def getComponentOrientation(): ComponentOrientation

    Permalink
    Definition Classes
    Component
  104. def getComponentPopupMenu(): JPopupMenu

    Permalink
    Definition Classes
    JComponent
  105. def getComponentZOrder(arg0: Component): Int

    Permalink
    Definition Classes
    Container
  106. def getComponents(): Array[Component]

    Permalink
    Definition Classes
    Container
  107. def getConditionForKeyStroke(arg0: KeyStroke): Int

    Permalink
    Definition Classes
    JComponent
  108. def getContainerListeners(): Array[ContainerListener]

    Permalink
    Definition Classes
    Container
  109. def getCursor(): Cursor

    Permalink
    Definition Classes
    Component
  110. def getDebugGraphicsOptions(): Int

    Permalink
    Definition Classes
    JComponent
  111. def getDisabledTextColor(): Color

    Permalink
    Definition Classes
    JTextComponent
  112. def getDocument(): Document

    Permalink
    Definition Classes
    JTextComponent
  113. def getDragEnabled(): Boolean

    Permalink
    Definition Classes
    JTextComponent
  114. final def getDropLocation(): DropLocation

    Permalink
    Definition Classes
    JTextComponent
  115. final def getDropMode(): DropMode

    Permalink
    Definition Classes
    JTextComponent
  116. def getDropTarget(): DropTarget

    Permalink
    Definition Classes
    Component
  117. def getFocusAccelerator(): Char

    Permalink
    Definition Classes
    JTextComponent
  118. def getFocusCycleRootAncestor(): Container

    Permalink
    Definition Classes
    Component
  119. def getFocusListeners(): Array[FocusListener]

    Permalink
    Definition Classes
    Component
  120. def getFocusTraversalKeys(arg0: Int): Set[AWTKeyStroke]

    Permalink
    Definition Classes
    Container → Component
  121. def getFocusTraversalKeysEnabled(): Boolean

    Permalink
    Definition Classes
    Component
  122. def getFocusTraversalPolicy(): FocusTraversalPolicy

    Permalink
    Definition Classes
    Container
  123. def getFont(): Font

    Permalink
    Definition Classes
    Component → MenuContainer
  124. def getFontMetrics(arg0: Font): FontMetrics

    Permalink
    Definition Classes
    JComponent → Component
  125. def getForeground(): Color

    Permalink
    Definition Classes
    Component
  126. def getGraphics(): Graphics

    Permalink
    Definition Classes
    JComponent → Component
  127. def getGraphicsConfiguration(): GraphicsConfiguration

    Permalink
    Definition Classes
    Component
  128. def getHeight(): Int

    Permalink
    Definition Classes
    JComponent → Component
  129. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

    Permalink
    Definition Classes
    Component
  130. def getHierarchyListeners(): Array[HierarchyListener]

    Permalink
    Definition Classes
    Component
  131. def getHighlighter(): Highlighter

    Permalink
    Definition Classes
    JTextComponent
  132. def getIgnoreRepaint(): Boolean

    Permalink
    Definition Classes
    Component
  133. def getInheritsPopupMenu(): Boolean

    Permalink
    Definition Classes
    JComponent
  134. def getInputContext(): InputContext

    Permalink
    Definition Classes
    Component
  135. final def getInputMap(): InputMap

    Permalink
    Definition Classes
    JComponent
  136. final def getInputMap(arg0: Int): InputMap

    Permalink
    Definition Classes
    JComponent
  137. def getInputMethodListeners(): Array[InputMethodListener]

    Permalink
    Definition Classes
    Component
  138. def getInputMethodRequests(): InputMethodRequests

    Permalink
    Definition Classes
    JTextComponent → Component
  139. def getInputVerifier(): InputVerifier

    Permalink
    Definition Classes
    JComponent
  140. def getInsets(arg0: Insets): Insets

    Permalink
    Definition Classes
    JComponent
  141. def getInsets(): Insets

    Permalink
    Definition Classes
    JComponent → Container
  142. def getKeyListeners(): Array[KeyListener]

    Permalink
    Definition Classes
    Component
  143. def getKeymap(): Keymap

    Permalink
    Definition Classes
    JTextComponent
  144. def getLayout(): LayoutManager

    Permalink
    Definition Classes
    Container
  145. def getLineCount(): Int

    Permalink
    Definition Classes
    JTextArea
  146. def getLineEndOffset(arg0: Int): Int

    Permalink
    Definition Classes
    JTextArea
    Annotations
    @throws( ... )
  147. def getLineOfOffset(arg0: Int): Int

    Permalink
    Definition Classes
    JTextArea
    Annotations
    @throws( ... )
  148. def getLineStartOffset(arg0: Int): Int

    Permalink
    Definition Classes
    JTextArea
    Annotations
    @throws( ... )
  149. def getLineWrap(): Boolean

    Permalink
    Definition Classes
    JTextArea
  150. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]

    Permalink
    Definition Classes
    JComponent → Container → Component
  151. def getLocale(): Locale

    Permalink
    Definition Classes
    Component
  152. def getLocation(arg0: Point): Point

    Permalink
    Definition Classes
    JComponent → Component
  153. def getLocation(): Point

    Permalink
    Definition Classes
    Component
  154. def getLocationOnScreen(): Point

    Permalink
    Definition Classes
    Component
  155. def getMargin(): Insets

    Permalink
    Definition Classes
    JTextComponent
  156. def getMaximumSize(): Dimension

    Permalink
    Definition Classes
    JComponent → Container → Component
  157. def getMinimumSize(): Dimension

    Permalink
    Definition Classes
    JComponent → Container → Component
  158. def getMouseListeners(): Array[MouseListener]

    Permalink
    Definition Classes
    Component
  159. def getMouseMotionListeners(): Array[MouseMotionListener]

    Permalink
    Definition Classes
    Component
  160. def getMousePosition(arg0: Boolean): Point

    Permalink
    Definition Classes
    Container
    Annotations
    @throws( classOf[java.awt.HeadlessException] )
  161. def getMousePosition(): Point

    Permalink
    Definition Classes
    Component
    Annotations
    @throws( classOf[java.awt.HeadlessException] )
  162. def getMouseWheelListeners(): Array[MouseWheelListener]

    Permalink
    Definition Classes
    Component
  163. def getName(): String

    Permalink
    Definition Classes
    Component
  164. def getNavigationFilter(): NavigationFilter

    Permalink
    Definition Classes
    JTextComponent
  165. def getParent(): Container

    Permalink
    Definition Classes
    Component
  166. def getPopupLocation(arg0: MouseEvent): Point

    Permalink
    Definition Classes
    JComponent
  167. def getPreferredScrollableViewportSize(): Dimension

    Permalink
    Definition Classes
    JTextArea → JTextComponent → Scrollable
  168. def getPreferredSize(): Dimension

    Permalink
    Definition Classes
    JTextArea → JComponent → Container → Component
  169. def getPrintable(arg0: MessageFormat, arg1: MessageFormat): Printable

    Permalink
    Definition Classes
    JTextComponent
  170. def getPropertyChangeListeners(arg0: String): Array[PropertyChangeListener]

    Permalink
    Definition Classes
    Component
  171. def getPropertyChangeListeners(): Array[PropertyChangeListener]

    Permalink
    Definition Classes
    Component
  172. def getRegisteredKeyStrokes(): Array[KeyStroke]

    Permalink
    Definition Classes
    JComponent
  173. def getRootPane(): JRootPane

    Permalink
    Definition Classes
    JComponent
  174. def getRowHeight(): Int

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JTextArea
  175. def getRows(): Int

    Permalink
    Definition Classes
    JTextArea
  176. def getScrollableBlockIncrement(arg0: Rectangle, arg1: Int, arg2: Int): Int

    Permalink
    Definition Classes
    JTextComponent → Scrollable
  177. def getScrollableTracksViewportHeight(): Boolean

    Permalink
    Definition Classes
    JTextComponent → Scrollable
  178. def getScrollableTracksViewportWidth(): Boolean

    Permalink
    Definition Classes
    JTextArea → JTextComponent → Scrollable
  179. def getScrollableUnitIncrement(arg0: Rectangle, arg1: Int, arg2: Int): Int

    Permalink
    Definition Classes
    JTextArea → JTextComponent → Scrollable
  180. def getSelectedText(): String

    Permalink
    Definition Classes
    JTextComponent
  181. def getSelectedTextColor(): Color

    Permalink
    Definition Classes
    JTextComponent
  182. def getSelectionColor(): Color

    Permalink
    Definition Classes
    JTextComponent
  183. def getSelectionEnd(): Int

    Permalink
    Definition Classes
    JTextComponent
  184. def getSelectionStart(): Int

    Permalink
    Definition Classes
    JTextComponent
  185. def getSize(arg0: Dimension): Dimension

    Permalink
    Definition Classes
    JComponent → Component
  186. def getSize(): Dimension

    Permalink
    Definition Classes
    Component
  187. def getTabSize(): Int

    Permalink
    Definition Classes
    JTextArea
  188. def getText(): String

    Permalink
    Definition Classes
    JTextComponent
  189. def getText(arg0: Int, arg1: Int): String

    Permalink
    Definition Classes
    JTextComponent
    Annotations
    @throws( ... )
  190. def getToolTipLocation(arg0: MouseEvent): Point

    Permalink
    Definition Classes
    JComponent
  191. def getToolTipText(arg0: MouseEvent): String

    Permalink
    Definition Classes
    JTextComponent → JComponent
  192. def getToolTipText(): String

    Permalink
    Definition Classes
    JComponent
  193. def getToolkit(): Toolkit

    Permalink
    Definition Classes
    Component
  194. def getTopLevelAncestor(): Container

    Permalink
    Definition Classes
    JComponent
  195. def getTransferHandler(): TransferHandler

    Permalink
    Definition Classes
    JComponent → HasGetTransferHandler
  196. final def getTreeLock(): AnyRef

    Permalink
    Definition Classes
    Component
  197. def getUI(): TextUI

    Permalink
    Definition Classes
    JTextComponent
  198. def getUIClassID(): String

    Permalink
    Definition Classes
    JTextArea → JComponent
  199. def getVerifyInputWhenFocusTarget(): Boolean

    Permalink
    Definition Classes
    JComponent
  200. def getVetoableChangeListeners(): Array[VetoableChangeListener]

    Permalink
    Definition Classes
    JComponent
  201. def getVisibleRect(): Rectangle

    Permalink
    Definition Classes
    JComponent
  202. def getWidth(): Int

    Permalink
    Definition Classes
    JComponent → Component
  203. def getWrapStyleWord(): Boolean

    Permalink
    Definition Classes
    JTextArea
  204. def getX(): Int

    Permalink
    Definition Classes
    JComponent → Component
  205. def getY(): Int

    Permalink
    Definition Classes
    JComponent → Component
  206. def grabFocus(): Unit

    Permalink
    Definition Classes
    JComponent
  207. def hasFocus(): Boolean

    Permalink
    Definition Classes
    Component
  208. def hashCode(): Int

    Permalink

    The hashCode method for reference types.

    The hashCode method for reference types. See hashCode in scala.Any.

    returns

    the hash code value for this object.

    Definition Classes
    AnyRef → Any
  209. def imageUpdate(arg0: Image, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Boolean

    Permalink
    Definition Classes
    Component → ImageObserver
  210. def insert(arg0: String, arg1: Int): Unit

    Permalink
    Definition Classes
    JTextArea
  211. def invalidate(): Unit

    Permalink
    Definition Classes
    Container → Component
  212. def isAncestorOf(arg0: Component): Boolean

    Permalink
    Definition Classes
    Container
  213. def isBackgroundSet(): Boolean

    Permalink
    Definition Classes
    Component
  214. def isCursorSet(): Boolean

    Permalink
    Definition Classes
    Component
  215. def isDisplayable(): Boolean

    Permalink
    Definition Classes
    Component
  216. def isDoubleBuffered(): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  217. def isEditable(): Boolean

    Permalink
    Definition Classes
    JTextComponent
  218. def isEnabled(): Boolean

    Permalink
    Definition Classes
    Component
  219. def isFocusCycleRoot(): Boolean

    Permalink
    Definition Classes
    Container
  220. def isFocusCycleRoot(arg0: Container): Boolean

    Permalink
    Definition Classes
    Container → Component
  221. def isFocusOwner(): Boolean

    Permalink
    Definition Classes
    Component
  222. final def isFocusTraversalPolicyProvider(): Boolean

    Permalink
    Definition Classes
    Container
  223. def isFocusTraversalPolicySet(): Boolean

    Permalink
    Definition Classes
    Container
  224. def isFocusable(): Boolean

    Permalink
    Definition Classes
    Component
  225. def isFontSet(): Boolean

    Permalink
    Definition Classes
    Component
  226. def isForegroundSet(): Boolean

    Permalink
    Definition Classes
    Component
  227. final def isInstanceOf[T0]: Boolean

    Permalink

    Test whether the dynamic type of the receiver object is T0.

    Test whether the dynamic type of the receiver object is T0.

    Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression 1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    Definition Classes
    Any
  228. def isLightweight(): Boolean

    Permalink
    Definition Classes
    Component
  229. def isMaximumSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  230. def isMinimumSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  231. def isOpaque(): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  232. def isOptimizedDrawingEnabled(): Boolean

    Permalink
    Definition Classes
    JComponent
  233. final def isPaintingForPrint(): Boolean

    Permalink
    Definition Classes
    JComponent
  234. def isPaintingTile(): Boolean

    Permalink
    Definition Classes
    JComponent
  235. def isPreferredSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  236. def isRequestFocusEnabled(): Boolean

    Permalink
    Definition Classes
    JComponent
  237. def isShowing(): Boolean

    Permalink
    Definition Classes
    Component
  238. def isValid(): Boolean

    Permalink
    Definition Classes
    Component
  239. def isValidateRoot(): Boolean

    Permalink
    Definition Classes
    JComponent
  240. def isVisible(): Boolean

    Permalink
    Definition Classes
    Component
  241. def list(arg0: PrintWriter, arg1: Int): Unit

    Permalink
    Definition Classes
    Container → Component
  242. def list(arg0: PrintStream, arg1: Int): Unit

    Permalink
    Definition Classes
    Container → Component
  243. def list(arg0: PrintWriter): Unit

    Permalink
    Definition Classes
    Component
  244. def list(arg0: PrintStream): Unit

    Permalink
    Definition Classes
    Component
  245. def list(): Unit

    Permalink
    Definition Classes
    Component
  246. def modelToView(arg0: Int): Rectangle

    Permalink
    Definition Classes
    JTextComponent
    Annotations
    @throws( ... )
  247. def moveCaretPosition(arg0: Int): Unit

    Permalink
    Definition Classes
    JTextComponent
  248. final def ne(arg0: AnyRef): Boolean

    Permalink

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  249. final def notify(): Unit

    Permalink

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  250. final def notifyAll(): Unit

    Permalink

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  251. def paint(arg0: Graphics): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  252. def paintAll(arg0: Graphics): Unit

    Permalink
    Definition Classes
    Component
  253. def paintBorder(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  254. def paintChildren(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  255. def paintComponent(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  256. def paintComponents(arg0: Graphics): Unit

    Permalink
    Definition Classes
    Container
  257. def paintImmediately(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    JComponent
  258. def paintImmediately(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    JComponent
  259. def paramString(): String

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JTextArea → JTextComponent → JComponent → Container → Component
  260. def paste(): Unit

    Permalink
    Definition Classes
    JTextComponent
  261. def prepareImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Boolean

    Permalink
    Definition Classes
    Component
  262. def prepareImage(arg0: Image, arg1: ImageObserver): Boolean

    Permalink
    Definition Classes
    Component
  263. def print(arg0: MessageFormat, arg1: MessageFormat, arg2: Boolean, arg3: PrintService, arg4: PrintRequestAttributeSet, arg5: Boolean): Boolean

    Permalink
    Definition Classes
    JTextComponent
    Annotations
    @throws( ... )
  264. def print(arg0: MessageFormat, arg1: MessageFormat): Boolean

    Permalink
    Definition Classes
    JTextComponent
    Annotations
    @throws( ... )
  265. def print(): Boolean

    Permalink
    Definition Classes
    JTextComponent
    Annotations
    @throws( ... )
  266. def print(arg0: Graphics): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  267. def printAll(arg0: Graphics): Unit

    Permalink
    Definition Classes
    JComponent → Component
  268. def printBorder(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  269. def printChildren(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  270. def printComponent(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  271. def printComponents(arg0: Graphics): Unit

    Permalink
    Definition Classes
    Container
  272. def processComponentEvent(arg0: ComponentEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  273. def processComponentKeyEvent(arg0: KeyEvent): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  274. def processContainerEvent(arg0: ContainerEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container
  275. def processEvent(arg0: AWTEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container → Component
  276. def processFocusEvent(arg0: FocusEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  277. def processHierarchyBoundsEvent(arg0: HierarchyEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  278. def processHierarchyEvent(arg0: HierarchyEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  279. def processInputMethodEvent(arg0: InputMethodEvent): Unit

    Permalink
    Attributes
    protected[javax.swing.text]
    Definition Classes
    JTextComponent → Component
  280. def processKeyBinding(arg0: KeyStroke, arg1: KeyEvent, arg2: Int, arg3: Boolean): Boolean

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  281. def processKeyEvent(arg0: KeyEvent): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent → Component
  282. def processMouseEvent(arg0: MouseEvent): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent → Component
  283. def processMouseMotionEvent(arg0: MouseEvent): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent → Component
  284. def processMouseWheelEvent(arg0: MouseWheelEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  285. final def putClientProperty(arg0: Any, arg1: Any): Unit

    Permalink
    Definition Classes
    JComponent
  286. def read(arg0: Reader, arg1: Any): Unit

    Permalink
    Definition Classes
    JTextComponent
    Annotations
    @throws( classOf[java.io.IOException] )
  287. def registerKeyboardAction(arg0: ActionListener, arg1: KeyStroke, arg2: Int): Unit

    Permalink
    Definition Classes
    JComponent
  288. def registerKeyboardAction(arg0: ActionListener, arg1: String, arg2: KeyStroke, arg3: Int): Unit

    Permalink
    Definition Classes
    JComponent
  289. def remove(arg0: Component): Unit

    Permalink
    Definition Classes
    Container
  290. def remove(arg0: Int): Unit

    Permalink
    Definition Classes
    Container
  291. def remove(arg0: MenuComponent): Unit

    Permalink
    Definition Classes
    Component → MenuContainer
  292. def removeAll(): Unit

    Permalink
    Definition Classes
    Container
  293. def removeAncestorListener(arg0: AncestorListener): Unit

    Permalink
    Definition Classes
    JComponent
  294. def removeCaretListener(arg0: CaretListener): Unit

    Permalink
    Definition Classes
    JTextComponent
  295. def removeComponentListener(arg0: ComponentListener): Unit

    Permalink
    Definition Classes
    Component
  296. def removeContainerListener(arg0: ContainerListener): Unit

    Permalink
    Definition Classes
    Container
  297. def removeFocusListener(arg0: FocusListener): Unit

    Permalink
    Definition Classes
    Component
  298. def removeHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    Permalink
    Definition Classes
    Component
  299. def removeHierarchyListener(arg0: HierarchyListener): Unit

    Permalink
    Definition Classes
    Component
  300. def removeInputMethodListener(arg0: InputMethodListener): Unit

    Permalink
    Definition Classes
    Component
  301. def removeKeyListener(arg0: KeyListener): Unit

    Permalink
    Definition Classes
    Component
  302. def removeMouseListener(arg0: MouseListener): Unit

    Permalink
    Definition Classes
    Component
  303. def removeMouseMotionListener(arg0: MouseMotionListener): Unit

    Permalink
    Definition Classes
    Component
  304. def removeMouseWheelListener(arg0: MouseWheelListener): Unit

    Permalink
    Definition Classes
    Component
  305. def removeNotify(): Unit

    Permalink
    Definition Classes
    JTextComponent → JComponent → Container → Component
  306. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Component
  307. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Component
  308. def removeVetoableChangeListener(arg0: VetoableChangeListener): Unit

    Permalink
    Definition Classes
    JComponent
  309. def repaint(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    JComponent
  310. def repaint(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Definition Classes
    JComponent → Component
  311. def repaint(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    Component
  312. def repaint(arg0: Long): Unit

    Permalink
    Definition Classes
    Component
  313. def repaint(): Unit

    Permalink
    Definition Classes
    Component
  314. def replaceRange(arg0: String, arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    JTextArea
  315. def replaceSelection(arg0: String): Unit

    Permalink
    Definition Classes
    JTextComponent
  316. def requestFocus(arg0: Boolean): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  317. def requestFocus(): Unit

    Permalink
    Definition Classes
    JComponent → Component
  318. def requestFocusInWindow(arg0: Boolean): Boolean

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent → Component
  319. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  320. def resetKeyboardActions(): Unit

    Permalink
    Definition Classes
    JComponent
  321. def revalidate(): Unit

    Permalink
    Definition Classes
    JComponent
  322. def scrollRectToVisible(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    JComponent
  323. def select(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    JTextComponent
  324. def selectAll(): Unit

    Permalink
    Definition Classes
    JTextComponent
  325. final def setActionMap(arg0: ActionMap): Unit

    Permalink
    Definition Classes
    JComponent
  326. def setAlignmentX(arg0: Float): Unit

    Permalink
    Definition Classes
    JComponent
  327. def setAlignmentY(arg0: Float): Unit

    Permalink
    Definition Classes
    JComponent
  328. def setAutoscrolls(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  329. def setBackground(arg0: Color): Unit

    Permalink
    Definition Classes
    JComponent → Component
  330. def setBorder(arg0: Border): Unit

    Permalink
    Definition Classes
    JComponent
  331. def setBounds(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    Component
  332. def setBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    Component
  333. def setCaret(arg0: Caret): Unit

    Permalink
    Definition Classes
    JTextComponent
  334. def setCaretColor(arg0: Color): Unit

    Permalink
    Definition Classes
    JTextComponent
  335. def setCaretPosition(arg0: Int): Unit

    Permalink
    Definition Classes
    JTextComponent
  336. def setColumns(arg0: Int): Unit

    Permalink
    Definition Classes
    JTextArea
  337. def setComponentOrientation(arg0: ComponentOrientation): Unit

    Permalink
    Definition Classes
    JTextComponent → Component
  338. def setComponentPopupMenu(arg0: JPopupMenu): Unit

    Permalink
    Definition Classes
    JComponent
  339. def setComponentZOrder(arg0: Component, arg1: Int): Unit

    Permalink
    Definition Classes
    Container
  340. def setCursor(arg0: Cursor): Unit

    Permalink
    Definition Classes
    Component
  341. def setDebugGraphicsOptions(arg0: Int): Unit

    Permalink
    Definition Classes
    JComponent
  342. def setDisabledTextColor(arg0: Color): Unit

    Permalink
    Definition Classes
    JTextComponent
  343. def setDocument(arg0: Document): Unit

    Permalink
    Definition Classes
    JTextComponent
  344. def setDoubleBuffered(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  345. def setDragEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JTextComponent
  346. final def setDropMode(arg0: DropMode): Unit

    Permalink
    Definition Classes
    JTextComponent
  347. def setDropTarget(arg0: DropTarget): Unit

    Permalink
    Definition Classes
    Component
  348. def setEditable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JTextComponent
  349. def setEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent → Component
  350. def setFocusAccelerator(arg0: Char): Unit

    Permalink
    Definition Classes
    JTextComponent
  351. def setFocusCycleRoot(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Container
  352. def setFocusTraversalKeys(arg0: Int, arg1: Set[_ <: AWTKeyStroke]): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  353. def setFocusTraversalKeysEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  354. def setFocusTraversalPolicy(arg0: FocusTraversalPolicy): Unit

    Permalink
    Definition Classes
    Container
  355. final def setFocusTraversalPolicyProvider(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Container
  356. def setFocusable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  357. def setFont(arg0: Font): Unit

    Permalink
    Definition Classes
    JTextArea → JComponent → Container → Component
  358. def setForeground(arg0: Color): Unit

    Permalink
    Definition Classes
    JComponent → Component
  359. def setHighlighter(arg0: Highlighter): Unit

    Permalink
    Definition Classes
    JTextComponent
  360. def setIgnoreRepaint(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  361. def setInheritsPopupMenu(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  362. final def setInputMap(arg0: Int, arg1: InputMap): Unit

    Permalink
    Definition Classes
    JComponent
  363. def setInputVerifier(arg0: InputVerifier): Unit

    Permalink
    Definition Classes
    JComponent
  364. def setKeymap(arg0: Keymap): Unit

    Permalink
    Definition Classes
    JTextComponent
  365. def setLayout(arg0: LayoutManager): Unit

    Permalink
    Definition Classes
    Container
  366. def setLineWrap(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JTextArea
  367. def setLocale(arg0: Locale): Unit

    Permalink
    Definition Classes
    Component
  368. def setLocation(arg0: Point): Unit

    Permalink
    Definition Classes
    Component
  369. def setLocation(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
  370. def setMargin(arg0: Insets): Unit

    Permalink
    Definition Classes
    JTextComponent
  371. def setMaximumSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
  372. def setMinimumSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
  373. def setName(arg0: String): Unit

    Permalink
    Definition Classes
    Component
  374. def setNavigationFilter(arg0: NavigationFilter): Unit

    Permalink
    Definition Classes
    JTextComponent
  375. def setOpaque(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  376. def setPreferredSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
  377. def setRequestFocusEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  378. def setRows(arg0: Int): Unit

    Permalink
    Definition Classes
    JTextArea
  379. def setSelectedTextColor(arg0: Color): Unit

    Permalink
    Definition Classes
    JTextComponent
  380. def setSelectionColor(arg0: Color): Unit

    Permalink
    Definition Classes
    JTextComponent
  381. def setSelectionEnd(arg0: Int): Unit

    Permalink
    Definition Classes
    JTextComponent
  382. def setSelectionStart(arg0: Int): Unit

    Permalink
    Definition Classes
    JTextComponent
  383. def setSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
  384. def setSize(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
  385. def setTabSize(arg0: Int): Unit

    Permalink
    Definition Classes
    JTextArea
  386. def setText(arg0: String): Unit

    Permalink
    Definition Classes
    JTextComponent
  387. def setToolTipText(arg0: String): Unit

    Permalink
    Definition Classes
    JComponent
  388. def setTransferHandler(arg0: TransferHandler): Unit

    Permalink
    Definition Classes
    JComponent
  389. def setUI(arg0: TextUI): Unit

    Permalink
    Definition Classes
    JTextComponent
  390. def setUI(arg0: ComponentUI): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  391. def setVerifyInputWhenFocusTarget(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  392. def setVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent → Component
  393. def setWrapStyleWord(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JTextArea
  394. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    Component → AnyRef → Any
  396. def transferFocus(): Unit

    Permalink
    Definition Classes
    Component
  397. def transferFocusBackward(): Unit

    Permalink
    Definition Classes
    Container → Component
  398. def transferFocusDownCycle(): Unit

    Permalink
    Definition Classes
    Container
  399. def transferFocusUpCycle(): Unit

    Permalink
    Definition Classes
    Component
  400. def unregisterKeyboardAction(arg0: KeyStroke): Unit

    Permalink
    Definition Classes
    JComponent
  401. def update(v: AnyRef): Unit

    Permalink
  402. def update(arg0: Graphics): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  403. def updateUI(): Unit

    Permalink
    Definition Classes
    JTextComponent → JComponent
  404. def validate(): Unit

    Permalink
    Definition Classes
    Container → Component
  405. def validateTree(): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container
  406. def viewToModel(arg0: Point): Int

    Permalink
    Definition Classes
    JTextComponent
  407. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  410. def write(arg0: Writer): Unit

    Permalink
    Definition Classes
    JTextComponent
    Annotations
    @throws( classOf[java.io.IOException] )
  411. def [B](y: B): (TextInfoPanel, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TextInfoPanel to ArrowAssoc[TextInfoPanel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def action(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def bounds(): Rectangle

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def countComponents(): Int

    Permalink
    Definition Classes
    Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def deliverEvent(arg0: Event): Unit

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def disable(): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def enable(): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def enable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getNextFocusableComponent(): Component

    Permalink
    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getPeer(): ComponentPeer

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def gotFocus(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def handleEvent(arg0: Event): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def hide(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def insets(): Insets

    Permalink
    Definition Classes
    Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def inside(arg0: Int, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def isFocusTraversable(): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def isManagingFocus(): Boolean

    Permalink
    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def keyDown(arg0: Event, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  18. def keyUp(arg0: Event, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  19. def layout(): Unit

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  20. def locate(arg0: Int, arg1: Int): Component

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  21. def location(): Point

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  22. def lostFocus(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  23. def minimumSize(): Dimension

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  24. def mouseDown(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  25. def mouseDrag(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  26. def mouseEnter(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  27. def mouseExit(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  28. def mouseMove(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  29. def mouseUp(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  30. def move(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  31. def nextFocus(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  32. def postEvent(arg0: Event): Boolean

    Permalink
    Definition Classes
    Component → MenuContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  33. def preferredSize(): Dimension

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  34. def requestDefaultFocus(): Boolean

    Permalink
    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  35. def reshape(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  36. def resize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  37. def resize(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  38. def setNextFocusableComponent(arg0: Component): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  39. def show(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  40. def show(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  41. def size(): Dimension

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JTextArea

Inherited from JTextComponent

Inherited from Accessible

Inherited from Scrollable

Inherited from JComponent

Inherited from HasGetTransferHandler

Inherited from Container

Inherited from Component

Inherited from java.io.Serializable

Inherited from MenuContainer

Inherited from ImageObserver

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TextInfoPanel to any2stringadd[TextInfoPanel]

Inherited by implicit conversion StringFormat from TextInfoPanel to StringFormat[TextInfoPanel]

Inherited by implicit conversion Ensuring from TextInfoPanel to Ensuring[TextInfoPanel]

Inherited by implicit conversion ArrowAssoc from TextInfoPanel to ArrowAssoc[TextInfoPanel]

Ungrouped