kaos.kpat.gui.util
Class PolicyTableCellRenderer.TableRowHeightRunnable

java.lang.Object
  extended by kaos.kpat.gui.util.PolicyTableCellRenderer.TableRowHeightRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PolicyTableCellRenderer

public static class PolicyTableCellRenderer.TableRowHeightRunnable
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
PolicyTableCellRenderer.TableRowHeightRunnable(int row, int height, javax.swing.JTable table)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyTableCellRenderer.TableRowHeightRunnable

public PolicyTableCellRenderer.TableRowHeightRunnable(int row,
                                                      int height,
                                                      javax.swing.JTable table)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable