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

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--edu.columbia.cs.cgui.rjfc.swing.plaf.RComponentUIImpl
                          |
                          +--edu.columbia.cs.cgui.rjfc.swing.plaf.RTableUIImpl
All Implemented Interfaces:
RComponentUI, Remote, RTableUI, Serializable
Direct Known Subclasses:
RBasicTableUIImpl, RMultiTableUIImpl

public class RTableUIImpl
extends RComponentUIImpl
implements RTableUI

See Also:
Serialized Form

Fields inherited from class edu.columbia.cs.cgui.rjfc.swing.plaf.RComponentUIImpl
data, hash
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected RTableUIImpl()
           
  RTableUIImpl(Hashtable hash)
           
  RTableUIImpl(TableUI passedIn, Hashtable hash)
           
 
Methods inherited from class edu.columbia.cs.cgui.rjfc.swing.plaf.RComponentUIImpl
contains, createUI, finalize, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, getRJFCWrappedData, installUI, paint, setData, setHash, uninstallUI, update
 
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.plaf.RComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, getRJFCWrappedData, installUI, paint, setData, setHash, uninstallUI, update
 

Constructor Detail

RTableUIImpl

public RTableUIImpl(TableUI passedIn,
                    Hashtable hash)
             throws RemoteException

RTableUIImpl

public RTableUIImpl(Hashtable hash)
             throws RemoteException

RTableUIImpl

protected RTableUIImpl()
                throws RemoteException