AdvancedEditorArea

org.nlogo.editor.AdvancedEditorArea
class AdvancedEditorArea(val configuration: EditorConfiguration) extends RSyntaxTextArea, AbstractEditorArea

Attributes

Source
AdvancedEditorArea.scala
Graph
Supertypes
class RSyntaxTextArea
trait SyntaxConstants
class RTextArea
trait Printable
class RTextAreaBase
class JTextArea
class JTextComponent
trait Accessible
trait Scrollable
class JComponent
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
JComponent
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
JTextComponent
Supertypes
trait AccessibleExtendedText
trait AccessibleEditableText
trait AccessibleAction
trait DocumentListener
trait CaretListener
trait EventListener
trait AccessibleText
class JComponent.this.AccessibleJComponent
trait AccessibleExtendedComponent
trait AccessibleComponent
trait Serializable
class AccessibleContext
class Object
trait Matchable
class Any
Show all

Attributes

Inherited from:
JTextComponent
Supertypes
class Object
trait Matchable
class Any

Inherited and Abstract classlikes

abstract class AccessibleJComponent

Attributes

Inherited from:
JComponent
Supertypes
trait AccessibleExtendedComponent
trait AccessibleComponent
trait Serializable
class AccessibleContext
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

override def createPopupMenu(): PopupMenu

Attributes

Definition Classes
RSyntaxTextArea -> RTextArea
Source
AdvancedEditorArea.scala

Attributes

Source
AdvancedEditorArea.scala

Attributes

Source
AdvancedEditorArea.scala
override def getActions(): Array[Action]

Attributes

Definition Classes
JTextComponent
Source
AdvancedEditorArea.scala
def getEditorKit(): EditorKit

Attributes

Source
AdvancedEditorArea.scala
def getEditorKitForContentType(contentType: String): EditorKit

Attributes

Source
AdvancedEditorArea.scala
override def getPreferredSize: Dimension

Attributes

Definition Classes
JTextArea -> JComponent -> Container -> Component
Source
AdvancedEditorArea.scala
def redoAction: Action

Attributes

Source
AdvancedEditorArea.scala
override def replaceSelection(s: String): Unit

Attributes

Definition Classes
RTextArea -> JTextComponent
Source
AdvancedEditorArea.scala
override def select(start: Int, end: Int): Unit

Attributes

Definition Classes
JTextComponent
Source
AdvancedEditorArea.scala
def selectError(start: Int, end: Int): Unit

Attributes

Source
AdvancedEditorArea.scala

Attributes

Source
AdvancedEditorArea.scala
def setDefaultSelectionColor(color: Color): Unit

Attributes

Source
AdvancedEditorArea.scala
def setEditorKit(kit: EditorKit): Unit

Attributes

Source
AdvancedEditorArea.scala
def setIndenter(indenter: Indenter): Unit

Attributes

Source
AdvancedEditorArea.scala

Attributes

Source
AdvancedEditorArea.scala
override def setSelectionEnd(i: Int): Unit

Attributes

Definition Classes
JTextComponent
Source
AdvancedEditorArea.scala
override def setSelectionStart(i: Int): Unit

Attributes

Definition Classes
JTextComponent
Source
AdvancedEditorArea.scala
def undoAction: Action

Attributes

Source
AdvancedEditorArea.scala

Inherited methods

def add(x$0: Component, x$1: <FromJavaObject>, x$2: Int): Unit

Attributes

