net.sourceforge.squirrel_sql.plugins.syntax.rsyntax
Class SquirreLRSyntaxTextAreaUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextAreaUI
org.fife.ui.rtextarea.RTextAreaUI
org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.SquirreLRSyntaxTextAreaUI
- All Implemented Interfaces:
- ViewFactory
public class SquirreLRSyntaxTextAreaUI
- extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
| Fields inherited from class org.fife.ui.rtextarea.RTextAreaUI |
textArea |
| 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.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RS_ACCELERATOR_KEY_STROKE_TO_UPPER_CASE
public static final KeyStroke RS_ACCELERATOR_KEY_STROKE_TO_UPPER_CASE
RS_ACCELERATOR_KEY_STROKE_TO_LOWER_CASE
public static final KeyStroke RS_ACCELERATOR_KEY_STROKE_TO_LOWER_CASE
SquirreLRSyntaxTextAreaUI
public SquirreLRSyntaxTextAreaUI(SquirrelRSyntaxTextArea squirrelRSyntaxTextArea)
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.