sferyx.administration.renderers
Class CustomParagraphView.CustomFlowStrategy

java.lang.Object
  extended by javax.swing.text.FlowView.FlowStrategy
      extended by sferyx.administration.renderers.CustomParagraphView.CustomFlowStrategy
Enclosing class:
CustomParagraphView

public static class CustomParagraphView.CustomFlowStrategy
extends javax.swing.text.FlowView.FlowStrategy


Constructor Summary
CustomParagraphView.CustomFlowStrategy()
           
 
Method Summary
protected  void adjustRow(javax.swing.text.FlowView fv, int rowIndex, int desiredSpan, int x)
           
protected  javax.swing.text.View getLogicalView(javax.swing.text.FlowView fv)
           
 void layout(javax.swing.text.FlowView fv)
           
protected  int layoutRow(javax.swing.text.FlowView fv, int rowIndex, int pos)
           
 
Methods inherited from class javax.swing.text.FlowView.FlowStrategy
changedUpdate, createView, insertUpdate, removeUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomParagraphView.CustomFlowStrategy

public CustomParagraphView.CustomFlowStrategy()
Method Detail

getLogicalView

protected javax.swing.text.View getLogicalView(javax.swing.text.FlowView fv)
Overrides:
getLogicalView in class javax.swing.text.FlowView.FlowStrategy

layout

public void layout(javax.swing.text.FlowView fv)
Overrides:
layout in class javax.swing.text.FlowView.FlowStrategy

layoutRow

protected int layoutRow(javax.swing.text.FlowView fv,
                        int rowIndex,
                        int pos)
Overrides:
layoutRow in class javax.swing.text.FlowView.FlowStrategy

adjustRow

protected void adjustRow(javax.swing.text.FlowView fv,
                         int rowIndex,
                         int desiredSpan,
                         int x)
Overrides:
adjustRow in class javax.swing.text.FlowView.FlowStrategy