Klasse javax.swing.text.FlowView.FlowStrategy | 1.2 |
java.lang.Object | +--javax.swing.text.FlowView.FlowStrategy
Konstruktoren | |
---|---|
public | FlowView.FlowStrategy() |
Methoden | |
---|---|
public void | insertUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) |
public void | removeUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) |
public void | changedUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) |
protected View | getLogicalView(FlowView fv) |
public void | layout(FlowView fv) |
protected int | layoutRow(FlowView fv, int rowIndex, int pos) |
protected void | adjustRow(FlowView fv, int rowIndex, int desiredSpan, int x) |
protected View | createView(FlowView fv, int startOffset, int spanLeft, int rowIndex) |