edu.columbia.cs.cgui.rjfc.swing.event
Class RInternalFrameAdapterImpl

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

public class RInternalFrameAdapterImpl
extends UnicastRemoteObject
implements RInternalFrameAdapter

See Also:
Serialized Form

Field Summary
protected  InternalFrameAdapter data
           
protected  Hashtable hash
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected RInternalFrameAdapterImpl()
           
  RInternalFrameAdapterImpl(Hashtable hash)
           
  RInternalFrameAdapterImpl(InternalFrameAdapter passedIn, Hashtable hash)
           
 
Method Summary
protected  void finalize()
           
 InternalFrameAdapter getRJFCWrappedData()
           
 void internalFrameActivated(RInternalFrameEvent evar0)
           
 void internalFrameClosed(RInternalFrameEvent evar0)
           
 void internalFrameClosing(RInternalFrameEvent evar0)
           
 void internalFrameDeactivated(RInternalFrameEvent evar0)
           
 void internalFrameDeiconified(RInternalFrameEvent evar0)
           
 void internalFrameIconified(RInternalFrameEvent evar0)
           
 void internalFrameOpened(RInternalFrameEvent evar0)
           
 void setData(InternalFrameAdapter data)
           
 void setHash(Hashtable hash)
           
 
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 InternalFrameAdapter data

hash

protected Hashtable hash
Constructor Detail

RInternalFrameAdapterImpl

public RInternalFrameAdapterImpl(InternalFrameAdapter passedIn,
                                 Hashtable hash)
                          throws RemoteException

RInternalFrameAdapterImpl

public RInternalFrameAdapterImpl(Hashtable hash)
                          throws RemoteException

RInternalFrameAdapterImpl

protected RInternalFrameAdapterImpl()
                             throws RemoteException
Method Detail

getRJFCWrappedData

public InternalFrameAdapter getRJFCWrappedData()
                                        throws RemoteException
Specified by:
getRJFCWrappedData in interface RInternalFrameAdapter

setData

public void setData(InternalFrameAdapter data)
             throws RemoteException
Specified by:
setData in interface RInternalFrameAdapter

finalize

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

setHash

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

internalFrameOpened

public void internalFrameOpened(RInternalFrameEvent evar0)
                         throws RemoteException
Specified by:
internalFrameOpened in interface RInternalFrameAdapter

internalFrameClosing

public void internalFrameClosing(RInternalFrameEvent evar0)
                          throws RemoteException
Specified by:
internalFrameClosing in interface RInternalFrameAdapter

internalFrameClosed

public void internalFrameClosed(RInternalFrameEvent evar0)
                         throws RemoteException
Specified by:
internalFrameClosed in interface RInternalFrameAdapter

internalFrameIconified

public void internalFrameIconified(RInternalFrameEvent evar0)
                            throws RemoteException
Specified by:
internalFrameIconified in interface RInternalFrameAdapter

internalFrameDeiconified

public void internalFrameDeiconified(RInternalFrameEvent evar0)
                              throws RemoteException
Specified by:
internalFrameDeiconified in interface RInternalFrameAdapter

internalFrameActivated

public void internalFrameActivated(RInternalFrameEvent evar0)
                            throws RemoteException
Specified by:
internalFrameActivated in interface RInternalFrameAdapter

internalFrameDeactivated

public void internalFrameDeactivated(RInternalFrameEvent evar0)
                              throws RemoteException
Specified by:
internalFrameDeactivated in interface RInternalFrameAdapter