Inherited from:
Container
def add(x$0: Component, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
Container
def add(x$0: Component, x$1: Int): Component

Attributes

Inherited from:
Container
def add(x$0: String, x$1: Component): Component

Attributes

Inherited from:
Container
def add(x$0: Component): Component

Attributes

Inherited from:
Container
def add(x$0: PopupMenu): Unit

Attributes

Inherited from:
Component
def addActiveLineRangeListener(x$0: ActiveLineRangeListener): Unit

Attributes

Inherited from:
RSyntaxTextArea
def addAncestorListener(x$0: AncestorListener): Unit

Attributes

Inherited from:
JComponent
def addCaretListener(x$0: CaretListener): Unit

Attributes

Inherited from:
JTextComponent
def addComponentListener(x$0: ComponentListener): Unit

Attributes

Inherited from:
Component
def addContainerListener(x$0: ContainerListener): Unit

Attributes

Inherited from:
Container
def addFocusListener(x$0: FocusListener): Unit

Attributes

Inherited from:
Component
def addHierarchyBoundsListener(x$0: HierarchyBoundsListener): Unit

Attributes

Inherited from:
Component
def addHierarchyListener(x$0: HierarchyListener): Unit

Attributes

Inherited from:
Component
def addHyperlinkListener(x$0: HyperlinkListener): Unit

Attributes

Inherited from:
RSyntaxTextArea
def addInputMethodListener(x$0: InputMethodListener): Unit

Attributes

Inherited from:
JTextComponent
def addKeyListener(x$0: KeyListener): Unit

Attributes

Inherited from:
Component
def addLineHighlight(x$0: Int, x$1: Color): <FromJavaObject>

Attributes

Inherited from:
RTextArea
def addMouseListener(x$0: MouseListener): Unit

Attributes

Inherited from:
Component
def addMouseMotionListener(x$0: MouseMotionListener): Unit

Attributes

Inherited from:
Component
def addMouseWheelListener(x$0: MouseWheelListener): Unit

Attributes

Inherited from:
Component
def addNotify(): Unit

Attributes

Inherited from:
RSyntaxTextArea
def addParser(x$0: Parser): Unit

Attributes

Inherited from:
RSyntaxTextArea
def addPropertyChangeListener(x$0: String, x$1: PropertyChangeListener): Unit

Attributes

Inherited from:
Container
def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
Container
def addVetoableChangeListener(x$0: VetoableChangeListener): Unit

Attributes

Inherited from:
JComponent
def append(x$0: String): Unit

Attributes

Inherited from:
JTextArea
def applyComponentOrientation(x$0: ComponentOrientation): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container

Attributes

Inherited from:
RTextArea
def canRedo(): Boolean

Attributes

Inherited from:
RTextArea
def canUndo(): Boolean

Attributes

Inherited from:
RTextArea
def checkImage(x$0: Image, x$1: Int, x$2: Int, x$3: ImageObserver): Int

Attributes

Inherited from:
Component
def checkImage(x$0: Image, x$1: ImageObserver): Int

Attributes

Inherited from:
Component

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
RSyntaxTextArea
def computeVisibleRect(x$0: Rectangle): Unit

Attributes

Inherited from:
JComponent
def containingViewport: Option[JViewport]

Attributes

Inherited from:
AbstractEditorArea
Source
AbstractEditorArea.scala
def contains(x$0: Int, x$1: Int): Boolean

Attributes

Inherited from:
JComponent
def contains(x$0: Point): Boolean

Attributes

Inherited from:
Component

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RTextAreaBase
def copy(): Unit

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
RSyntaxTextArea
def copyAsStyledText(x$0: Theme): Unit

Attributes

Inherited from:
RSyntaxTextArea
def createImage(x$0: Int, x$1: Int): Image

Attributes

Inherited from:
Component
def createImage(x$0: ImageProducer): Image

Attributes

Inherited from:
Component
def createToolTip(): JToolTip

Attributes

Inherited from:
JComponent
def createVolatileImage(x$0: Int, x$1: Int, x$2: ImageCapabilities): VolatileImage

Attributes

Inherited from:
Component
def createVolatileImage(x$0: Int, x$1: Int): VolatileImage

Attributes

Inherited from:
Component
def cut(): Unit

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
RTextArea
final def dispatchEvent(x$0: AWTEvent): Unit

Attributes

Inherited from:
Component
def doLayout(): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component

Attributes

Inherited from:
RTextArea
def findComponentAt(x$0: Point): Component

Attributes

Inherited from:
Container
def findComponentAt(x$0: Int, x$1: Int): Component

Attributes

Inherited from:
Container
def firePropertyChange(x$0: String, x$1: Char, x$2: Char): Unit

Attributes

Inherited from:
JComponent
def firePropertyChange(x$0: String, x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
JComponent
def firePropertyChange(x$0: String, x$1: Boolean, x$2: Boolean): Unit

Attributes

Inherited from:
JComponent
def firePropertyChange(x$0: String, x$1: Double, x$2: Double): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Float, x$2: Float): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Long, x$2: Long): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Short, x$2: Short): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Byte, x$2: Byte): Unit

Attributes

Inherited from:
Component
def foldToggled(x$0: Fold): Unit

Attributes

Inherited from:
RSyntaxTextArea
def forceReparsing(x$0: Parser): Boolean

Attributes

Inherited from:
RSyntaxTextArea
def forceReparsing(x$0: Int): Unit

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getAccessibleContext(): AccessibleContext

Attributes

Inherited from:
JTextArea
def getActionForKeyStroke(x$0: KeyStroke): ActionListener

Attributes

Inherited from:
JComponent
final def getActionMap(): ActionMap

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getAncestorListeners(): Array[AncestorListener]

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
JComponent
final def getBackground(): Color

Attributes

Inherited from:
RTextAreaBase
def getBackgroundForToken(x$0: Token): Color

Attributes

Inherited from:
RSyntaxTextArea
final def getBackgroundImage(): Image

Attributes

Inherited from:
RTextAreaBase
final def getBackgroundObject(): <FromJavaObject>

Attributes

Inherited from:
RTextAreaBase
def getBaseline(x$0: Int, x$1: Int): Int

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getBaselineResizeBehavior(): BaselineResizeBehavior

