edu.columbia.cs.cgui.rjfc.swing.plaf
Class RActionMapUIResourceImpl

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--edu.columbia.cs.cgui.rjfc.swing.RActionMapImpl
                          |
                          +--edu.columbia.cs.cgui.rjfc.swing.plaf.RActionMapUIResourceImpl
All Implemented Interfaces:
RActionMap, RActionMapUIResource, Remote, Serializable

public class RActionMapUIResourceImpl
extends RActionMapImpl
implements RActionMapUIResource

See Also:
Serialized Form

Fields inherited from class edu.columbia.cs.cgui.rjfc.swing.RActionMapImpl
data, hash
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected RActionMapUIResourceImpl()
           
  RActionMapUIResourceImpl(ActionMapUIResource passedIn, Hashtable hash)
           
  RActionMapUIResourceImpl(Hashtable hash)
           
 
Methods inherited from class edu.columbia.cs.cgui.rjfc.swing.RActionMapImpl
allKeys, clear, finalize, get, getParent, getRJFCWrappedData, keys, put, remove, setData, setHash, setParent, size
 
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
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.swing.RActionMap
allKeys, clear, get, getParent, getRJFCWrappedData, keys, put, remove, setData, setHash, setParent, size
 

Constructor Detail

RActionMapUIResourceImpl

public RActionMapUIResourceImpl(ActionMapUIResource passedIn,
                                Hashtable hash)
                         throws RemoteException

RActionMapUIResourceImpl

public RActionMapUIResourceImpl(Hashtable hash)
                         throws RemoteException

RActionMapUIResourceImpl

protected RActionMapUIResourceImpl()
                            throws RemoteException