org.swixml.contrib
Class RSyntaxTextAreaEx

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.text.JTextComponent
                  extended by javax.swing.JTextArea
                      extended by org.fife.ui.rtextarea.RTextArea
                          extended by org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
                              extended by org.swixml.contrib.RSyntaxTextAreaEx
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.awt.print.Printable, java.io.Serializable, javax.accessibility.Accessible, javax.swing.Scrollable, org.fife.ui.rsyntaxtextarea.SyntaxConstants, BindableBasicWidget, BindableWidget

public class RSyntaxTextAreaEx
extends org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
implements BindableBasicWidget

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.fife.ui.rtextarea.RTextArea
org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
 
Nested classes/interfaces inherited from class javax.swing.JTextArea
javax.swing.JTextArea.AccessibleJTextArea
 
Nested classes/interfaces inherited from class javax.swing.text.JTextComponent
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.JTextComponent.DropLocation, javax.swing.text.JTextComponent.KeyBinding
 
Nested classes/interfaces inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Nested classes/interfaces inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes/interfaces inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
static java.lang.String BACKGROUND_IMAGE_PROPERTY
           
static java.lang.String CURRENT_LINE_HIGHLIGHT_COLOR_PROPERTY
           
static java.lang.String CURRENT_LINE_HIGHLIGHT_FADE_PROPERTY
           
static java.lang.String HIGHLIGHT_CURRENT_LINE_PROPERTY
           
static java.lang.String ROUNDED_SELECTION_PROPERTY
           
 
Fields inherited from class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
ANIMATE_BRACKET_MATCHING_PROPERTY, ANTIALIAS_PROPERTY, AUTO_INDENT_PROPERTY, BRACKET_MATCHING_PROPERTY, CLEAR_WHITESPACE_LINES_PROPERTY, CLOSE_CURLY_BRACES_PROPERTY, CLOSE_MARKUP_TAGS_PROPERTY, EOL_VISIBLE_PROPERTY, FOCUSABLE_TIPS_PROPERTY, FRACTIONAL_FONTMETRICS_PROPERTY, HYPERLINKS_ENABLED_PROPERTY, MARK_OCCURRENCES_PROPERTY, MARKED_OCCURRENCES_CHANGED_PROPERTY, PARSER_NOTICES_PROPERTY, SYNTAX_SCHEME_PROPERTY, SYNTAX_STYLE_PROPERTY, VISIBLE_WHITESPACE_PROPERTY
 
Fields inherited from class org.fife.ui.rtextarea.RTextArea
COPY_ACTION, CUT_ACTION, DELETE_ACTION, INSERT_MODE, MARK_ALL_COLOR_PROPERTY, OVERWRITE_MODE, PASTE_ACTION, REDO_ACTION, SELECT_ALL_ACTION, UNDO_ACTION
 
Fields inherited from class javax.swing.text.JTextComponent
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface org.swixml.jsr.widgets.BindableBasicWidget
BINDWITH_PROPERTY
 
Fields inherited from interface org.swixml.jsr.widgets.BindableWidget
CONVERTER_PROPERTY
 
Fields inherited from interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
SYNTAX_STYLE_ACTIONSCRIPT, SYNTAX_STYLE_ASSEMBLER_X86, SYNTAX_STYLE_BBCODE, SYNTAX_STYLE_C, SYNTAX_STYLE_CLOJURE, SYNTAX_STYLE_CPLUSPLUS, SYNTAX_STYLE_CSHARP, SYNTAX_STYLE_CSS, SYNTAX_STYLE_DELPHI, SYNTAX_STYLE_FORTRAN, SYNTAX_STYLE_GROOVY, SYNTAX_STYLE_HTML, SYNTAX_STYLE_JAVA, SYNTAX_STYLE_JAVASCRIPT, SYNTAX_STYLE_JSP, SYNTAX_STYLE_LISP, SYNTAX_STYLE_LUA, SYNTAX_STYLE_MAKEFILE, SYNTAX_STYLE_MXML, SYNTAX_STYLE_NONE, SYNTAX_STYLE_PERL, SYNTAX_STYLE_PHP, SYNTAX_STYLE_PROPERTIES_FILE, SYNTAX_STYLE_PYTHON, SYNTAX_STYLE_RUBY, SYNTAX_STYLE_SAS, SYNTAX_STYLE_SCALA, SYNTAX_STYLE_SQL, SYNTAX_STYLE_TCL, SYNTAX_STYLE_UNIX_SHELL, SYNTAX_STYLE_WINDOWS_BATCH, SYNTAX_STYLE_XML
 
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
RSyntaxTextAreaEx()
           
 
Method Summary
protected  void addCurrentLineHighlightListeners()
           
 void addNotify()
           
 void convertSpacesToTabs()
           
 void convertTabsToSpaces()
           
