Uses of Class
ip.gui.frames.TopFrame

Packages that use TopFrame
ip.apurva   
ip.gui.frames   
 

Uses of TopFrame in ip.apurva
 

Subclasses of TopFrame in ip.apurva
 class FourierFrame
           
 class ZipFrame
           
 

Uses of TopFrame in ip.gui.frames
 

Fields in ip.gui.frames declared as TopFrame
 TopFrame BoundaryFrame.child
           
 

Methods in ip.gui.frames that return TopFrame
 TopFrame BoundaryFrame.getChild()
           
 

Methods in ip.gui.frames with parameters of type TopFrame
 void BoundaryFrame.setChild(TopFrame child)
           
 

Constructors in ip.gui.frames with parameters of type TopFrame
DotArrayFrame(java.lang.String title, TopFrame _xf)