org.archiviststoolkit.swing
Class ATProgressUtil

java.lang.Object
  extended by org.archiviststoolkit.swing.ATProgressUtil

public class ATProgressUtil
extends java.lang.Object

MySwing: Advanced Swing Utilites Copyright (C) 2005 Santhosh Kumar T

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.


Nested Class Summary
(package private) static class ATProgressUtil.MonitorListener
           
 
Constructor Summary
ATProgressUtil()
           
 
Method Summary
static InfiniteProgressPanel createModalProgressMonitor(java.awt.Component owner, int milliSecondsToWait)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATProgressUtil

public ATProgressUtil()
Method Detail

createModalProgressMonitor

public static InfiniteProgressPanel createModalProgressMonitor(java.awt.Component owner,
                                                               int milliSecondsToWait)