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

java.lang.Object
   |
   +--javax.swing.text.View
         |
         +--javax.swing.text.CompositeView
               |
               +--javax.swing.text.BoxView
                     |
                     +--javax.swing.text.FlowView

Deklaration

public class FlowView
extends javax.swing.text.BoxView

Beschreibung


 
Datenelemente
protected intlayoutSpan
protected ViewlayoutPool
protected FlowView.FlowStrategystrategy
 
Konstruktoren
publicFlowView(Element elem, int axis)
 
Methoden
public intgetFlowAxis()
public intgetFlowSpan(int index)
public intgetFlowStart(int index)
protected ViewcreateRow()
protected voidloadChildren(ViewFactory f)
protected intgetViewIndexAtPosition(int pos)
protected voidlayout(int width, int height)
protected SizeRequirementscalculateMinorAxisRequirements(int axis, SizeRequirements r)
public voidinsertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
public voidremoveUpdate(DocumentEvent changes, Shape a, ViewFactory f)
public voidchangedUpdate(DocumentEvent changes, Shape a, ViewFactory f)


 

Datenelemente im Detail

protected int layoutSpan
protected View layoutPool
protected FlowView.FlowStrategy strategy

 

Konstruktoren im Detail

public FlowView(Element elem, int axis)

 

Methoden im Detail

public int getFlowAxis()
public int getFlowSpan(int index)
public int getFlowStart(int index)
protected View createRow()
protected void loadChildren(ViewFactory f)
protected int getViewIndexAtPosition(int pos)
protected void layout(int width, int height)
protected SizeRequirements calculateMinorAxisRequirements(int axis, SizeRequirements r)
public void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
public void removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
public void changedUpdate(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.