KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > FieldView

javax.swing.text
Class FieldView

java.lang.Object
  extended by javax.swing.text.View
      extended by javax.swing.text.PlainView
          extended by 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  

Popular Tags