Uses of Class
net.ponec.jworksheet.gui.JWorkSheet

Packages that use JWorkSheet
net.ponec.jworksheet.core Core of the application 
net.ponec.jworksheet.gui Graphical components contains: main window, dialogs, sub-packages contain a component models. 
net.ponec.jworksheet.module The simple module support. 
 

Uses of JWorkSheet in net.ponec.jworksheet.core
 

Fields in net.ponec.jworksheet.core declared as JWorkSheet
protected  JWorkSheet ApplContext.topFrame
          Basic window
 

Methods in net.ponec.jworksheet.core that return JWorkSheet
 JWorkSheet ApplContext.getTopFrame()
          Get JWorkSheet
 

Methods in net.ponec.jworksheet.core with parameters of type JWorkSheet
 void ApplContext.setTopFrame(JWorkSheet topFrame, boolean showDebugWindow)
          Set JWorkSheet
 

Uses of JWorkSheet in net.ponec.jworksheet.gui
 

Methods in net.ponec.jworksheet.gui with parameters of type JWorkSheet
static void JwsHandler.init(JWorkSheet jWorkSheet)
          Method does not work on the Linux Ubuntu.
 

Uses of JWorkSheet in net.ponec.jworksheet.module
 

Methods in net.ponec.jworksheet.module that return JWorkSheet
 JWorkSheet JwsContext.getTopFrame()
          Get JWorkSheet instance
 



Copyright © 2007-2009 PPonec