Attributes

Inherited from:
JComponent
def getBorder(): Border

Attributes

Inherited from:
JComponent
def getBounds(x$0: Rectangle): Rectangle

Attributes

Inherited from:
JComponent
def getBounds(): Rectangle

Attributes

Inherited from:
Component
def getCaret(): Caret

Attributes

Inherited from:
JTextComponent
def getCaretColor(): Color

Attributes

Inherited from:
JTextComponent
final def getCaretLineNumber(): Int

Attributes

Inherited from:
RTextAreaBase
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getCaretListeners(): Array[CaretListener]

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
JTextComponent
final def getClientProperty(x$0: <FromJavaObject>): <FromJavaObject>

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def getColorModel(): ColorModel

Attributes

Inherited from:
Component
def getColumns(): Int

Attributes

Inherited from:
JTextArea
def getComponent(x$0: Int): Component

Attributes

Inherited from:
Container
def getComponentAt(x$0: Point): Component

Attributes

Inherited from:
Container
def getComponentAt(x$0: Int, x$1: Int): Component

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container
def getComponentListeners(): Array[ComponentListener]

Attributes

Inherited from:
Component
def getComponentOrientation(): ComponentOrientation

Attributes

Inherited from:
Component
def getComponentPopupMenu(): JPopupMenu

Attributes

Inherited from:
JComponent
def getComponentZOrder(x$0: Component): Int

Attributes

Inherited from:
Container
def getComponents(): Array[Component]

Attributes

Inherited from:
Container
def getConditionForKeyStroke(x$0: KeyStroke): Int

Attributes

Inherited from:
JComponent
def getContainerListeners(): Array[ContainerListener]

Attributes

Inherited from:
Container

Attributes

Inherited from:
RTextAreaBase
def getCursor(): Cursor

Attributes

Inherited from:
Component

Attributes

Inherited from:
JComponent
def getDefaultSyntaxScheme(): SyntaxScheme

Attributes

Inherited from:
RSyntaxTextArea
def getDisabledTextColor(): Color

Attributes

Inherited from:
JTextComponent
def getDocument(): Document

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
final def getDropLocation(): DropLocation

Attributes

Inherited from:
JTextComponent
final def getDropMode(): DropMode

Attributes

Inherited from:
JTextComponent
def getDropTarget(): DropTarget

Attributes

Inherited from:
Component

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
JTextComponent
def getFocusCycleRootAncestor(): Container

Attributes

Inherited from:
Component
def getFocusListeners(): Array[FocusListener]

Attributes

Inherited from:
Component
def getFocusTraversalKeys(x$0: Int): Set[AWTKeyStroke]

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component
def getFocusTraversalPolicy(): FocusTraversalPolicy

Attributes

Inherited from:
Container
def getFoldManager(): FoldManager

Attributes

Inherited from:
RSyntaxTextArea
def getFont(): Font

Attributes

Inherited from:
Component
def getFontForToken(x$0: Token): Font

Attributes

Inherited from:
RSyntaxTextArea
def getFontForTokenType(x$0: Int): Font

Attributes

Inherited from:
RSyntaxTextArea
def getFontMetrics(x$0: Font): FontMetrics

Attributes

Inherited from:
JComponent
def getFontMetricsForToken(x$0: Token): FontMetrics

Attributes

Inherited from:
RSyntaxTextArea
def getFontMetricsForTokenType(x$0: Int): FontMetrics

Attributes

Inherited from:
RSyntaxTextArea
def getForeground(): Color

Attributes

Inherited from:
Component
def getForegroundForToken(x$0: Token): Color

Attributes

Inherited from:
RSyntaxTextArea
def getForegroundForTokenType(x$0: Int): Color

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getGraphics(): Graphics

Attributes

Inherited from:
JComponent
def getGraphicsConfiguration(): GraphicsConfiguration

Attributes

Inherited from:
Component
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getHeight(): Int

Attributes

Inherited from:
JComponent
def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

Attributes

Inherited from:
Component
def getHierarchyListeners(): Array[HierarchyListener]

Attributes

Inherited from:
Component

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RSyntaxTextArea
def getHighlighter(): Highlighter

Attributes

Inherited from:
JTextComponent
def getHyperlinkForeground(): Color

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
Component

Attributes

Inherited from:
JComponent
def getInputContext(): InputContext

Attributes

Inherited from:
Component
final def getInputMap(): InputMap

Attributes

Inherited from:
JComponent
final def getInputMap(x$0: Int): InputMap

Attributes

Inherited from:
JComponent
def getInputMethodListeners(): Array[InputMethodListener]

Attributes

Inherited from:
Component
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getInputMethodRequests(): InputMethodRequests

Attributes

Inherited from:
JTextComponent
def getInputVerifier(): InputVerifier

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea
def getInsets(x$0: Insets): Insets

