GNU Classpath (0.17) | ||
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) |
int | BasicTextUI.getNextVisualPositionFrom(JTextComponent t, int pos, Position.Bias b, int direction, Position.Bias biasRet) |
Rectangle | |
int |
Fields of type javax.swing.text.Position.Bias | |
Position.Bias | |
Position.Bias |
Methods with parameter type javax.swing.text.Position.Bias | |
int | |
Shape | |
Shape | |
Shape | |
void | |
void | |
void | |
void | |
int |
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 .
|
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.
|
GNU Classpath (0.17) |