| java.lang.Object jimm.datavision.gui.Designer jimm.datavision.gui.DesignWin
Method Summary | |
protected void | buildWindow() Builds the window components. |
DesignWin | public DesignWin(File f)(Code) | | Constructor. Reads the named report file or, if it's null ,
creates a new, empty report.
Parameters: f - an XML report file; may be null |
DesignWin | public DesignWin(File f, String databasePassword)(Code) | | Constructor. Reads the named report file or, if it's null ,
creates a new, empty report.
Parameters: f - an XML report file; may be null Parameters: databasePassword - string to give to report; OK if it'snull |
buildWindow | protected void buildWindow()(Code) | | Builds the window components.
|
Methods inherited from jimm.datavision.gui.Designer | protected void about()(Code)(Java Doc) void acceptNewTextField()(Code)(Java Doc) String action(String name)(Code)(Java Doc) String action(String menu, String name)(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) int countSelectedFields()(Code)(Java Doc) protected void createImageField()(Code)(Java Doc) void createNewTextField(SectionWidget sw, MouseEvent e)(Code)(Java Doc) void deleteGroupContaining(Section section)(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) FieldWidget firstSelectedFieldWidget()(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) void insertSection()(Code)(Java Doc) void insertSectionBelow(Section s)(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) boolean isPlacingNewTextField()(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) void pickUp(java.awt.Point mouseScreenPos)(Code)(Java Doc) protected void placeNewTextField()(Code)(Java Doc) void putDown(FieldWidget f, java.awt.Point origScreenPos, java.awt.Point mouseScreenPos)(Code)(Java Doc) protected boolean readReport(File f, String databasePassword)(Code)(Java Doc) public void rebuildGroups()(Code)(Java Doc) void rejectNewTextField()(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) void setFieldVisibility(boolean newVisiblity, FieldWidget fw)(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) void startStretching(java.awt.Point mouseScreenPos)(Code)(Java Doc) void stopStretching(FieldWidget f, jimm.datavision.field.Rectangle origBounds)(Code)(Java Doc) public void update(Observable o, Object arg)(Code)(Java Doc) public void updatePaperSizeMenu(PaperFormat p)(Code)(Java Doc) void withSelectedFieldsDo(FieldWalker perambulator)(Code)(Java Doc) void withWidgetsDo(FieldWidgetWalker perambulator)(Code)(Java Doc) protected void writeReportFile(String fileName)(Code)(Java Doc)
|
|
|