699 java.awt.GridBagConstraints gridBagConstraints;
716 jPanel1 =
new javax.swing.JPanel();
720 filler1 =
new javax.swing.Box.Filler(
new java.awt.Dimension(0, 0),
new java.awt.Dimension(0, 0),
new java.awt.Dimension(32767, 0));
723 public void popupMenuCanceled(javax.swing.event.PopupMenuEvent evt) {
725 public void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent evt) {
727 public void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent evt) {
728 rightClickPopupMenuPopupMenuWillBecomeVisible(evt);
732 org.openide.awt.Mnemonics.setLocalizedText(exportToCSVMenuItem, org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.exportToCSVMenuItem.text"));
733 rightClickPopupMenu.add(exportToCSVMenuItem);
735 org.openide.awt.Mnemonics.setLocalizedText(showCaseDetailsMenuItem, org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.showCaseDetailsMenuItem.text"));
736 rightClickPopupMenu.add(showCaseDetailsMenuItem);
738 org.openide.awt.Mnemonics.setLocalizedText(showCommonalityMenuItem, org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.showCommonalityMenuItem.text"));
739 rightClickPopupMenu.add(showCommonalityMenuItem);
741 tableContainerPanel.setPreferredSize(
new java.awt.Dimension(600, 63));
742 tableContainerPanel.setRequestFocusEnabled(
false);
744 tablesViewerSplitPane.setDividerLocation(450);
745 tablesViewerSplitPane.setResizeWeight(0.75);
747 caseDatasourceFileSplitPane.setDividerLocation(300);
748 caseDatasourceFileSplitPane.setResizeWeight(0.66);
749 caseDatasourceFileSplitPane.setToolTipText(org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.caseDatasourceFileSplitPane.toolTipText"));
751 caseDatasourceSplitPane.setDividerLocation(150);
752 caseDatasourceSplitPane.setResizeWeight(0.5);
754 caseScrollPane.setPreferredSize(
new java.awt.Dimension(150, 30));
756 casesTable.setAutoCreateRowSorter(
true);
757 casesTable.setModel(casesTableModel);
758 caseScrollPane.setViewportView(casesTable);
760 caseDatasourceSplitPane.setLeftComponent(caseScrollPane);
762 dataSourceScrollPane.setPreferredSize(
new java.awt.Dimension(150, 30));
764 dataSourcesTable.setAutoCreateRowSorter(
true);
765 dataSourcesTable.setModel(dataSourcesTableModel);
766 dataSourceScrollPane.setViewportView(dataSourcesTable);
768 caseDatasourceSplitPane.setRightComponent(dataSourceScrollPane);
770 caseDatasourceFileSplitPane.setLeftComponent(caseDatasourceSplitPane);
772 filesTableScrollPane.setPreferredSize(
new java.awt.Dimension(150, 30));
774 filesTable.setAutoCreateRowSorter(
true);
775 filesTable.setModel(filesTableModel);
776 filesTable.setToolTipText(org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.filesTable.toolTipText"));
777 filesTable.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
778 filesTableScrollPane.setViewportView(filesTable);
780 caseDatasourceFileSplitPane.setRightComponent(filesTableScrollPane);
782 tablesViewerSplitPane.setLeftComponent(caseDatasourceFileSplitPane);
784 detailsPanelScrollPane.setHorizontalScrollBarPolicy(javax.swing.ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
785 detailsPanelScrollPane.setPreferredSize(
new java.awt.Dimension(300, 100));
786 tablesViewerSplitPane.setRightComponent(detailsPanelScrollPane);
788 jPanel1.setPreferredSize(
new java.awt.Dimension(576, 22));
789 jPanel1.setLayout(
new java.awt.GridBagLayout());
791 foundInLabel.setHorizontalAlignment(javax.swing.SwingConstants.TRAILING);
792 org.openide.awt.Mnemonics.setLocalizedText(foundInLabel, org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.foundInLabel.text"));
793 foundInLabel.setPreferredSize(
new java.awt.Dimension(400, 16));
794 gridBagConstraints =
new java.awt.GridBagConstraints();
795 gridBagConstraints.gridx = 3;
796 gridBagConstraints.gridy = 0;
797 gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
798 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHEAST;
799 gridBagConstraints.insets =
new java.awt.Insets(2, 2, 0, 0);
800 jPanel1.add(foundInLabel, gridBagConstraints);
802 org.openide.awt.Mnemonics.setLocalizedText(earliestCaseDate, org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.earliestCaseDate.text"));
803 earliestCaseDate.setMaximumSize(
new java.awt.Dimension(200, 16));
804 gridBagConstraints =
new java.awt.GridBagConstraints();
805 gridBagConstraints.gridx = 1;
806 gridBagConstraints.gridy = 0;
807 gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
808 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST;
809 gridBagConstraints.insets =
new java.awt.Insets(0, 7, 0, 0);
810 jPanel1.add(earliestCaseDate, gridBagConstraints);
812 org.openide.awt.Mnemonics.setLocalizedText(earliestCaseLabel, org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.earliestCaseLabel.text"));
813 earliestCaseLabel.setToolTipText(org.openide.util.NbBundle.getMessage(
OtherOccurrencesPanel.class,
"OtherOccurrencesPanel.earliestCaseLabel.toolTipText"));
814 earliestCaseLabel.setMaximumSize(
new java.awt.Dimension(260, 16));
815 gridBagConstraints =
new java.awt.GridBagConstraints();
816 gridBagConstraints.gridx = 0;
817 gridBagConstraints.gridy = 0;
818 gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
819 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST;
820 jPanel1.add(earliestCaseLabel, gridBagConstraints);
821 gridBagConstraints =
new java.awt.GridBagConstraints();
822 gridBagConstraints.gridx = 2;
823 gridBagConstraints.gridy = 0;
824 gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
825 gridBagConstraints.weightx = 0.1;
826 jPanel1.add(filler1, gridBagConstraints);
828 javax.swing.GroupLayout tableContainerPanelLayout =
new javax.swing.GroupLayout(tableContainerPanel);
829 tableContainerPanel.setLayout(tableContainerPanelLayout);
830 tableContainerPanelLayout.setHorizontalGroup(
831 tableContainerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
832 .addGroup(tableContainerPanelLayout.createSequentialGroup()
833 .addGroup(tableContainerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
834 .addComponent(tablesViewerSplitPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
835 .addComponent(jPanel1, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 516, Short.MAX_VALUE))
838 tableContainerPanelLayout.setVerticalGroup(
839 tableContainerPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
840 .addGroup(tableContainerPanelLayout.createSequentialGroup()
842 .addComponent(tablesViewerSplitPane)
843 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
844 .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
848 javax.swing.GroupLayout layout =
new javax.swing.GroupLayout(
this);
849 this.setLayout(layout);
850 layout.setHorizontalGroup(
851 layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
852 .addComponent(tableContainerPanel, javax.swing.GroupLayout.DEFAULT_SIZE, 528, Short.MAX_VALUE)
854 layout.setVerticalGroup(
855 layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
856 .addComponent(tableContainerPanel, javax.swing.GroupLayout.DEFAULT_SIZE, 143, Short.MAX_VALUE)