net.sourceforge.squirrel_sql.plugins.syntax.rsyntax
Class SquirreLRSyntaxTextAreaUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.TextUI
          extended by javax.swing.plaf.basic.BasicTextUI
              extended by javax.swing.plaf.basic.BasicTextAreaUI
                  extended by org.fife.ui.rtextarea.RTextAreaUI
                      extended by org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
                          extended by net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.SquirreLRSyntaxTextAreaUI
All Implemented Interfaces:
ViewFactory

public class SquirreLRSyntaxTextAreaUI
extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
 
Field Summary
static String RS_ACCELERATOR_STRING_TO_LOWER_CASE
           
static String RS_ACCELERATOR_STRING_TO_UPPER_CASE
           
 
Fields inherited from class org.fife.ui.rtextarea.RTextAreaUI
textArea
 
Constructor Summary
SquirreLRSyntaxTextAreaUI(SquirrelRSyntaxTextArea squirrelRSyntaxTextArea)
           
 
Method Summary
 IUndoHandler createUndoHandler()
           
static Action getActionForName(SquirrelRSyntaxTextArea squirrelRSyntaxTextArea, String actionName)
           
 EditorKit getEditorKit(JTextComponent tc)
           
protected  InputMap getRTextAreaInputMap()
           
 
Methods inherited from class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
create, createHighlighter, createUI, getActionMapName, paintBackground, paintMatchedBracket, propertyChange, refreshSyntaxHighlighting, yForLineContaining
 
Methods inherited from class org.fife.ui.rtextarea.RTextAreaUI
createCaret, createKeymap, createRTextAreaActionMap, getRTextArea, getVisibleEditorRect, installDefaults, installKeyboardActions, installUI, paintCurrentLineHighlight, paintLineHighlights, paintMarginLine
 
Methods inherited from class javax.swing.plaf.basic.BasicTextAreaUI
getBaseline, getBaselineResizeBehavior, getMinimumSize, getPreferredSize, getPropertyPrefix
 
Methods inherited from class javax.swing.plaf.basic.BasicTextUI
create, damageRange, damageRange, getComponent, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, installListeners, modelChanged, modelToView, modelToView, paint, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RS_ACCELERATOR_STRING_TO_UPPER_CASE

public static final String RS_ACCELERATOR_STRING_TO_UPPER_CASE
See Also:
Constant Field Values

RS_ACCELERATOR_STRING_TO_LOWER_CASE

public static final String RS_ACCELERATOR_STRING_TO_LOWER_CASE
See Also:
Constant Field Values
Constructor Detail

SquirreLRSyntaxTextAreaUI

public SquirreLRSyntaxTextAreaUI(SquirrelRSyntaxTextArea squirrelRSyntaxTextArea)
Method Detail

getRTextAreaInputMap

protected InputMap getRTextAreaInputMap()
Overrides:
getRTextAreaInputMap in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI

createUndoHandler

public IUndoHandler createUndoHandler()

getActionForName

public static Action getActionForName(SquirrelRSyntaxTextArea squirrelRSyntaxTextArea,
                                      String actionName)

getEditorKit

public EditorKit getEditorKit(JTextComponent tc)
Overrides:
getEditorKit in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI


Copyright © 2001-2011. All Rights Reserved.