Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.swing
Class UpdateUI  view UpdateUI download UpdateUI.java

java.lang.Object
  extended byjavatools.swing.UpdateUI

public class UpdateUI
extends java.lang.Object

Contains a function to update the UI.

Version:
0.7

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.