protected  void forceCurrentLineHighlightRepaint()
           
 java.awt.Color getBackground()
           
 java.awt.Image getBackgroundImage()
           
 java.lang.Object getBackgroundObject()
           
 java.lang.String getBindWith()
           
 int getCaretLineNumber()
           
 int getCaretOffsetFromLineStart()
           
 Converter<?,?> getConverter()
           
 java.awt.Color getCurrentLineHighlightColor()
           
static java.awt.Color getDefaultCaretColor()
           
static java.awt.Color getDefaultCurrentLineHighlightColor()
           
static java.awt.Font getDefaultFont()
           
static java.awt.Color getDefaultForeground()
           
static java.awt.Color getDefaultMarginLineColor()
           
static int getDefaultMarginLinePosition()
           
static int getDefaultTabSize()
           
 boolean getFadeCurrentLineHighlight()
           
 boolean getHighlightCurrentLine()
           
 int getLineEndOffsetOfCurrentLine()
           
 int getLineStartOffsetOfCurrentLine()
           
 java.awt.Color getMarginLineColor()
           
 int getMarginLinePixelLocation()
           
 int getMarginLinePosition()
           
 boolean getRoundedSelectionEdges()
           
 boolean getTabsEmulated()
           
 boolean isMarginLineEnabled()
           
static boolean isOSX()
           
protected  void possiblyUpdateCurrentLineHighlightLocation()
           
protected  void processComponentEvent(java.awt.event.ComponentEvent arg0)
           
 void setBackground(java.awt.Color arg0)
           
 void setBackgroundImage(java.awt.Image arg0)
           
 void setBackgroundObject(java.lang.Object arg0)
           
 void setBindWith(java.lang.String bindWith)
           
 void setConverter(Converter<?,?> converter)
           
 void setCurrentLineHighlightColor(java.awt.Color arg0)
           
 void setFadeCurrentLineHighlight(boolean arg0)
           
 void setHighlightCurrentLine(boolean arg0)
           
 void setLineWrap(boolean arg0)
           
 void setMarginLineColor(java.awt.Color arg0)
           
 void setMarginLineEnabled(boolean arg0)
           
 void setMarginLinePosition(int arg0)
           
protected  void setRTextAreaUI(org.fife.ui.rtextarea.RTextAreaUI arg0)
           
 void setTabsEmulated(boolean arg0)
           
 void setTabSize(int arg0)
           
protected  void updateMarginLineX()
           
 int yForLineContaining(int arg0)
           
 
Methods inherited from class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
addActiveLineRangeListener, addHyperlinkListener, addParser, clearParsers, copyAsRtf, createDefaultModel, createMouseListener, createRTextAreaUI, doBracketMatching, fireCaretUpdate, forceReparsing, forceReparsing, getAnimateBracketMatching, getBackgroundForTokenType, getCloseCurlyBraces, getCloseMarkupTags, getCodeTemplateManager, getDefaultBracketMatchBGColor, getDefaultBracketMatchBorderColor, getDefaultSelectionColor, getDefaultSyntaxScheme, getEOLMarkersVisible, getFontForTokenType, getFontMetricsForTokenType, getForegroundForToken, getForegroundForTokenType, getFractionalFontMetricsEnabled, getHyperlinkForeground, getHyperlinksEnabled, getLineHeight, getMarkedOccurrences, getMarkOccurrences, getMarkOccurrencesColor, getMatchedBracketBGColor, getMatchedBracketBorderColor, getMatchRectangle, getMaxAscent, getParser, getParserCount, getParserNotices, getShouldIndentNextLine, getSyntaxEditingStyle, getSyntaxScheme, getTemplatesEnabled, getTextAntiAliasHint, getTokenListForLine, getToolTipText, getUnderlineForToken, getUseFocusableTips, init, isAutoIndentEnabled, isBracketMatchingEnabled, isClearWhitespaceLinesEnabled, isWhitespaceVisible, paintComponent, removeActiveLineRangeListener, removeHyperlinkListener, removeNotify, removeParser, restoreDefaultSyntaxScheme, saveTemplates, setActiveLineRange, setAnimateBracketMatching, setAutoIndentEnabled, setBracketMatchingEnabled, setClearWhitespaceLinesEnabled, setCloseCurlyBraces, setCloseMarkupTags, setDocument, setEOLMarkersVisible, setFont, setFractionalFontMetricsEnabled, setHighlighter, setHyperlinkForeground, setHyperlinksEnabled, setLinkScanningMask, setMarkOccurrences, setMarkOccurrencesColor, setMatchedBracketBGColor, setMatchedBracketBorderColor, setSyntaxEditingStyle, setSyntaxScheme, setTemplateDirectory, setTemplatesEnabled, setTextAntiAliasHint, setUseFocusableTips, setWhitespaceVisible
 
