| javax.swing.JDialog jimm.datavision.gui.EditWin jimm.datavision.gui.sql.VisTableWin
All known Subclasses: jimm.datavision.gui.sql.SubreportWin,
VisTableWin | public class VisTableWin extends EditWin implements ActionListener(Code) | | The dialog used for defining joins between database tables. Eventually,
this will be nice and graphical.
This dialog should only be created if the report uses more than one table.
The method
Designer.enableMenuItems makes sure this is true.
author: Jim Menard, jimm@io.com |
Inner Class :static class RevertInfo | |
Inner Class :static class JoinFields | |
delCheckBoxPanel | protected Box delCheckBoxPanel(Code) | | |
relationPanel | protected Box relationPanel(Code) | | |
VisTableWin | public VisTableWin(Designer designer, Report report)(Code) | | Constructor.
Parameters: designer - the window to which this dialog belongs Parameters: report - the...um...I forgot |
VisTableWin | public VisTableWin(Designer designer, Report report, Query query)(Code) | | Constructor.
Parameters: designer - the window to which this dialog belongs Parameters: report - the...um...I forgot Parameters: query - a query |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Handles add and delete buttons.
|
addNewJoin | protected void addNewJoin()(Code) | | |
buildJoinsPanel | protected void buildJoinsPanel()(Code) | | |
buildWindow | protected void buildWindow()(Code) | | Builds the window contents.
|
deleteSelectedJoins | protected void deleteSelectedJoins()(Code) | | |
doRevert | protected void doRevert()(Code) | | |
doSave | protected void doSave()(Code) | | |
emptyJoinsPanel | protected void emptyJoinsPanel()(Code) | | |
fillJoinsPanel | protected void fillJoinsPanel()(Code) | | |
|
|