|
|
|
@ -35,7 +35,7 @@ public class ConnectionTableProcedurePane extends BasicPane {
|
|
|
|
|
private ConnectionComboBoxPanel connectionComboBox; |
|
|
|
|
private UICheckBox tableCheckBox; |
|
|
|
|
private UICheckBox viewCheckBox; |
|
|
|
|
private UITextField searchField; |
|
|
|
|
protected UITextField searchField; |
|
|
|
|
private TableViewList tableViewList; |
|
|
|
|
private java.util.List<DoubleClickSelectedNodeOnTreeListener> listeners = new java.util.ArrayList<DoubleClickSelectedNodeOnTreeListener>(); |
|
|
|
|
|
|
|
|
@ -90,12 +90,17 @@ public class ConnectionTableProcedurePane extends BasicPane {
|
|
|
|
|
this.add(tableViewListPane, BorderLayout.CENTER); |
|
|
|
|
this.add(filterPane, BorderLayout.SOUTH); |
|
|
|
|
this.setPreferredSize(new Dimension(WIDTH, getPreferredSize().height)); |
|
|
|
|
addKeyMonitor(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void filter(Connection connection, String conName, List<String> nameList) { |
|
|
|
|
connection.addConnection(nameList, conName, new Class[]{AbstractDatabaseConnection.class}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void addKeyMonitor() { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected JPanel createCheckBoxgroupPane() { |
|
|
|
|
JPanel checkBoxgroupPane = FRGUIPaneFactory.createNColumnGridInnerContainer_S_Pane(2); |
|
|
|
|
JPanel first = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
|