Methods inherited from class org.fife.ui.rtextarea.RTextArea
addLineHighlight, beginAtomicEdit, beginRecordingMacro, clearMarkAllHighlights, configurePopupMenu, createPopupMenu, discardAllEdits, endAtomicEdit, endRecordingMacro, getAction, getCurrentMacro, getDefaultMarkAllHighlightColor, getIconGroup, getMarkAllHighlightColor, getPopupMenu, getTextMode, getToolTipSupplier, handleReplaceSelection, isRecordingMacro, loadMacro, markAll, paste, playbackLastMacro, print, read, redoLastAction, removeAllLineHighlights, removeLineHighlight, replaceRange, replaceSelection, setActionProperties, setActionProperties, setCaret, setCaretStyle, setIconGroup, setMarkAllHighlightColor, setPopupMenu, setRoundedSelectionEdges, setTextMode, setToolTipSupplier, setUI, undoLastAction
 
Methods inherited from class javax.swing.JTextArea
append, getAccessibleContext, getColumns, getColumnWidth, getLineCount, getLineEndOffset, getLineOfOffset, getLineStartOffset, getLineWrap, getPreferredScrollableViewportSize, getPreferredSize, getRowHeight, getRows, getScrollableTracksViewportWidth, getScrollableUnitIncrement, getTabSize, getUIClassID, getWrapStyleWord, insert, paramString, setColumns, setRows, setWrapStyleWord
 
Methods inherited from class javax.swing.text.JTextComponent
addCaretListener, addInputMethodListener, addKeymap, copy, cut, getActions, getCaret, getCaretColor, getCaretListeners, getCaretPosition, getDisabledTextColor, getDocument, getDragEnabled, getDropLocation, getDropMode, getFocusAccelerator, getHighlighter, getInputMethodRequests, getKeymap, getKeymap, getMargin, getNavigationFilter, getPrintable, getScrollableBlockIncrement, getScrollableTracksViewportHeight, getSelectedText, getSelectedTextColor, getSelectionColor, getSelectionEnd, getSelectionStart, getText, getText, getUI, isEditable, loadKeymap, modelToView, moveCaretPosition, print, print, print, processInputMethodEvent, removeCaretListener, removeKeymap, select, selectAll, setCaretColor, setCaretPosition, setComponentOrientation, setDisabledTextColor, setDragEnabled, setDropMode, setEditable, setFocusAccelerator, setKeymap, setMargin, setNavigationFilter, setSelectedTextColor, setSelectionColor, setSelectionEnd, setSelectionStart, setText, updateUI, viewToModel, write
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BACKGROUND_IMAGE_PROPERTY

public static final java.lang.String BACKGROUND_IMAGE_PROPERTY
See Also:
Constant Field Values

CURRENT_LINE_HIGHLIGHT_COLOR_PROPERTY

public static final java.lang.String CURRENT_LINE_HIGHLIGHT_COLOR_PROPERTY
See Also:
Constant Field Values

CURRENT_LINE_HIGHLIGHT_FADE_PROPERTY

public static final java.lang.String CURRENT_LINE_HIGHLIGHT_FADE_PROPERTY
See Also:
Constant Field Values

HIGHLIGHT_CURRENT_LINE_PROPERTY

public static final java.lang.String HIGHLIGHT_CURRENT_LINE_PROPERTY
See Also:
Constant Field Values

ROUNDED_SELECTION_PROPERTY

public static final java.lang.String ROUNDED_SELECTION_PROPERTY
See Also:
Constant Field Values
Constructor Detail

RSyntaxTextAreaEx

public RSyntaxTextAreaEx()
Method Detail

getBindWith