Attributes

Inherited from:
JComponent
@BeanProperty(bound = _, expert = true, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getInsets(): Insets

Attributes

Inherited from:
JComponent
def getKeyListeners(): Array[KeyListener]

Attributes

Inherited from:
Component
def getKeymap(): Keymap

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
RSyntaxTextArea
def getLayout(): LayoutManager

Attributes

Inherited from:
Container
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getLineCount(): Int

Attributes

Inherited from:
JTextArea
def getLineEndOffset(x$0: Int): Int

Attributes

Inherited from:
JTextArea

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RSyntaxTextArea
def getLineOfOffset(x$0: Int): Int

Attributes

Inherited from:
JTextArea

Attributes

Inherited from:
JTextArea

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
JTextArea
def getLinkGenerator(): LinkGenerator

Attributes

Inherited from:
RSyntaxTextArea
def getListeners[T <: EventListener](x$0: Class[T]): Array[T]

Attributes

Inherited from:
JComponent
def getLocale(): Locale

Attributes

Inherited from:
Component
def getLocation(x$0: Point): Point

Attributes

Inherited from:
JComponent
def getLocation(): Point

Attributes

Inherited from:
Component
def getLocationOnScreen(): Point

Attributes

Inherited from:
Component
def getMargin(): Insets

Attributes

Inherited from:
JTextComponent
def getMarginLineColor(): Color

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RTextArea
def getMarkAllHighlightRanges(): List[DocumentRange]

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def getMarkedOccurrences(): List[DocumentRange]

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def getMaxAscent(): Int

Attributes

Inherited from:
RSyntaxTextArea
def getMaximumSize(): Dimension

Attributes

Inherited from:
JComponent
def getMinimumSize(): Dimension

Attributes

Inherited from:
JComponent
def getMouseListeners(): Array[MouseListener]

Attributes

Inherited from:
Component
def getMouseMotionListeners(): Array[MouseMotionListener]

Attributes

Inherited from:
Component
def getMousePosition(x$0: Boolean): Point

Attributes

Inherited from:
Container
def getMousePosition(): Point

Attributes

Inherited from:
Component
def getMouseWheelListeners(): Array[MouseWheelListener]

Attributes

Inherited from:
Component
def getName(): String

Attributes

Inherited from:
Component
def getNavigationFilter(): NavigationFilter

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def getParent(): Container

Attributes

Inherited from:
Component
def getParser(x$0: Int): Parser

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def getParserNotices(): List[ParserNotice]

Attributes

Inherited from:
RSyntaxTextArea
def getPopupLocation(x$0: MouseEvent): Point

Attributes

Inherited from:
JComponent
def getPopupMenu(): JPopupMenu

Attributes

Inherited from:
RTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)

Attributes

Inherited from:
JTextArea
def getPrintable(x$0: MessageFormat, x$1: MessageFormat): Printable

Attributes

Inherited from:
JTextComponent
def getPropertyChangeListeners(x$0: String): Array[PropertyChangeListener]

Attributes

Inherited from:
Component
def getPropertyChangeListeners(): Array[PropertyChangeListener]

Attributes

Inherited from:
Component
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getRegisteredKeyStrokes(): Array[KeyStroke]

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getRootPane(): JRootPane

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RTextAreaBase
def getRows(): Int

Attributes

Inherited from:
JTextArea
def getScrollableBlockIncrement(x$0: Rectangle, x$1: Int, x$2: Int): Int

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)

Attributes

Inherited from:
JTextArea
def getScrollableUnitIncrement(x$0: Rectangle, x$1: Int, x$2: Int): Int

Attributes

Inherited from:
JTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getSelectedText(): String

Attributes

Inherited from:
JTextComponent
def getSelectedTextColor(): Color

Attributes

Inherited from:
JTextComponent
def getSelectionColor(): Color

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def getSize(x$0: Dimension): Dimension

Attributes

Inherited from:
JComponent
def getSize(): Dimension

Attributes

Inherited from:
Component
def getSyntaxEditingStyle(): String

Attributes

Inherited from:
RSyntaxTextArea
def getSyntaxScheme(): SyntaxScheme

Attributes

Inherited from:
RSyntaxTextArea
def getTabLineColor(): Color

Attributes

Inherited from:
RSyntaxTextArea
def getTabSize(): Int

Attributes

Inherited from:
JTextArea

Attributes

Inherited from:
RTextAreaBase
def getText(): String

Attributes

Inherited from:
JTextComponent
def getText(x$0: Int, x$1: Int): String

Attributes

Inherited from:
JTextComponent
final def getTextMode(): Int

Attributes

Inherited from:
RTextArea
def getTokenListFor(x$0: Int, x$1: Int): Token

Attributes

Inherited from:
RSyntaxTextArea
def getTokenListForLine(x$0: Int): Token

