java.lang.Object
javax.swing.text.View
javax.swing.text.PlainView
javax.swing.text.FieldView
- All Implemented Interfaces:
- SwingConstants, TabExpander
- Direct Known Subclasses:
- PasswordView
- See Also:
- Source Code
protected Shape adjustAllocation(Shape a)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public FieldView(Element elem)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected FontMetrics getFontMetrics()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float getPreferredSpan(int axis)
- See Also:
- PlainView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getResizeWeight(int axis)
- See Also:
- View
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insertUpdate(DocumentEvent changes,
Shape a,
ViewFactory f)
- See Also:
- PlainView
- 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:
- PlainView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void paint(Graphics g,
Shape a)
- See Also:
- PlainView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeUpdate(DocumentEvent changes,
Shape a,
ViewFactory f)
- See Also:
- PlainView
- 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:
- PlainView
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples