Uses of Class
gui.JInfoFrame

Packages that use JInfoFrame
gui   
j3d.examples.maze3d   
net.multicast.chat   
net.multicast.multiMedia   
net.rmi.rjs.pk.LusCs   
net.rmi.rjs.pk.rmiFileTransfer   
 

Uses of JInfoFrame in gui
 

Methods in gui that return JInfoFrame
static JInfoFrame JInfoFrame.getInstance()
           
 

Uses of JInfoFrame in j3d.examples.maze3d
 

Methods in j3d.examples.maze3d that return JInfoFrame
 JInfoFrame GameXmitterMain.getChatFrame()
           
 

Constructors in j3d.examples.maze3d with parameters of type JInfoFrame
GameRcvr(javax.media.j3d.BranchGroup scene, McastUtil mcu, JInfoFrame jif, java.util.Vector p3d)
           
 

Uses of JInfoFrame in net.multicast.chat
 

Methods in net.multicast.chat that return JInfoFrame
 JInfoFrame ChatMain.getChatFrame()
           
 

Constructors in net.multicast.chat with parameters of type JInfoFrame
ChatRcvr(McastUtil mcu, JInfoFrame jif)
           
 

Uses of JInfoFrame in net.multicast.multiMedia
 

Methods in net.multicast.multiMedia that return JInfoFrame
 JInfoFrame ChatXmitter.getChatFrame()
           
 JInfoFrame ChatReceiver.getChatFrame()
           
 

Uses of JInfoFrame in net.rmi.rjs.pk.LusCs
 

Fields in net.rmi.rjs.pk.LusCs declared as JInfoFrame
 JInfoFrame LusRcvr.jif
           
 JInfoFrame LusRcvrThread.jif
           
 

Constructors in net.rmi.rjs.pk.LusCs with parameters of type JInfoFrame
LusAnwserFactory(java.io.File f, java.lang.String wsAnwserURL, JInfoFrame jif)
           
LusRcvr(McastUtil mcu, JInfoFrame jif, CsRecords csRecords)
           
LusRcvrThread(McastUtil mcu, JInfoFrame jif, CsRecords csRecords)
           
 

Uses of JInfoFrame in net.rmi.rjs.pk.rmiFileTransfer
 

Methods in net.rmi.rjs.pk.rmiFileTransfer with parameters of type JInfoFrame
static void FileServer.startFileServer(JInfoFrame jif, java.lang.String gc)
           
 

Constructors in net.rmi.rjs.pk.rmiFileTransfer with parameters of type JInfoFrame
FileServerImplementation(JInfoFrame jif)