170 public void actionPerformed(java.awt.event.ActionEvent evt) {
171 correlationTypeComboBoxActionPerformed(evt);
175 org.openide.awt.Mnemonics.setLocalizedText(
categoriesLabel, org.openide.util.NbBundle.getMessage(
InterCasePanel.class,
"InterCasePanel.categoriesLabel.text"));
184 public void actionPerformed(java.awt.event.ActionEvent evt) {
185 allFileCategoriesRadioButtonActionPerformed(evt);
189 buttonGroup.add(selectedFileCategoriesButton);
190 selectedFileCategoriesButton.setSelected(
true);
191 org.openide.awt.Mnemonics.setLocalizedText(selectedFileCategoriesButton, org.openide.util.NbBundle.getMessage(InterCasePanel.class,
"InterCasePanel.selectedFileCategoriesButton.text"));
192 selectedFileCategoriesButton.setToolTipText(org.openide.util.NbBundle.getMessage(InterCasePanel.class,
"InterCasePanel.selectedFileCategoriesButton.toolTipText"));
193 selectedFileCategoriesButton.setEnabled(
false);
194 selectedFileCategoriesButton.addActionListener(
new java.awt.event.ActionListener() {
195 public void actionPerformed(java.awt.event.ActionEvent evt) {
196 selectedFileCategoriesButtonActionPerformed(evt);
200 pictureVideoCheckbox.setSelected(
true);
201 org.openide.awt.Mnemonics.setLocalizedText(pictureVideoCheckbox, org.openide.util.NbBundle.getMessage(InterCasePanel.class,
"InterCasePanel.pictureVideoCheckbox.text"));
202 pictureVideoCheckbox.setEnabled(
false);
203 pictureVideoCheckbox.addActionListener(
new java.awt.event.ActionListener() {
204 public void actionPerformed(java.awt.event.ActionEvent evt) {
205 pictureVideoCheckboxActionPerformed(evt);
209 documentsCheckbox.setSelected(
true);
210 org.openide.awt.Mnemonics.setLocalizedText(documentsCheckbox, org.openide.util.NbBundle.getMessage(InterCasePanel.class,
"InterCasePanel.documentsCheckbox.text"));
211 documentsCheckbox.setEnabled(
false);
212 documentsCheckbox.addActionListener(
new java.awt.event.ActionListener() {
213 public void actionPerformed(java.awt.event.ActionEvent evt) {
214 documentsCheckboxActionPerformed(evt);
218 org.openide.awt.Mnemonics.setLocalizedText(specificCentralRepoCaseCheckbox, org.openide.util.NbBundle.getMessage(InterCasePanel.class,
"InterCasePanel.specificCentralRepoCaseCheckbox.text"));
219 specificCentralRepoCaseCheckbox.addActionListener(
new java.awt.event.ActionListener() {
220 public void actionPerformed(java.awt.event.ActionEvent evt) {
221 specificCentralRepoCaseCheckboxActionPerformed(evt);
225 javax.swing.GroupLayout layout =
new javax.swing.GroupLayout(
this);
226 this.setLayout(layout);
227 layout.setHorizontalGroup(
228 layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
229 .addComponent(specificCentralRepoCaseCheckbox, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
230 .addGroup(layout.createSequentialGroup()
231 .addComponent(correlationComboBoxLabel)
232 .addGap(0, 0, Short.MAX_VALUE))
233 .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
234 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
235 .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup()
236 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
237 .addComponent(categoriesLabel)
238 .addGroup(layout.createSequentialGroup()
240 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
241 .addComponent(allFileCategoriesRadioButton)
242 .addComponent(selectedFileCategoriesButton)
243 .addGroup(layout.createSequentialGroup()
245 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
246 .addComponent(documentsCheckbox)
247 .addComponent(pictureVideoCheckbox))))))
248 .addGap(0, 0, Short.MAX_VALUE))
249 .addGroup(layout.createSequentialGroup()
251 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
252 .addComponent(caseComboBox, 0, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
253 .addComponent(correlationTypeComboBox, 0, 353, Short.MAX_VALUE))))
256 layout.setVerticalGroup(
257 layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
258 .addGroup(layout.createSequentialGroup()
260 .addComponent(specificCentralRepoCaseCheckbox, javax.swing.GroupLayout.PREFERRED_SIZE, 18, javax.swing.GroupLayout.PREFERRED_SIZE)
261 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
262 .addComponent(caseComboBox, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
263 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
264 .addComponent(correlationComboBoxLabel)
265 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
266 .addComponent(correlationTypeComboBox, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
267 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
268 .addComponent(categoriesLabel)
269 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
270 .addComponent(allFileCategoriesRadioButton)
271 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
272 .addComponent(selectedFileCategoriesButton)
273 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
274 .addComponent(pictureVideoCheckbox)
275 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
276 .addComponent(documentsCheckbox)