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.FieldView1.2

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

Deklaration

public class FieldView
extends javax.swing.text.PlainView

Beschreibung


 
Konstruktoren
publicFieldView(Element elem)
 
Methoden
protected FontMetricsgetFontMetrics()
protected ShapeadjustAllocation(Shape a)
public voidpaint(Graphics g, Shape a)
public floatgetPreferredSpan(int axis)
public intgetResizeWeight(int axis)
public ShapemodelToView(int pos, Shape a, Position.Bias b)
public intviewToModel(float fx, float fy, Shape a, Position.Bias[] bias)
public voidinsertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
public voidremoveUpdate(DocumentEvent changes, Shape a, ViewFactory f)


 

Konstruktoren im Detail

public FieldView(Element elem)

 

Methoden im Detail

protected FontMetrics getFontMetrics()
protected Shape adjustAllocation(Shape a)
public void paint(Graphics g, Shape a)
public float getPreferredSpan(int axis)
public int getResizeWeight(int axis)
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 void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
public void removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)


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

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