Attributes

Inherited from:
RSyntaxTextArea
def getToolTipLocation(x$0: MouseEvent): Point

Attributes

Inherited from:
JComponent
def getToolTipSupplier(): ToolTipSupplier

Attributes

Inherited from:
RTextArea
def getToolTipText(x$0: MouseEvent): String

Attributes

Inherited from:
RSyntaxTextArea
def getToolTipText(): String

Attributes

Inherited from:
JComponent
def getToolkit(): Toolkit

Attributes

Inherited from:
Component
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getTopLevelAncestor(): Container

Attributes

Inherited from:
JComponent
def getTransferHandler(): TransferHandler

Attributes

Inherited from:
JComponent
final def getTreeLock(): <FromJavaObject>

Attributes

Inherited from:
Component
def getUI(): TextUI

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getUIClassID(): String

Attributes

Inherited from:
JTextArea
def getUnderlineForToken(x$0: Token): Boolean

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getVetoableChangeListeners(): Array[VetoableChangeListener]

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getVisibleRect(): Rectangle

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getWidth(): Int

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
JTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getX(): Int

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getY(): Int

Attributes

Inherited from:
JComponent
def grabFocus(): Unit

Attributes

Inherited from:
JComponent
def hasFocus(): Boolean

Attributes

Inherited from:
Component
def imageUpdate(x$0: Image, x$1: Int, x$2: Int, x$3: Int, x$4: Int, x$5: Int): Boolean

Attributes

Inherited from:
Component
def insert(x$0: String, x$1: Int): Unit

Attributes

Inherited from:
JTextArea
def invalidate(): Unit

Attributes

Inherited from:
Container
def isAncestorOf(x$0: Component): Boolean

Attributes

Inherited from:
Container

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
Component

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
Component

Attributes

Inherited from:
Container
def isFocusCycleRoot(x$0: Container): Boolean

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component
def isOpaque(): Boolean

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
Component

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
Component
def isValid(): Boolean

Attributes

Inherited from:
Component

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
Component

Attributes

Inherited from:
RSyntaxTextArea
def list(x$0: PrintWriter, x$1: Int): Unit

Attributes

Inherited from:
Container
def list(x$0: PrintStream, x$1: Int): Unit

Attributes

Inherited from:
Container
def list(x$0: PrintWriter): Unit

Attributes

Inherited from:
Component
def list(x$0: PrintStream): Unit

Attributes

Inherited from:
Component
def list(): Unit

Attributes

Inherited from:
Component
def markAll(x$0: List[DocumentRange]): Unit

Attributes

Inherited from:
RTextArea
def modelToToken(x$0: Int): Token

Attributes

Inherited from:
RSyntaxTextArea
def modelToView2D(x$0: Int): Rectangle2D

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
JTextComponent
def paint(x$0: Graphics): Unit

Attributes

Inherited from:
JComponent
def paintAll(x$0: Graphics): Unit

Attributes

Inherited from:
Component
def paintComponents(x$0: Graphics): Unit

Attributes

Inherited from:
Container
def paintImmediately(x$0: Rectangle): Unit

Attributes

