GNU Classpath (0.20) | |
Frames | No Frames |
Methods with parameter type javax.swing.text.Position.Bias | |
void | BasicTextUI.damageRange(JTextComponent t, int p0, int p1, Position.Bias firstBias, Position.Bias secondBias) Marks the specified range inside the text component's model as
damaged and queues a repaint request. |
int | BasicTextUI.getNextVisualPositionFrom(JTextComponent t, int pos, Position.Bias b, int direction, Position.Bias[] biasRet) Gets the next position inside the document model that is visible on
screen, starting from pos .
|
Rectangle | Maps a position in the document into the coordinate space of the View.
|
int | Maps a point in the View coordinate space to a position
inside a document model.
|
Fields of type javax.swing.text.Position.Bias | |
Position.Bias | |
Position.Bias |
Methods with parameter type javax.swing.text.Position.Bias | |
boolean | Determines if the next view in horinzontal direction is located to
the east or west of the view at position pos . |
int | CompositeView.getNextEastWestVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) Returns the next model location that is visible in east or west
direction.
|
int | CompositeView.getNextNorthSouthVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) Returns the next model location that is visible in north or south
direction.
|
int | CompositeView.getNextVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) Returns the next model location that is visible in eiter north / south
direction or east / west direction. |
int | GlyphView.getNextVisualPositionFrom(int pos, Position.Bias bias, Shape a, int direction, Position.Bias[] biasRet) Returns the model location that should be used to place a caret when
moving the caret through the document.
|
int | Returns the document position that is (visually) nearest to the given
document position pos in the given direction d .
|
int | GlyphView.GlyphPainter.getNextVisualPositionFrom(GlyphView v, int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) Returns the model location that should be used to place a caret when
moving the caret through the document.
|
int | Returns the index of the child view that represents the specified
model location.
|
int | |
Shape | Maps the document model position pos to a Shape
in the view coordinate space. |
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Provides a mapping from the document model coordinate space to the
coordinate space of the view mapped to it.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a region in the document into the coordinate space of the View.
|
Shape | Maps a region in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
void | |
void | |
void | |
void | |
int | Maps coordinates from the View 's space into a position
in the document model.
|
int | Maps coordinates from the View 's space into a position
in the document model.
|
int | Maps coordinates from the View 's space into a position
in the document model.
|
int | Maps coordinates from the View 's space into a position
in the document model.
|
int | Maps coordinates from the View 's space into a position
in the document model.
|
int | Provides a mapping from the view coordinate space to the logical
coordinate space of the model.
|
int | Maps coordinates from the View 's space into a position
in the document model.
|
int | Maps coordinates from the View 's space into a position
in the document model.
|
int | Maps a visual position into a document location.
|
Methods with parameter type javax.swing.text.Position.Bias | |
void | MultiTextUI.damageRange(JTextComponent tc, int start, int end, Position.Bias startBias, Position.Bias endBias) Calls the TextUI.damageRange(JTextComponent,int,int,Position.Bias,Position.Bias) method for all the UI delegates managed by
this MultiTextUI .
|
int | MultiTextUI.getNextVisualPositionFrom(JTextComponent tc, int pos, Position.Bias bias, int direction, Position.Bias[] outBias) Calls the TextUI.getNextVisualPositionFrom(JTextComponent,int,Position.Bias,int,Position.Bias[]) method for all
the UI delegates managed by this MultiTextUI ,
returning the position for the UI delegate from the primary look and
feel.
|
Rectangle | Calls the TextUI.modelToView(JTextComponent,int,Position.Bias)
method for all the UI delegates managed by this MultiTextUI ,
returning the bounds for the UI delegate from the primary look and
feel.
|
int | Calls the TextUI.viewToModel(JTextComponent, Point, Bias[]) method
for all the UI delegates managed by this MultiTextUI ,
returning the position for the UI delegate from the primary look and
feel.
|
Methods with parameter type javax.swing.text.Position.Bias | |
void | TextUI.damageRange(JTextComponent tc, int start, int end, Position.Bias startBias, Position.Bias endBias) Repaints a range of characters, also specifying the bias for the
start and end of the range.
|
int | TextUI.getNextVisualPositionFrom(JTextComponent tc, int pos, Position.Bias bias, int direction, Position.Bias[] outBias) Calculates the caret position that is visually next to the given
position. |
Rectangle | Calculates the geometric extent of the character at the
given offset.
|
int | Finds the caret position which is closest to the specified visual
location.
|
Methods with parameter type javax.swing.text.Position.Bias | |
int | Returns the next list element (beginning from startIndex
that starts with prefix . |
TreePath | Returns the next table element (beginning from the row
startingRow that starts with prefix .
|
GNU Classpath (0.20) |