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

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.RPanelUIImpl
All Implemented Interfaces:
RComponentUI, Remote, RPanelUI, Serializable
Direct Known Subclasses:
RBasicPanelUIImpl, RMultiPanelUIImpl

public class RPanelUIImpl
extends RComponentUIImpl
implements RPanelUI

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 RPanelUIImpl()
           
  RPanelUIImpl(Hashtable hash)
           
  RPanelUIImpl(PanelUI 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

RPanelUIImpl

public RPanelUIImpl(PanelUI passedIn,
                    Hashtable hash)
             throws RemoteException

RPanelUIImpl

public RPanelUIImpl(Hashtable hash)
             throws RemoteException

RPanelUIImpl

protected RPanelUIImpl()
                throws RemoteException