|
|
@ -21,6 +21,7 @@ import com.fr.general.GeneralContext; |
|
|
|
import com.fr.stable.ArrayUtils; |
|
|
|
import com.fr.stable.ArrayUtils; |
|
|
|
|
|
|
|
|
|
|
|
import javax.swing.BorderFactory; |
|
|
|
import javax.swing.BorderFactory; |
|
|
|
|
|
|
|
import javax.swing.DefaultComboBoxModel; |
|
|
|
import javax.swing.JPanel; |
|
|
|
import javax.swing.JPanel; |
|
|
|
import javax.swing.ToolTipManager; |
|
|
|
import javax.swing.ToolTipManager; |
|
|
|
import javax.swing.event.DocumentEvent; |
|
|
|
import javax.swing.event.DocumentEvent; |
|
|
@ -109,6 +110,8 @@ public class ConnectionTableProcedurePane extends BasicPane { |
|
|
|
if (parent != null) { |
|
|
|
if (parent != null) { |
|
|
|
parent.switchTo(SwitchableTableDataPane.CONTENT_PANE_NAME); |
|
|
|
parent.switchTo(SwitchableTableDataPane.CONTENT_PANE_NAME); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
DefaultComboBoxModel model = ((DefaultComboBoxModel) itemComboBox.getModel()); |
|
|
|
|
|
|
|
model.removeElement(EMPTY); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|