| java.lang.Object net.sf.jga.swing.spreadsheet.Application net.sf.jga.swing.spreadsheet.WebStart
WebStart | public class WebStart extends Application (Code) | | An JNLP-based application wrapper for Spreadsheet, providing a main method to
allow for standalone use. This version supplies input and output stream
services based on the WebStart API.
Copyright © 2004-2005 David A. Hall
author: David A. Hall |
loadFile | public int loadFile(Spreadsheet sheet)(Code) | | Loads the file via the JNLP FileOpen service
|
saveFile | public int saveFile(Spreadsheet sheet, boolean promptForName)(Code) | | Writes the file via the JNLP FileSave service
|
Methods inherited from net.sf.jga.swing.spreadsheet.Application | public BinaryFunctor<String, String, Integer> buildConfirmFunctor()(Code)(Java Doc) public BinaryFunctor<String, String, ?> buildErrorFunctor()(Code)(Java Doc) public UnaryFunctor<Spreadsheet, Integer> buildLoadFunctor()(Code)(Java Doc) public BinaryFunctor<String, String, String> buildPromptFunctor()(Code)(Java Doc) public BinaryFunctor<Spreadsheet, Boolean, Integer> buildSaveFunctor()(Code)(Java Doc) public void closeWorksheet()(Code)(Java Doc) final public void createUI(Spreadsheet sheet, Controller controller)(Code)(Java Doc) protected Controller getController()(Code)(Java Doc) public Action getFileExitCmd()(Code)(Java Doc) public int loadFile(Spreadsheet sheet)(Code)(Java Doc) public static void main(String[] args)(Code)(Java Doc) public Spreadsheet makeDefaultSheet()(Code)(Java Doc) public int saveFile(Spreadsheet sheet, boolean promptForName)(Code)(Java Doc)
|
|
|