javatools.swing
Class UpdateUI

java.lang.Object
  |
  +--javatools.swing.UpdateUI

public class UpdateUI
extends java.lang.Object

Contains a function to update the UI.


Constructor Summary
UpdateUI()
           
 
Method Summary
static void updateUI(java.lang.Object c)
          Recursively updates all contained components and the component itself.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateUI

public UpdateUI()
Method Detail

updateUI

public static void updateUI(java.lang.Object c)
Recursively updates all contained components and the component itself.

Parameters:
c - The object to update.