com.f1j.swing.designer
Class Designer
java.lang.Object
|
+--com.f1j.swing.designer.Designer
- public class Designer
- extends java.lang.Object
This is the e.Spreadsheet Designer class.
This class is the Workbook Designer. It provides an interface to design
workbooks to be utilized in any type of e.Spreadsheet deployment. It contains the main() for a the application.
|
Method Summary |
static void |
main(java.lang.String[] args)
Main - This is the e.Spreadsheet Designer application starting point. |
static void |
newDesignerChildWindow(JBook jBook)
Creates a DesignFrame child window containing the specified JBook. |
main
public static void main(java.lang.String[] args)
- Main - This is the e.Spreadsheet Designer application starting point.
- Parameters:
args - array of files to attempt to load into the e.Spreadsheet DesignFrame.
newDesignerChildWindow
public static void newDesignerChildWindow(JBook jBook)
- Creates a DesignFrame child window containing the specified JBook.
This method will create a DesignFrame child window containing the given
JBook. A new DesignFrame will be created to hold this new child window if
one does not already exist.
- Parameters:
jBook - the JBook to show in a DesignFrame child window.