edu.princeton.swing
Class PSwingUtilities

java.lang.Object
  extended by edu.princeton.swing.PSwingUtilities

public abstract class PSwingUtilities
extends Object

PSwingUtilities contains some standard swing library functions for Princeton's swing extensions.


Field Summary
static Toolkit TOOLKIT
          An instance of the default toolkit.
 
Constructor Summary
PSwingUtilities()
           
 
Method Summary
static void paintWindowImmediately(Component component)
          Paints the window containing this component immediately.
static void revalidateImmediately(Component component)
          Causes the nearest enclosing validate-root to be validated immediately.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOOLKIT

public static final Toolkit TOOLKIT
An instance of the default toolkit.

Constructor Detail

PSwingUtilities

public PSwingUtilities()
Method Detail

revalidateImmediately

public static void revalidateImmediately(Component component)
Causes the nearest enclosing validate-root to be validated immediately.


paintWindowImmediately

public static void paintWindowImmediately(Component component)
Paints the window containing this component immediately.