edu.columbia.cs.cgui.rjfc.swing
Class RProgressMonitorImpl

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--edu.columbia.cs.cgui.rjfc.swing.RProgressMonitorImpl
All Implemented Interfaces:
Remote, RProgressMonitor, Serializable

public class RProgressMonitorImpl
extends UnicastRemoteObject
implements RProgressMonitor

See Also:
Serialized Form

Field Summary
protected  ProgressMonitor data
           
protected  Hashtable hash
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected RProgressMonitorImpl()
           
  RProgressMonitorImpl(ProgressMonitor passedIn, Hashtable hash)
           
  RProgressMonitorImpl(RComponent parentComponentvar0, Object messagevar1, String notevar2, int minvar3, int maxvar4, Hashtable hash)
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 int getMaximum()
           
 int getMillisToDecideToPopup()
           
 int getMillisToPopup()
           
 int getMinimum()
           
 String getNote()
           
 ProgressMonitor getRJFCWrappedData()
           
 boolean isCanceled()
           
 void setData(ProgressMonitor data)
           
 void setHash(Hashtable hash)
           
 void setMaximum(int mvar0)
           
 void setMillisToDecideToPopup(int millisToDecideToPopupvar0)
           
 void setMillisToPopup(int millisToPopupvar0)
           
 void setMinimum(int mvar0)
           
 void setNote(String notevar0)
           
 void setProgress(int nvvar0)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

data

protected ProgressMonitor data

hash

protected Hashtable hash
Constructor Detail

RProgressMonitorImpl

public RProgressMonitorImpl(ProgressMonitor passedIn,
                            Hashtable hash)
                     throws RemoteException

RProgressMonitorImpl

public RProgressMonitorImpl(RComponent parentComponentvar0,
                            Object messagevar1,
                            String notevar2,
                            int minvar3,
                            int maxvar4,
                            Hashtable hash)
                     throws RemoteException

RProgressMonitorImpl

protected RProgressMonitorImpl()
                        throws RemoteException
Method Detail

getRJFCWrappedData

public ProgressMonitor getRJFCWrappedData()
                                   throws RemoteException
Specified by:
getRJFCWrappedData in interface RProgressMonitor

setData

public void setData(ProgressMonitor data)
             throws RemoteException
Specified by:
setData in interface RProgressMonitor

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object

setHash

public void setHash(Hashtable hash)
             throws RemoteException
Specified by:
setHash in interface RProgressMonitor

setProgress

public void setProgress(int nvvar0)
                 throws RemoteException
Specified by:
setProgress in interface RProgressMonitor

close

public void close()
           throws RemoteException
Specified by:
close in interface RProgressMonitor

getMinimum

public int getMinimum()
               throws RemoteException
Specified by:
getMinimum in interface RProgressMonitor

setMinimum

public void setMinimum(int mvar0)
                throws RemoteException
Specified by:
setMinimum in interface RProgressMonitor

getMaximum

public int getMaximum()
               throws RemoteException
Specified by:
getMaximum in interface RProgressMonitor

setMaximum

public void setMaximum(int mvar0)
                throws RemoteException
Specified by:
setMaximum in interface RProgressMonitor

isCanceled

public boolean isCanceled()
                   throws RemoteException
Specified by:
isCanceled in interface RProgressMonitor

setMillisToDecideToPopup

public void setMillisToDecideToPopup(int millisToDecideToPopupvar0)
                              throws RemoteException
Specified by:
setMillisToDecideToPopup in interface RProgressMonitor

getMillisToDecideToPopup

public int getMillisToDecideToPopup()
                             throws RemoteException
Specified by:
getMillisToDecideToPopup in interface RProgressMonitor

setMillisToPopup

public void setMillisToPopup(int millisToPopupvar0)
                      throws RemoteException
Specified by:
setMillisToPopup in interface RProgressMonitor

getMillisToPopup

public int getMillisToPopup()
                     throws RemoteException
Specified by:
getMillisToPopup in interface RProgressMonitor

setNote

public void setNote(String notevar0)
             throws RemoteException
Specified by:
setNote in interface RProgressMonitor

getNote

public String getNote()
               throws RemoteException
Specified by:
getNote in interface RProgressMonitor