| |
|
| java.lang.Object jimm.datavision.gui.Designer jimm.datavision.gui.applet.DesignApplet
DesignApplet | class DesignApplet extends Designer (Code) | | A designer suitable for use with applets. This designer is created
by a
DVApplet in its init method.
author: Jim Menard, jimm@io.com |
getAppletViaCheapTrick | protected DVApplet getAppletViaCheapTrick()(Code) | | A cheap trick: we need the applet but this method is called from the
constructor indirectly so we can't assign the applet to an instance var
of the correct type. However, we passed the applet in as our root pane
container.
the applet |
readReport | protected boolean readReport(String fileName, String databasePassword)(Code) | | Reads the named report file or, if it's null , creates
a new, empty report. Returns true if we need to ask
the user for connection info because this is a new report.
Parameters: fileName - Parameters: databasePassword - string to give to report; OK if it'snull true if we need to ask the user for connection info |
saveReportAs | protected void saveReportAs()(Code) | | Saves the current report to a URL specified by the user.
|
writeReportFile | protected void writeReportFile(String fileName)(Code) | | Writes the current report to the specified file. Also tells the
command history the report has been saved so it knows how to report
if any changes have been made from this point on.
Parameters: fileName - a file name |
Methods inherited from jimm.datavision.gui.Designer | protected void about()(Code)(Java Doc) public void actionPerformed(ActionEvent e)(Code)(Java Doc) public void addCommand(Command cmd)(Code)(Java Doc) public FieldWidget addTitleField(int x, int width, String title)(Code)(Java Doc) public static void addWindow(Designer win)(Code)(Java Doc) protected void align(int which)(Code)(Java Doc) protected JMenu buildDatabaseMenu()(Code)(Java Doc) protected JMenu buildEditMenu()(Code)(Java Doc) protected JMenu buildFileMenu()(Code)(Java Doc) protected JMenu buildFormatMenu()(Code)(Java Doc) protected JMenu buildHelpMenu()(Code)(Java Doc) protected JMenu buildInsertMenu()(Code)(Java Doc) protected JMenuBar buildMenuBar()(Code)(Java Doc) protected JMenu buildReportMenu()(Code)(Java Doc) protected void buildSections()(Code)(Java Doc) protected void buildSectionsInArea(SectionArea area)(Code)(Java Doc) protected void buildWindow()(Code)(Java Doc) protected void changePaperOrientation(int orientation)(Code)(Java Doc) protected void changePaperSize(PaperFormat p)(Code)(Java Doc) protected void closeMe()(Code)(Java Doc) protected void copySelectedFields()(Code)(Java Doc) protected void createImageField()(Code)(Java Doc) public void deleteSection(Section s)(Code)(Java Doc) protected void deleteSelectedFields()(Code)(Java Doc) protected void deleteSelectedFieldsAnd(FieldWidget oneMore)(Code)(Java Doc) protected static void deleteWindow(Designer win)(Code)(Java Doc) public void deselectAll()(Code)(Java Doc) public SectionWidget doDeleteSection(Section s)(Code)(Java Doc) protected void dragSelectedWidgets(int action, java.awt.Point mouseScreenPos)(Code)(Java Doc) public void enableMenuItems()(Code)(Java Doc) protected void exportReport()(Code)(Java Doc) public SectionWidget findSectionWidgetFor(Section s)(Code)(Java Doc) public static Designer findWindowFor(Report r)(Code)(Java Doc) public static JFileChooser getChooser()(Code)(Java Doc) public Frame getFrame()(Code)(Java Doc) public Report getReport()(Code)(Java Doc) protected SectionWidget getSectionWidgetUnder(java.awt.Point screenPos)(Code)(Java Doc) protected void help()(Code)(Java Doc) public void insertSectionWidgetAfter(SectionWidget sw, SectionWidget putAfter)(Code)(Java Doc) protected void insertSubreport()(Code)(Java Doc) public void invalidate()(Code)(Java Doc) protected void maybeClose()(Code)(Java Doc) protected static void maybeQuit()(Code)(Java Doc) protected void newReport()(Code)(Java Doc) protected void openAggregateWin()(Code)(Java Doc) protected void openBoundsWin()(Code)(Java Doc) protected void openDbConnWin(boolean modal)(Code)(Java Doc) protected void openDefaultFormatWin()(Code)(Java Doc) protected void openDescripWin()(Code)(Java Doc) protected void openFieldPickerWin(int startingType)(Code)(Java Doc) protected void openFormatWin(int whichTab)(Code)(Java Doc) protected void openGroupWin()(Code)(Java Doc) protected void openNewGroupWin()(Code)(Java Doc) protected void openReport()(Code)(Java Doc) protected void openScriptingWin()(Code)(Java Doc) protected void openSortWin()(Code)(Java Doc) protected void openStartupScriptEditor()(Code)(Java Doc) protected void openVisTableWin()(Code)(Java Doc) protected void openWhereClauseEditor()(Code)(Java Doc) public void paperSizeChanged(PaperFormat p)(Code)(Java Doc) protected void paste()(Code)(Java Doc) public void performCommand(Command cmd)(Code)(Java Doc) protected void placeNewTextField()(Code)(Java Doc) protected boolean readReport(File f, String databasePassword)(Code)(Java Doc) public void rebuildGroups()(Code)(Java Doc) protected void renameSectionWidgets()(Code)(Java Doc) protected void renameSectionWidgetsIn(SectionArea area, String prefix, Group group)(Code)(Java Doc) protected void runReport()(Code)(Java Doc) public static void savePrefsDir(JFileChooser jfc, String key)(Code)(Java Doc) protected void saveReport()(Code)(Java Doc) protected void saveReportAs()(Code)(Java Doc) public void select(FieldWidget fieldWidget, boolean makeSelected, boolean deselectOthers)(Code)(Java Doc) public static void setExitWhenLastWinClosed(boolean exit)(Code)(Java Doc) public void setIgnoreKeys(boolean ignore)(Code)(Java Doc) public static void setPrefsDir(JFileChooser jfc, String key)(Code)(Java Doc) protected void showSQL()(Code)(Java Doc) protected void size(int which)(Code)(Java Doc) public void snapToGrid(jimm.datavision.field.Rectangle r)(Code)(Java Doc) public boolean someSelectedFieldUsesFormat()(Code)(Java Doc) public void update(Observable o, Object arg)(Code)(Java Doc) public void updatePaperSizeMenu(PaperFormat p)(Code)(Java Doc) protected void writeReportFile(String fileName)(Code)(Java Doc)
|
|
|
|