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
data
protected ProgressMonitor data
hash
protected Hashtable hash
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
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