Inherited from:
JComponent
def paintImmediately(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
JComponent
def paste(): Unit

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
RTextArea
def prepareImage(x$0: Image, x$1: Int, x$2: Int, x$3: ImageObserver): Boolean

Attributes

Inherited from:
Component
def prepareImage(x$0: Image, x$1: ImageObserver): Boolean

Attributes

Inherited from:
Component
def printAll(x$0: Graphics): Unit

Attributes

Inherited from:
JComponent
def printComponents(x$0: Graphics): Unit

Attributes

Inherited from:
Container
final def putClientProperty(x$0: <FromJavaObject>, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
JComponent
def read(x$0: Reader, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
RSyntaxTextArea
def registerKeyboardAction(x$0: ActionListener, x$1: KeyStroke, x$2: Int): Unit

Attributes

Inherited from:
JComponent
def registerKeyboardAction(x$0: ActionListener, x$1: String, x$2: KeyStroke, x$3: Int): Unit

Attributes

Inherited from:
JComponent
def remove(x$0: Component): Unit

Attributes

Inherited from:
Container
def remove(x$0: Int): Unit

Attributes

Inherited from:
Container
def remove(x$0: MenuComponent): Unit

Attributes

Inherited from:
Component
def removeActiveLineRangeListener(x$0: ActiveLineRangeListener): Unit

Attributes

Inherited from:
RSyntaxTextArea
def removeAll(): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
RTextArea
def removeAncestorListener(x$0: AncestorListener): Unit

Attributes

Inherited from:
JComponent
def removeCaretListener(x$0: CaretListener): Unit

Attributes

Inherited from:
JTextComponent
def removeComponentListener(x$0: ComponentListener): Unit

Attributes

Inherited from:
Component
def removeContainerListener(x$0: ContainerListener): Unit

Attributes

Inherited from:
Container
def removeFocusListener(x$0: FocusListener): Unit

Attributes

Inherited from:
Component
def removeHierarchyBoundsListener(x$0: HierarchyBoundsListener): Unit

Attributes

Inherited from:
Component
def removeHierarchyListener(x$0: HierarchyListener): Unit

Attributes

Inherited from:
Component
def removeHyperlinkListener(x$0: HyperlinkListener): Unit

Attributes

Inherited from:
RSyntaxTextArea
def removeInputMethodListener(x$0: InputMethodListener): Unit

Attributes

Inherited from:
Component
def removeKeyListener(x$0: KeyListener): Unit

Attributes

Inherited from:
Component
def removeLineHighlight(x$0: <FromJavaObject>): Unit

Attributes

Inherited from:
RTextArea
def removeMouseListener(x$0: MouseListener): Unit

Attributes

Inherited from:
Component
def removeMouseMotionListener(x$0: MouseMotionListener): Unit

Attributes

Inherited from:
Component
def removeMouseWheelListener(x$0: MouseWheelListener): Unit

Attributes

Inherited from:
Component

Attributes

Inherited from:
RSyntaxTextArea
def removeParser(x$0: Parser): Boolean

Attributes

Inherited from:
RSyntaxTextArea
def removePropertyChangeListener(x$0: String, x$1: PropertyChangeListener): Unit

Attributes

Inherited from:
Component
def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
Component
def removeVetoableChangeListener(x$0: VetoableChangeListener): Unit

Attributes

Inherited from:
JComponent
def repaint(x$0: Rectangle): Unit

Attributes

Inherited from:
JComponent
def repaint(x$0: Long, x$1: Int, x$2: Int, x$3: Int, x$4: Int): Unit

Attributes

Inherited from:
JComponent
def repaint(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
Component
def repaint(x$0: Long): Unit

Attributes

Inherited from:
Component
def repaint(): Unit

Attributes

Inherited from:
Component
def replaceRange(x$0: String, x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
JComponent
def requestFocus(x$0: Cause): Unit

Attributes

Inherited from:
Component

Attributes

Inherited from:
JComponent
def requestFocusInWindow(x$0: Cause): Boolean

Attributes

Inherited from:
Component

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea
def revalidate(): Unit

Attributes

Inherited from:
JComponent
def scrollRectToVisible(x$0: Rectangle): Unit

Attributes

Inherited from:
JComponent
def selectAll(): Unit

Attributes

Inherited from:
JTextComponent
final def setActionMap(x$0: ActionMap): Unit

Attributes

Inherited from:
JComponent
def setActiveLineRange(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "The preferred horizontal alignment of the component.", enumerationValues = _)
def setAlignmentX(x$0: Float): Unit

Attributes

Inherited from:
JComponent
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "The preferred vertical alignment of the component.", enumerationValues = _)
def setAlignmentY(x$0: Float): Unit

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = false, expert = true, hidden = _, preferred = _, required = _, visualUpdate = _, description = "Determines if this component automatically scrolls its contents when dragged.", enumerationValues = _)

Attributes

Inherited from:
JComponent
def setBackground(x$0: Color): Unit

Attributes

Inherited from:
RTextAreaBase
def setBackgroundImage(x$0: Image): Unit

Attributes

Inherited from:
RTextAreaBase
def setBackgroundObject(x$0: <FromJavaObject>): Unit

Attributes

Inherited from:
RTextAreaBase
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = true, description = "The component\'s border.", enumerationValues = _)
def setBorder(x$0: Border): Unit

Attributes

Inherited from:
JComponent
def setBounds(x$0: Rectangle): Unit

Attributes

Inherited from:
Component
def setBounds(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
Component

Attributes

Inherited from:
RSyntaxTextArea
def setCaret(x$0: Caret): Unit

Attributes

Inherited from:
RTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "the color used to render the caret", enumerationValues = _)
def setCaretColor(x$0: Color): Unit

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "the caret position", enumerationValues = _)

Attributes

Inherited from:
JTextComponent
def setCaretStyle(x$0: Int, x$1: CaretStyle): Unit

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "the number of columns preferred for display", enumerationValues = _)
def setColumns(x$0: Int): Unit

Attributes

Inherited from:
JTextArea
def setComponentOrientation(x$0: ComponentOrientation): Unit

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "Popup to show", enumerationValues = _)
def setComponentPopupMenu(x$0: JPopupMenu): Unit

Attributes

Inherited from:
JComponent
def setComponentZOrder(x$0: Component, x$1: Int): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
RTextAreaBase
def setCursor(x$0: Cursor): Unit

Attributes

