KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > FlowView.FlowStrategy

javax.swing.text
Class FlowView.FlowStrategy

java.lang.Object
  extended by javax.swing.text.FlowView.FlowStrategy
Enclosing class:
FlowView
See Also:
Source Code

protected void adjustRow(FlowView fv,
                         int rowIndex,
                         int desiredSpan,
                         int x)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void changedUpdate(FlowView fv,
                          DocumentEvent e,
                          Rectangle alloc)
See Also:
View.changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected View createView(FlowView fv,
                          int startOffset,
                          int spanLeft,
                          int rowIndex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public FlowView.FlowStrategy()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected View getLogicalView(FlowView fv)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void insertUpdate(FlowView fv,
                         DocumentEvent e,
                         Rectangle alloc)
See Also:
View.insertUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void layout(FlowView fv)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int layoutRow(FlowView fv,
                        int rowIndex,
                        int pos)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeUpdate(FlowView fv,
                         DocumentEvent e,
                         Rectangle alloc)
See Also:
View.removeUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags