KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.text
Class PasswordView

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

Popular Tags