Inherited from:
Component
@BeanProperty(bound = false, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "Diagnostic options for graphics operations.", enumerationValues = "DebugGraphics.NONE_OPTION", "DebugGraphics.LOG_OPTION", "DebugGraphics.FLASH_OPTION", "DebugGraphics.BUFFERED_OPTION")

Attributes

Inherited from:
JComponent
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "color used to render disabled text", enumerationValues = _)
def setDisabledTextColor(x$0: Color): Unit

Attributes

Inherited from:
JTextComponent
def setDocument(x$0: Document): Unit

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
JComponent
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "determines whether automatic drag handling is enabled", enumerationValues = _)

Attributes

Inherited from:
JTextComponent
final def setDropMode(x$0: DropMode): Unit

Attributes

Inherited from:
JTextComponent
def setDropTarget(x$0: DropTarget): Unit

Attributes

Inherited from:
Component

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "specifies if the text can be edited", enumerationValues = _)
def setEditable(x$0: Boolean): Unit

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = _, expert = true, hidden = _, preferred = true, required = _, visualUpdate = true, description = "The enabled state of the component.", enumerationValues = _)
def setEnabled(x$0: Boolean): Unit

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RTextAreaBase
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "accelerator character used to grab focus", enumerationValues = _)

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
Container
def setFocusTraversalKeys(x$0: Int, x$1: Set[_ <: AWTKeyStroke]): Unit

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
Component
def setFocusTraversalPolicy(x$0: FocusTraversalPolicy): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component
def setFont(x$0: Font): Unit

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = true, description = "The foreground color of the component.", enumerationValues = _)
def setForeground(x$0: Color): Unit

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RSyntaxTextArea
def setHighlighter(x$0: Highlighter): Unit

Attributes

Inherited from:
RSyntaxTextArea
def setHyperlinkForeground(x$0: Color): Unit

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
Component
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "Whether or not the JPopupMenu is inherited", enumerationValues = _)

Attributes

Inherited from:
JComponent
final def setInputMap(x$0: Int, x$1: InputMap): Unit

Attributes

Inherited from:
JComponent
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "The component\'s input verifier.", enumerationValues = _)
def setInputVerifier(x$0: InputVerifier): Unit

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "set of key event to action bindings to use", enumerationValues = _)
def setKeymap(x$0: Keymap): Unit

Attributes

Inherited from:
JTextComponent
def setLayout(x$0: LayoutManager): Unit

Attributes

Inherited from:
Container
def setLineWrap(x$0: Boolean): Unit

Attributes

Inherited from:
RTextAreaBase
def setLinkGenerator(x$0: LinkGenerator): Unit

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def setLocale(x$0: Locale): Unit

Attributes

Inherited from:
Component
def setLocation(x$0: Point): Unit

Attributes

Inherited from:
Component
def setLocation(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
Component
def setMargin(x$0: Insets): Unit

Attributes

Inherited from:
RTextAreaBase
def setMarginLineColor(x$0: Color): Unit

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RTextAreaBase
def setMarkAllHighlightColor(x$0: Color): Unit

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
RSyntaxTextArea
def setMarkOccurrencesColor(x$0: Color): Unit

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def setMatchedBracketBGColor(x$0: Color): Unit

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "The maximum size of the component.", enumerationValues = _)
def setMaximumSize(x$0: Dimension): Unit

Attributes

Inherited from:
JComponent
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "The minimum size of the component.", enumerationValues = _)
def setMinimumSize(x$0: Dimension): Unit

Attributes

Inherited from:
JComponent
def setMixingCutoutShape(x$0: Shape): Unit

Attributes

Inherited from:
Component
def setName(x$0: String): Unit

Attributes

Inherited from:
Component
def setNavigationFilter(x$0: NavigationFilter): Unit

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = _, expert = true, hidden = _, preferred = _, required = _, visualUpdate = _, description = "The component\'s opacity", enumerationValues = _)
def setOpaque(x$0: Boolean): Unit

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
def setParserDelay(x$0: Int): Unit

Attributes

Inherited from:
RSyntaxTextArea
def setPopupMenu(x$0: JPopupMenu): Unit

Attributes

Inherited from:
RTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "The preferred size of the component.", enumerationValues = _)
def setPreferredSize(x$0: Dimension): Unit

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "the number of rows preferred for display", enumerationValues = _)
def setRows(x$0: Int): Unit

Attributes

Inherited from:
JTextArea
def setSecondaryLanguageBackground(x$0: Int, x$1: Color): Unit

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "color used to render selected text", enumerationValues = _)
def setSelectedTextColor(x$0: Color): Unit

Attributes

Inherited from:
JTextComponent
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "color used to render selection background", enumerationValues = _)
def setSelectionColor(x$0: Color): Unit

Attributes

Inherited from:
JTextComponent

Attributes

Inherited from:
RSyntaxTextArea
def setSize(x$0: Dimension): Unit

