java.lang.Object
javax.swing.text.View
javax.swing.text.PlainView
javax.swing.text.FieldView
javax.swing.text.PasswordView
- All Implemented Interfaces:
- SwingConstants, TabExpander
- See Also:
- Top Examples, Source Code
protected int drawEchoCharacter(Graphics g,
int x,
int y,
char c)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int drawSelectedText(Graphics g,
int x,
int y,
int p0,
int p1)
throws BadLocationException
- See Also:
- PlainView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int drawUnselectedText(Graphics g,
int x,
int y,
int p0,
int p1)
throws BadLocationException
- See Also:
- PlainView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getPreferredSpan(int axis)
- See Also:
- FieldView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Shape modelToView(int pos,
Shape a,
Position.Bias b)
throws BadLocationException
- See Also:
- FieldView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PasswordView(Element elem)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int viewToModel(float fx,
float fy,
Shape a,
Position.Bias[] bias)
- See Also:
- FieldView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples