org.netbeans.modules.editor.lib/1 1.44.0 9

org.netbeans.editor.ext
Class ExtCaret

java.lang.Object
  extended by org.netbeans.editor.BaseCaret
      extended by org.netbeans.editor.ext.ExtCaret
All Implemented Interfaces:
ActionListener, MouseListener, MouseMotionListener, PropertyChangeListener, EventListener, DocumentListener, Caret, FoldHierarchyListener, AtomicLockListener

public class ExtCaret
extends BaseCaret

Extended caret implementation


Field Summary
static String HIGHLIGHT_BRACE_LAYER_NAME
          Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.
static int HIGHLIGHT_BRACE_LAYER_VISIBILITY
          Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.
static String HIGHLIGHT_ROW_LAYER_NAME
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static int HIGHLIGHT_ROW_LAYER_VISIBILITY
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
 
Fields inherited from class org.netbeans.editor.BaseCaret
afterCaretFont, beforeCaretFont, BLOCK_CARET, changeEvent, component, dotChar, flasher, LINE_CARET, listenerList, textBackColor, textForeColor, THICK_LINE_CARET, THIN_LINE_CARET
 
Constructor Summary
ExtCaret()
           
 
Method Summary
 void requestMatchBraceUpdateSync()
          Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.
protected  void updateMatchBrace()
          Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.
 
Methods inherited from class org.netbeans.editor.BaseCaret
actionPerformed, addChangeListener, atomicLock, atomicUnlock, changedUpdate, deinstall, equals, fireStateChanged, foldHierarchyChanged, getBlinkRate, getDot, getEventComponent, getMagicCaretPosition, getMark, hashCode, insertUpdate, install, isDragPossible, isSelectionVisible, isVisible, mapDragOperationFromModifiers, modelChanged, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, moveDot, moveDot, paint, paintCustomCaret, propertyChange, refresh, removeChangeListener, removeUpdate, setBlinkRate, setDot, setDot, setDot, setDot, setMagicCaretPosition, setSelectionVisible, setVisible, setVisibleImpl, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIGHLIGHT_ROW_LAYER_NAME

public static final String HIGHLIGHT_ROW_LAYER_NAME
Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
Highlight row draw layer name.

Using DrawLayers has been deprecated and this constant has no longer any meaning.

See Also:
Constant Field Values

HIGHLIGHT_ROW_LAYER_VISIBILITY

public static final int HIGHLIGHT_ROW_LAYER_VISIBILITY
Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
Highlight row draw layer visibility.

Using DrawLayers has been deprecated and this constant has no longer any meaning.

See Also:
Constant Field Values

HIGHLIGHT_BRACE_LAYER_NAME

public static final String HIGHLIGHT_BRACE_LAYER_NAME
Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.
Highlight matching brace draw layer name

See Also:
Constant Field Values

HIGHLIGHT_BRACE_LAYER_VISIBILITY

public static final int HIGHLIGHT_BRACE_LAYER_VISIBILITY
Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.
Highlight matching brace draw layer visibility

See Also:
Constant Field Values
Constructor Detail

ExtCaret

public ExtCaret()
Method Detail

updateMatchBrace

protected void updateMatchBrace()
Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.

Update the matching brace of the caret. The document is read-locked while this method is called.


requestMatchBraceUpdateSync

public void requestMatchBraceUpdateSync()
Deprecated. Please use Braces Matching SPI instead, for details see Editor Braces Matching.

Signal that the next matching brace update will be immediate without waiting for the brace timer to fire the action. This is usually done for the key-typed action.


org.netbeans.modules.editor.lib/1 1.44.0 9

Built on November 20 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.