Uses of Class
com.jstatcom.component.TopFrame

Packages that use TopFrame
com.jstatcom.project Project and settings management systems. 
 

Uses of TopFrame in com.jstatcom.project
 

Methods in com.jstatcom.project that return TopFrame
 TopFrame ProjectManager.getTopFrame()
          Gets the reference to the TopFrame component that has been set earlier.
 

Methods in com.jstatcom.project with parameters of type TopFrame
 void ProjectManager.setTopFrame(TopFrame topFrame)
          Sets the reference to the TopFrame component that can be used for (de)serializing projects.