package.html :  » Development » jga-Generic-Algorithms » net » sf » jga » swing » spreadsheet » Java Open Source

Java Open Source » Development » jga Generic Algorithms 
jga Generic Algorithms » net » sf » jga » swing » spreadsheet » package.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!-- $Id: package.html,v 1.1 2005/03/29 04:23:40 davidahall Exp $
     Copyright (c) 2002, David A. Hall
-->
</head>
<body>
<p>
Provides Spreadsheet Widget based on a sparse matrix of jga functors,
and several application level classes designed to present the widget
in various guises.  The widget uses functors both for calculation and
for interaction with the environment: the contents of the cell as well
as its format, and several key capabilities typically provided by
applications (but not necessarily required of Swing widgets; eg,
document reading/writing, user prompting and notifications, feedback,
etc).
</p>
<p>
The various application objects each configure the widget to provide
an application appropriate for various forms: standalone application 
(single document only), applet, Web Start, ...  The Widget is broken into
two logical pieces: a Swing JComponent derivitive that can be added to 
any application with minimum fuss, and a Controller class that provides
a collection of utilities that allow the individual application wrappers
to configure the widget.
</p>
</body>
</html>
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.