wt.clients.util
Class UIAdjuster

java.lang.Object
  extended bywt.clients.util.UIAdjuster

public class UIAdjuster
extends Object


Field Summary
private static Object TABLE_ROW_HEIGHT_LOCK
          Lock for table row height
private static String TABLE_ROW_PREF_KEY_NAME
          User preference key for table row height
private static int tableRowHeight
          Table row height
private static String UI_ADJUSTER_PREF_NODE_NAME
          User preference node for preferences associated with this class
 
Constructor Summary
UIAdjuster()
           
 
Method Summary
static void adjustRowHeight(JTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UI_ADJUSTER_PREF_NODE_NAME

private static final String UI_ADJUSTER_PREF_NODE_NAME
User preference node for preferences associated with this class

See Also:
Constant Field Values

TABLE_ROW_PREF_KEY_NAME

private static final String TABLE_ROW_PREF_KEY_NAME
User preference key for table row height

See Also:
Constant Field Values

TABLE_ROW_HEIGHT_LOCK

private static final Object TABLE_ROW_HEIGHT_LOCK
Lock for table row height


tableRowHeight

private static int tableRowHeight
Table row height

Constructor Detail

UIAdjuster

public UIAdjuster()
Method Detail

adjustRowHeight

public static void adjustRowHeight(JTable table)