| java.awt.Rectangle org.netbeans.editor.BaseCaret org.netbeans.editor.ext.ExtCaret
ExtCaret | public class ExtCaret extends BaseCaret (Code) | | Extended caret implementation
author: Miloslav Metelka version: 1.00 |
HIGHLIGHT_BRACE_LAYER_NAME | final public static String HIGHLIGHT_BRACE_LAYER_NAME(Code) | | Highlight matching brace draw layer name
|
HIGHLIGHT_BRACE_LAYER_VISIBILITY | final public static int HIGHLIGHT_BRACE_LAYER_VISIBILITY(Code) | | Highlight matching brace draw layer visibility
|
HIGHLIGHT_ROW_LAYER_NAME | final public static String HIGHLIGHT_ROW_LAYER_NAME(Code) | | Highlight row draw layer name
|
HIGHLIGHT_ROW_LAYER_VISIBILITY | final public static int HIGHLIGHT_ROW_LAYER_VISIBILITY(Code) | | Highlight row draw layer visibility
|
braceMarksValid | boolean braceMarksValid(Code) | | Whether the brace starting and ending marks are currently valid or not.
If they are not valid the block they delimit is not highlighted.
|
highlightBrace | boolean highlightBrace(Code) | | Whether to hightlight the matching brace
|
highlightBraceColoring | Coloring highlightBraceColoring(Code) | | Coloring used for highlighting the matching brace
|
highlightBraceStartMark | MarkFactory.DrawMark highlightBraceStartMark(Code) | | Mark holding the starting position of the matching brace.
|
highlightRow | boolean highlightRow(Code) | | Whether to highlight the background of the row where the caret is.
|
highlightRowColoring | Coloring highlightRowColoring(Code) | | Coloring used for highlighting the row where the caret is.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
simpleMatchBrace | boolean simpleMatchBrace(Code) | | |
requestMatchBraceUpdateSync | public void requestMatchBraceUpdateSync()(Code) | | 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.
|
settingsChange | public void settingsChange(SettingsChangeEvent evt)(Code) | | Called when settings were changed. The method is called also in
constructor, so the code must count with the evt being null.
|
updateMatchBrace | protected void updateMatchBrace()(Code) | | Update the matching brace of the caret. The document is read-locked while
this method is called.
|
Methods inherited from java.awt.Rectangle | public void add(int newx, int newy)(Code)(Java Doc) public void add(Point pt)(Code)(Java Doc) public void add(Rectangle r)(Code)(Java Doc) public boolean contains(Point p)(Code)(Java Doc) public boolean contains(int x, int y)(Code)(Java Doc) public boolean contains(Rectangle r)(Code)(Java Doc) public boolean contains(int X, int Y, int W, int H)(Code)(Java Doc) public Rectangle2D createIntersection(Rectangle2D r)(Code)(Java Doc) public Rectangle2D createUnion(Rectangle2D r)(Code)(Java Doc) public boolean equals(Object obj)(Code)(Java Doc) public Rectangle getBounds()(Code)(Java Doc) public Rectangle2D getBounds2D()(Code)(Java Doc) public double getHeight()(Code)(Java Doc) public Point getLocation()(Code)(Java Doc) public Dimension getSize()(Code)(Java Doc) public double getWidth()(Code)(Java Doc) public double getX()(Code)(Java Doc) public double getY()(Code)(Java Doc) public void grow(int h, int v)(Code)(Java Doc) public boolean inside(int X, int Y)(Code)(Java Doc) public Rectangle intersection(Rectangle r)(Code)(Java Doc) public boolean intersects(Rectangle r)(Code)(Java Doc) public boolean isEmpty()(Code)(Java Doc) public void move(int x, int y)(Code)(Java Doc) public int outcode(double x, double y)(Code)(Java Doc) public void reshape(int x, int y, int width, int height)(Code)(Java Doc) public void resize(int width, int height)(Code)(Java Doc) public void setBounds(Rectangle r)(Code)(Java Doc) public void setBounds(int x, int y, int width, int height)(Code)(Java Doc) public void setLocation(Point p)(Code)(Java Doc) public void setLocation(int x, int y)(Code)(Java Doc) public void setRect(double x, double y, double width, double height)(Code)(Java Doc) public void setSize(Dimension d)(Code)(Java Doc) public void setSize(int width, int height)(Code)(Java Doc) public String toString()(Code)(Java Doc) public void translate(int dx, int dy)(Code)(Java Doc) public Rectangle union(Rectangle r)(Code)(Java Doc)
|
|
|