Class TableExample
java.lang.Object
|
+----TableExample
- public class TableExample
- extends Object
- implements LayoutManager
-
TableExample()
-
-
addLayoutComponent(String, Component)
-
-
connect()
-
-
createConnectionDialog()
- Creates the connectionPanel, which will contain all the fields for
the connection information.
-
createTable()
-
-
fetch()
-
-
layoutContainer(Container)
-
-
main(String[])
-
-
minimumLayoutSize(Container)
-
-
preferredLayoutSize(Container)
-
-
removeLayoutComponent(Component)
-
TableExample
public TableExample()
createConnectionDialog
public void createConnectionDialog()
- Creates the connectionPanel, which will contain all the fields for
the connection information.
connect
public void connect()
fetch
public void fetch()
createTable
public JScrollPane createTable()
main
public static void main(String s[])
preferredLayoutSize
public Dimension preferredLayoutSize(Container c)
minimumLayoutSize
public Dimension minimumLayoutSize(Container c)
addLayoutComponent
public void addLayoutComponent(String s,
Component c)
removeLayoutComponent
public void removeLayoutComponent(Component c)
layoutContainer
public void layoutContainer(Container c)