Attributes

Inherited from:
Component
def setSize(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
Component
def setSyntaxEditingStyle(x$0: String): Unit

Attributes

Inherited from:
RSyntaxTextArea
def setSyntaxScheme(x$0: SyntaxScheme): Unit

Attributes

Inherited from:
RSyntaxTextArea
def setTabLineColor(x$0: Color): Unit

Attributes

Inherited from:
RSyntaxTextArea
def setTabSize(x$0: Int): Unit

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RTextAreaBase
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "the text of this component", enumerationValues = _)
def setText(x$0: String): Unit

Attributes

Inherited from:
JTextComponent
def setTextMode(x$0: Int): Unit

Attributes

Inherited from:
RTextArea
def setTokenPainterFactory(x$0: TokenPainterFactory): Unit

Attributes

Inherited from:
RSyntaxTextArea
def setToolTipSupplier(x$0: ToolTipSupplier): Unit

Attributes

Inherited from:
RTextArea
@BeanProperty(bound = false, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "The text to display in a tool tip.", enumerationValues = _)
def setToolTipText(x$0: String): Unit

Attributes

Inherited from:
JComponent
@BeanProperty(bound = _, expert = _, hidden = true, preferred = _, required = _, visualUpdate = _, description = "Mechanism for transfer of data to and from the component", enumerationValues = _)
def setTransferHandler(x$0: TransferHandler): Unit

Attributes

Inherited from:
JComponent
final def setUI(x$0: TextUI): Unit

Attributes

Inherited from:
RTextArea

Attributes

Inherited from:
RSyntaxTextArea

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "Whether the Component verifies input before accepting focus.", enumerationValues = _)

Attributes

Inherited from:
JComponent
@BeanProperty(bound = _, expert = _, hidden = true, preferred = _, required = _, visualUpdate = true, description = _, enumerationValues = _)
def setVisible(x$0: Boolean): Unit

Attributes

Inherited from:
JComponent

Attributes

Inherited from:
RSyntaxTextArea
@BeanProperty(bound = _, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = "should wrapping occur at word boundaries", enumerationValues = _)

Attributes

Inherited from:
JTextArea
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component

Attributes

Inherited from:
RSyntaxTextArea
def unregisterKeyboardAction(x$0: KeyStroke): Unit

Attributes

Inherited from:
JComponent
def update(x$0: Graphics): Unit

Attributes

Inherited from:
JComponent
def updateUI(): Unit

Attributes

Inherited from:
JTextComponent
def validate(): Unit

Attributes

Inherited from:
Container
def viewToModel2D(x$0: Point2D): Int

Attributes

Inherited from:
JTextComponent
def viewToToken(x$0: Point): Token

Attributes

Inherited from:
RSyntaxTextArea
def write(x$0: Writer): Unit

Attributes

Inherited from:
JTextComponent
def yForLine(x$0: Int): Int

Attributes

Inherited from:
RTextAreaBase

Attributes

Inherited from:
RTextAreaBase

Deprecated and Inherited methods

@Deprecated(since = _, forRemoval = _)
def action(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def bounds(): Rectangle

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def deliverEvent(x$0: Event): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def disable(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JComponent
@Deprecated(since = _, forRemoval = _)
def enable(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JComponent
@Deprecated(since = _, forRemoval = _)
def enable(x$0: Boolean): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def getNextFocusableComponent(): Component

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JComponent
@Deprecated(since = _, forRemoval = _)
def gotFocus(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def handleEvent(x$0: Event): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def hide(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JComponent
@Deprecated(since = _, forRemoval = _)
def insets(): Insets

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def inside(x$0: Int, x$1: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _) @BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JComponent
@Deprecated(since = _, forRemoval = _)
def keyDown(x$0: Event, x$1: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def keyUp(x$0: Event, x$1: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def layout(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def locate(x$0: Int, x$1: Int): Component

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def location(): Point

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def lostFocus(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def minimumSize(): Dimension

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = "9", forRemoval = _)
def modelToView(x$0: Int): Rectangle

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JTextComponent
@Deprecated(since = _, forRemoval = _)
def mouseDown(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseDrag(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseEnter(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseExit(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseMove(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseUp(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def move(x$0: Int, x$1: Int): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def nextFocus(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def postEvent(x$0: Event): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def preferredSize(): Dimension

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JComponent
@Deprecated(since = _, forRemoval = _)
def reshape(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JComponent
@Deprecated(since = _, forRemoval = _)
def resize(x$0: Dimension): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def resize(x$0: Int, x$1: Int): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def setNextFocusableComponent(x$0: Component): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JComponent
@Deprecated(since = _, forRemoval = _)
def show(x$0: Boolean): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def show(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def size(): Dimension

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = "9", forRemoval = _)
def viewToModel(x$0: Point): Int

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
JTextComponent

Concrete fields