|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elvyx.client.guicomp.GUIFactory
public class GUIFactory
GUI factory. It return the object needed to create the gui.
| Constructor Summary | |
|---|---|
GUIFactory()
|
|
| Method Summary | |
|---|---|
javax.swing.Box |
getBox()
It return a reference to Box object. |
javax.swing.JComboBox |
getComboBox()
Return the combo to filter the sql statements |
javax.swing.JPanel |
getDetailChartPanel()
It return the panel for DetailChart |
javax.swing.JTable |
getDetailTable()
It return the table for DetailTable |
javax.swing.JDialog |
getDialog()
Return the dialog with parameters |
javax.swing.JDialog |
getElvyxURL()
Return the dialog with parameters |
static Factory |
getInstance()
Return the GUIFactory reference |
javax.swing.JMenuBar |
getMenu(javax.swing.JFrame frame)
Return the menu |
javax.swing.JPanel |
getNormalDistChartPanel()
It return the panel for Normal dist Chart |
javax.swing.JPanel |
getPieChartPanel()
It return the jpanel for PieChart |
DataRead |
getReadableComboBox()
Return the last item in combo box chosen |
DataRead |
getReadableTable()
|
DataRead |
getReadableToolBar()
|
javax.swing.JTabbedPane |
getTab()
Return the tab object where are the pie chart, text area to copy the sql statements and gaussian distribution chart |
javax.swing.JPanel |
getTabChartPanel()
Return the pie chart tab |
javax.swing.JPanel |
getTabDataPanel()
Return the text area tab used to copy the sql statements |
javax.swing.JPanel |
getTabDetailChartPanel()
Return the tab with detail data, gaussian dist |
javax.swing.JTable |
getTable()
Return the table where are the prepared and sql statements |
javax.swing.JToolBar |
getToolBar()
It return the toolbar including the combo box, the text field and filter button |
DataWrite |
getWriteableBox()
It return a dataWrite reference to Box object. |
DataWrite |
getWriteableDetailChart()
It return the values for DetailChart |
DataWrite |
getWriteableDetailTable()
It return the values for Detail table |
DataWrite |
getWriteableNormalDistChart()
It return the values for Normal dist |
DataWrite |
getWriteablePieChart()
It return the jpanel for PieChart |
DataWrite |
getWriteableTable()
Return the table reference following DataWrite interface. |
DataWrite |
getWriteableToolBar()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUIFactory()
| Method Detail |
|---|
public static Factory getInstance()
public javax.swing.JMenuBar getMenu(javax.swing.JFrame frame)
getMenu in interface Factorypublic javax.swing.JComboBox getComboBox()
getComboBox in interface Factorypublic DataRead getReadableComboBox()
getReadableComboBox in interface Factorypublic javax.swing.Box getBox()
getBox in interface Factorypublic DataWrite getWriteableBox()
getWriteableBox in interface Factorypublic javax.swing.JTabbedPane getTab()
getTab in interface Factorypublic javax.swing.JPanel getPieChartPanel()
getPieChartPanel in interface Factorypublic DataWrite getWriteablePieChart()
getWriteablePieChart in interface Factorypublic javax.swing.JToolBar getToolBar()
getToolBar in interface Factorypublic DataRead getReadableToolBar()
getReadableToolBar in interface Factorypublic DataWrite getWriteableToolBar()
getWriteableToolBar in interface Factorypublic javax.swing.JTable getTable()
getTable in interface Factorypublic DataWrite getWriteableTable()
getWriteableTable in interface Factorypublic DataRead getReadableTable()
getReadableTable in interface Factorypublic javax.swing.JPanel getTabChartPanel()
getTabChartPanel in interface Factorypublic javax.swing.JPanel getTabDataPanel()
getTabDataPanel in interface Factorypublic javax.swing.JPanel getTabDetailChartPanel()
getTabDetailChartPanel in interface Factorypublic javax.swing.JTable getDetailTable()
getDetailTable in interface Factorypublic DataWrite getWriteableDetailTable()
getWriteableDetailTable in interface Factorypublic javax.swing.JPanel getDetailChartPanel()
getDetailChartPanel in interface Factorypublic DataWrite getWriteableDetailChart()
getWriteableDetailChart in interface Factorypublic javax.swing.JPanel getNormalDistChartPanel()
getNormalDistChartPanel in interface Factorypublic DataWrite getWriteableNormalDistChart()
getWriteableNormalDistChart in interface Factorypublic javax.swing.JDialog getDialog()
getDialog in interface Factorypublic javax.swing.JDialog getElvyxURL()
getElvyxURL in interface Factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||