org.jdesktop.swingx.decorator
Class RowSizing

java.lang.Object
  extended by org.jdesktop.swingx.decorator.RowSizing

public class RowSizing
extends java.lang.Object


Constructor Summary
RowSizing()
           
RowSizing(FilterPipeline pipeline)
           
RowSizing(FilterPipeline pipeline, javax.swing.SizeSequence selection, int defaultHeight)
           
 
Method Summary
 void clearModelSizes()
           
 javax.swing.SizeSequence getViewSizeSequence()
           
 void insertIndexInterval(int start, int length, int value)
           
 void removeIndexInterval(int start, int length)
           
 void restoreSelection()
           
 void setFilters(FilterPipeline pipeline)
           
 void setViewSizeSequence(javax.swing.SizeSequence selection, int height)
           
protected  void updateFromPipelineChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSizing

public RowSizing()

RowSizing

public RowSizing(FilterPipeline pipeline)

RowSizing

public RowSizing(FilterPipeline pipeline,
                 javax.swing.SizeSequence selection,
                 int defaultHeight)
Parameters:
pipeline -
selection -
Method Detail

setViewSizeSequence

public void setViewSizeSequence(javax.swing.SizeSequence selection,
                                int height)

getViewSizeSequence

public javax.swing.SizeSequence getViewSizeSequence()

setFilters

public void setFilters(FilterPipeline pipeline)

clearModelSizes

public void clearModelSizes()

insertIndexInterval

public void insertIndexInterval(int start,
                                int length,
                                int value)

removeIndexInterval

public void removeIndexInterval(int start,
                                int length)

restoreSelection

public void restoreSelection()

updateFromPipelineChanged

protected void updateFromPipelineChanged()