Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.text.PasswordView1.2

java.lang.Object
   |
   +--javax.swing.text.View
         |
         +--javax.swing.text.PlainView
               |
               +--javax.swing.text.FieldView
                     |
                     +--javax.swing.text.PasswordView

Deklaration

public class PasswordView
extends javax.swing.text.FieldView

Beschreibung


 
Konstruktoren
publicPasswordView(Element elem)
 
Methoden
protected intdrawUnselectedText(Graphics g, int x, int y, int p0, int p1)
protected intdrawSelectedText(Graphics g, int x, int y, int p0, int p1)
protected intdrawEchoCharacter(Graphics g, int x, int y, char c)
public ShapemodelToView(int pos, Shape a, Position.Bias b)
public intviewToModel(float fx, float fy, Shape a, Position.Bias[] bias)
public floatgetPreferredSpan(int axis)


 

Konstruktoren im Detail

public PasswordView(Element elem)

 

Methoden im Detail

protected int drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
Exception: BadLocationException
protected int drawSelectedText(Graphics g, int x, int y, int p0, int p1)
Exception: BadLocationException
protected int drawEchoCharacter(Graphics g, int x, int y, char c)
public Shape modelToView(int pos, Shape a, Position.Bias b)
Exception: BadLocationException
public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias)
public float getPreferredSpan(int axis)


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.