public java.lang.String getBindWith()
Specified by:
getBindWith in interface BindableBasicWidget

setBindWith

public void setBindWith(java.lang.String bindWith)
Specified by:
setBindWith in interface BindableBasicWidget

setConverter

public void setConverter(Converter<?,?> converter)
Specified by:
setConverter in interface BindableWidget

getConverter

public Converter<?,?> getConverter()
Specified by:
getConverter in interface BindableWidget

addNotify

public void addNotify()
Overrides:
addNotify in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea

addCurrentLineHighlightListeners

protected void addCurrentLineHighlightListeners()

convertSpacesToTabs

public void convertSpacesToTabs()

convertTabsToSpaces

public void convertTabsToSpaces()

forceCurrentLineHighlightRepaint

protected void forceCurrentLineHighlightRepaint()

getBackground

public final java.awt.Color getBackground()
Overrides:
getBackground in class java.awt.Component

getBackgroundImage

public final java.awt.Image getBackgroundImage()

getBackgroundObject

public final java.lang.Object getBackgroundObject()

getCaretLineNumber

public final int getCaretLineNumber()

getCaretOffsetFromLineStart

public final int getCaretOffsetFromLineStart()

getCurrentLineHighlightColor

public java.awt.Color getCurrentLineHighlightColor()

getDefaultCaretColor

public static final java.awt.Color getDefaultCaretColor()

getDefaultCurrentLineHighlightColor

public static final java.awt.Color getDefaultCurrentLineHighlightColor()

getDefaultFont

public static final java.awt.Font getDefaultFont()

getDefaultForeground

public static final java.awt.Color getDefaultForeground()

getDefaultMarginLineColor

public static final java.awt.Color getDefaultMarginLineColor()

getDefaultMarginLinePosition

public static final int getDefaultMarginLinePosition()

getDefaultTabSize

public static final int getDefaultTabSize()

getFadeCurrentLineHighlight

public boolean getFadeCurrentLineHighlight()

getHighlightCurrentLine

public boolean getHighlightCurrentLine()

getLineEndOffsetOfCurrentLine

public final int getLineEndOffsetOfCurrentLine()

getLineStartOffsetOfCurrentLine

public final int getLineStartOffsetOfCurrentLine()

getMarginLineColor

public java.awt.Color getMarginLineColor()

getMarginLinePixelLocation

public int getMarginLinePixelLocation()

getMarginLinePosition

public int getMarginLinePosition()

getRoundedSelectionEdges

public boolean getRoundedSelectionEdges()

getTabsEmulated

public boolean getTabsEmulated()

isMarginLineEnabled

public boolean isMarginLineEnabled()

isOSX

public static boolean isOSX()

possiblyUpdateCurrentLineHighlightLocation

protected void possiblyUpdateCurrentLineHighlightLocation()

processComponentEvent

protected void processComponentEvent(java.awt.event.ComponentEvent arg0)
Overrides:
processComponentEvent in class java.awt.Component

setBackground

public void setBackground(java.awt.Color arg0)
Overrides:
setBackground in class javax.swing.JComponent

setBackgroundImage

public void setBackgroundImage(java.awt.Image arg0)

setBackgroundObject

public void setBackgroundObject(java.lang.Object arg0)

setCurrentLineHighlightColor

public void setCurrentLineHighlightColor(java.awt.Color arg0)

setFadeCurrentLineHighlight

public void setFadeCurrentLineHighlight(boolean arg0)

setHighlightCurrentLine

public void setHighlightCurrentLine(boolean arg0)

setLineWrap

public void setLineWrap(boolean arg0)
Overrides:
setLineWrap in class javax.swing.JTextArea

setMarginLineColor

public void setMarginLineColor(java.awt.Color arg0)

setMarginLineEnabled

public void setMarginLineEnabled(boolean arg0)

setMarginLinePosition

public void setMarginLinePosition(int arg0)

setRTextAreaUI

protected void setRTextAreaUI(org.fife.ui.rtextarea.RTextAreaUI arg0)

setTabsEmulated

public void setTabsEmulated(boolean arg0)

setTabSize

public void setTabSize(int arg0)
Overrides:
setTabSize in class javax.swing.JTextArea

updateMarginLineX

protected void updateMarginLineX()

yForLineContaining

public int yForLineContaining(int arg0)
                       throws javax.swing.text.BadLocationException
Throws:
javax.swing.text.BadLocationException


Copyright © 2011. All Rights Reserved.