1 18 19 20 package org.netbeans.modules.changelog.wizard; 21 22 26 27 import org.openide.util.*; 28 import javax.swing.event.*; 29 import javax.swing.*; 30 import org.netbeans.modules.changelog.*; 31 32 import java.io.*; 33 34 public class OutputPanel extends javax.swing.JPanel { 35 36 37 public OutputPanel() { 38 initComponents(); 39 putClientProperty("WizardPanel_contentSelectedIndex", new Integer (1)); ButtonGroup group = new ButtonGroup(); 41 group.add(rbSortByDate); 42 group.add(rbSortByUser); 43 ButtonGroup group2 = new ButtonGroup(); 44 group2.add(rbAscending); 45 group2.add(rbDescending); 46 btnXmlFile.setEnabled(false); btnHtmlFile.setEnabled(false); btnTextFile.setEnabled(false); } 50 51 56 private void initComponents() { java.awt.GridBagConstraints gridBagConstraints; 58 59 pnlSort = new javax.swing.JPanel (); 60 lblSort = new javax.swing.JLabel (); 61 rbSortByDate = new javax.swing.JRadioButton (); 62 rbSortByUser = new javax.swing.JRadioButton (); 63 lblOrder = new javax.swing.JLabel (); 64 rbAscending = new javax.swing.JRadioButton (); 65 rbDescending = new javax.swing.JRadioButton (); 66 lblInclude = new javax.swing.JLabel (); 67 cbSummary = new javax.swing.JCheckBox (); 68 cbQuery = new javax.swing.JCheckBox (); 69 cbBranchNames = new javax.swing.JCheckBox (); 70 pnlType = new javax.swing.JPanel (); 71 cbTextFile = new javax.swing.JCheckBox (); 72 txTextFile = new javax.swing.JTextField (); 73 btnTextFile = new javax.swing.JButton (); 74 cbXmlFile = new javax.swing.JCheckBox (); 75 txXmlFile = new javax.swing.JTextField (); 76 btnXmlFile = new javax.swing.JButton (); 77 cbHtmlFile = new javax.swing.JCheckBox (); 78 txHtmlFile = new javax.swing.JTextField (); 79 btnHtmlFile = new javax.swing.JButton (); 80 cbWindow = new javax.swing.JCheckBox (); 81 cbOutputWindow = new javax.swing.JCheckBox (); 82 83 setLayout(new java.awt.GridBagLayout ()); 84 85 setMinimumSize(new java.awt.Dimension (400, 200)); 86 setPreferredSize(new java.awt.Dimension (400, 200)); 87 getAccessibleContext().setAccessibleName(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACSN_OutputPanel")); 88 getAccessibleContext().setAccessibleDescription(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACSD_OutputPanel")); 89 pnlSort.setLayout(new java.awt.GridBagLayout ()); 90 91 pnlSort.setMinimumSize(new java.awt.Dimension (553, 98)); 92 lblSort.setDisplayedMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_lblSort_mnc").charAt(0)); 93 lblSort.setLabelFor(rbSortByDate); 94 lblSort.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("HtmlPanel.lblSort.text")); 95 gridBagConstraints = new java.awt.GridBagConstraints (); 96 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 97 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 0); 98 pnlSort.add(lblSort, gridBagConstraints); 99 100 rbSortByDate.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_rbSortByDate_mnc").charAt(0)); 101 rbSortByDate.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.rbSortByDate.title")); 102 gridBagConstraints = new java.awt.GridBagConstraints (); 103 gridBagConstraints.gridx = 0; 104 gridBagConstraints.gridy = 1; 105 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 106 gridBagConstraints.insets = new java.awt.Insets (4, 6, 0, 6); 107 pnlSort.add(rbSortByDate, gridBagConstraints); 108 109 rbSortByUser.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_rbSortByUSer_mnc").charAt(0)); 110 rbSortByUser.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.rbSortByUser.title")); 111 gridBagConstraints = new java.awt.GridBagConstraints (); 112 gridBagConstraints.gridx = 0; 113 gridBagConstraints.gridy = 2; 114 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST; 115 gridBagConstraints.insets = new java.awt.Insets (2, 6, 6, 6); 116 pnlSort.add(rbSortByUser, gridBagConstraints); 117 118 lblOrder.setDisplayedMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_lblOrder_mnc").charAt(0)); 119 lblOrder.setLabelFor(rbAscending); 120 lblOrder.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("HtmlPanel.lblOrder.text")); 121 gridBagConstraints = new java.awt.GridBagConstraints (); 122 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 123 gridBagConstraints.insets = new java.awt.Insets (6, 0, 0, 6); 124 pnlSort.add(lblOrder, gridBagConstraints); 125 126 rbAscending.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_rbAscending_mnc").charAt(0)); 127 rbAscending.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.rbAscending.title")); 128 gridBagConstraints = new java.awt.GridBagConstraints (); 129 gridBagConstraints.gridx = 1; 130 gridBagConstraints.gridy = 1; 131 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 132 gridBagConstraints.insets = new java.awt.Insets (6, 0, 0, 6); 133 pnlSort.add(rbAscending, gridBagConstraints); 134 135 rbDescending.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_rbDescending_mnc").charAt(0)); 136 rbDescending.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.rbDescending.title")); 137 gridBagConstraints = new java.awt.GridBagConstraints (); 138 gridBagConstraints.gridx = 1; 139 gridBagConstraints.gridy = 2; 140 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST; 141 gridBagConstraints.insets = new java.awt.Insets (2, 0, 6, 6); 142 pnlSort.add(rbDescending, gridBagConstraints); 143 144 lblInclude.setDisplayedMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_lblInclude_mnc").charAt(0)); 145 lblInclude.setLabelFor(cbQuery); 146 lblInclude.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("HtmlPanel.lblInclude.text")); 147 gridBagConstraints = new java.awt.GridBagConstraints (); 148 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 149 gridBagConstraints.insets = new java.awt.Insets (6, 12, 0, 6); 150 pnlSort.add(lblInclude, gridBagConstraints); 151 152 cbSummary.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_cbSummary_mnc").charAt(0)); 153 cbSummary.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.cbSummary.title")); 154 gridBagConstraints = new java.awt.GridBagConstraints (); 155 gridBagConstraints.gridx = 2; 156 gridBagConstraints.gridy = 2; 157 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST; 158 gridBagConstraints.insets = new java.awt.Insets (2, 12, 0, 6); 159 pnlSort.add(cbSummary, gridBagConstraints); 160 161 cbQuery.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_cbQuery_mnc").charAt(0)); 162 cbQuery.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.cbQuery.title")); 163 gridBagConstraints = new java.awt.GridBagConstraints (); 164 gridBagConstraints.gridx = 2; 165 gridBagConstraints.gridy = 1; 166 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 167 gridBagConstraints.insets = new java.awt.Insets (6, 12, 0, 6); 168 pnlSort.add(cbQuery, gridBagConstraints); 169 170 cbBranchNames.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_cbBranchNames_mnc").charAt(0)); 171 cbBranchNames.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.cbBranchNames.title")); 172 gridBagConstraints = new java.awt.GridBagConstraints (); 173 gridBagConstraints.gridx = 2; 174 gridBagConstraints.gridy = 3; 175 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST; 176 gridBagConstraints.weighty = 0.1; 177 gridBagConstraints.insets = new java.awt.Insets (2, 12, 0, 6); 178 pnlSort.add(cbBranchNames, gridBagConstraints); 179 180 gridBagConstraints = new java.awt.GridBagConstraints (); 181 gridBagConstraints.fill = java.awt.GridBagConstraints.BOTH; 182 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST; 183 gridBagConstraints.weightx = 0.5; 184 gridBagConstraints.weighty = 0.5; 185 gridBagConstraints.insets = new java.awt.Insets (12, 12, 0, 12); 186 add(pnlSort, gridBagConstraints); 187 188 pnlType.setLayout(new java.awt.GridBagLayout ()); 189 190 pnlType.setMinimumSize(new java.awt.Dimension (481, 124)); 191 pnlType.setAutoscrolls(true); 192 cbTextFile.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_cbTextFile_mnc").charAt(0)); 193 cbTextFile.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.cbTextFile.title")); 194 gridBagConstraints = new java.awt.GridBagConstraints (); 195 gridBagConstraints.gridx = 0; 196 gridBagConstraints.gridy = 0; 197 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST; 198 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 6); 199 pnlType.add(cbTextFile, gridBagConstraints); 200 201 txTextFile.setMinimumSize(new java.awt.Dimension (150, 17)); 202 txTextFile.setPreferredSize(new java.awt.Dimension (200, 17)); 203 gridBagConstraints = new java.awt.GridBagConstraints (); 204 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 205 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 6); 206 pnlType.add(txTextFile, gridBagConstraints); 207 txTextFile.getAccessibleContext().setAccessibleDescription(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACSD_txTextFile")); 208 209 btnTextFile.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.btnTextFile.title")); 210 gridBagConstraints = new java.awt.GridBagConstraints (); 211 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 212 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 6); 213 pnlType.add(btnTextFile, gridBagConstraints); 214 215 cbXmlFile.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_cbXmlFile_mnc").charAt(0)); 216 cbXmlFile.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.cbHtmlFile.title")); 217 cbXmlFile.setLabel("XML File"); 218 gridBagConstraints = new java.awt.GridBagConstraints (); 219 gridBagConstraints.gridx = 0; 220 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 221 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 6); 222 pnlType.add(cbXmlFile, gridBagConstraints); 223 224 txXmlFile.setMinimumSize(new java.awt.Dimension (150, 17)); 225 txXmlFile.setPreferredSize(new java.awt.Dimension (200, 17)); 226 gridBagConstraints = new java.awt.GridBagConstraints (); 227 gridBagConstraints.gridx = 1; 228 gridBagConstraints.gridy = 1; 229 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 230 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 6); 231 pnlType.add(txXmlFile, gridBagConstraints); 232 txXmlFile.getAccessibleContext().setAccessibleDescription(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACSD_txXmlFile")); 233 234 btnXmlFile.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.btnHtmlFile.title")); 235 gridBagConstraints = new java.awt.GridBagConstraints (); 236 gridBagConstraints.gridx = 2; 237 gridBagConstraints.gridy = 1; 238 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 239 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 6); 240 pnlType.add(btnXmlFile, gridBagConstraints); 241 242 cbHtmlFile.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_cbHtmlFile_mnc").charAt(0)); 243 cbHtmlFile.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.cbHtmlFile.title")); 244 gridBagConstraints = new java.awt.GridBagConstraints (); 245 gridBagConstraints.gridx = 0; 246 gridBagConstraints.gridy = 2; 247 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 248 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 6); 249 pnlType.add(cbHtmlFile, gridBagConstraints); 250 251 txHtmlFile.setMinimumSize(new java.awt.Dimension (150, 17)); 252 txHtmlFile.setPreferredSize(new java.awt.Dimension (200, 17)); 253 gridBagConstraints = new java.awt.GridBagConstraints (); 254 gridBagConstraints.gridx = 1; 255 gridBagConstraints.gridy = 2; 256 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 257 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 0); 258 pnlType.add(txHtmlFile, gridBagConstraints); 259 txHtmlFile.getAccessibleContext().setAccessibleDescription(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACSD_txHtmlFile")); 260 261 btnHtmlFile.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.btnHtmlFile.title")); 262 gridBagConstraints = new java.awt.GridBagConstraints (); 263 gridBagConstraints.gridx = 2; 264 gridBagConstraints.gridy = 2; 265 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 266 gridBagConstraints.insets = new java.awt.Insets (6, 6, 0, 6); 267 pnlType.add(btnHtmlFile, gridBagConstraints); 268 269 cbWindow.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_cbWindow_mnc").charAt(0)); 270 cbWindow.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.cbWindow.title")); 271 gridBagConstraints = new java.awt.GridBagConstraints (); 272 gridBagConstraints.gridx = 0; 273 gridBagConstraints.gridy = 4; 274 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST; 275 gridBagConstraints.insets = new java.awt.Insets (6, 6, 6, 6); 276 pnlType.add(cbWindow, gridBagConstraints); 277 278 cbOutputWindow.setMnemonic(java.util.ResourceBundle.getBundle("org/netbeans/modules/changelog/wizard/Bundle").getString("ACS_cbOutputWinow").charAt(0)); 279 cbOutputWindow.setText(org.openide.util.NbBundle.getBundle(OutputPanel.class).getString("OutputPanel.cbOutputWindow.title")); 280 gridBagConstraints = new java.awt.GridBagConstraints (); 281 gridBagConstraints.gridx = 0; 282 gridBagConstraints.gridy = 3; 283 gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST; 284 gridBagConstraints.weighty = 0.5; 285 gridBagConstraints.insets = new java.awt.Insets (6, 6, 6, 6); 286 pnlType.add(cbOutputWindow, gridBagConstraints); 287 288 gridBagConstraints = new java.awt.GridBagConstraints (); 289 gridBagConstraints.gridx = 0; 290 gridBagConstraints.gridy = 1; 291 gridBagConstraints.fill = java.awt.GridBagConstraints.BOTH; 292 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; 293 gridBagConstraints.weightx = 0.5; 294 gridBagConstraints.weighty = 0.1; 295 gridBagConstraints.insets = new java.awt.Insets (0, 12, 12, 12); 296 add(pnlType, gridBagConstraints); 297 298 } 300 private javax.swing.JTextField txHtmlFile; 302 private javax.swing.JPanel pnlType; 303 private javax.swing.JCheckBox cbHtmlFile; 304 private javax.swing.JCheckBox cbOutputWindow; 305 private javax.swing.JRadioButton rbDescending; 306 private javax.swing.JRadioButton rbAscending; 307 private javax.swing.JCheckBox cbQuery; 308 private javax.swing.JLabel lblSort; 309 private javax.swing.JTextField txXmlFile; 310 private javax.swing.JCheckBox cbSummary; 311 private javax.swing.JCheckBox cbTextFile; 312 private javax.swing.JLabel lblInclude; 313 private javax.swing.JLabel lblOrder; 314 private javax.swing.JButton btnTextFile; 315 private javax.swing.JCheckBox cbXmlFile; 316 private javax.swing.JRadioButton rbSortByDate; 317 private javax.swing.JButton btnXmlFile; 318 private javax.swing.JTextField txTextFile; 319 private javax.swing.JPanel pnlSort; 320 private javax.swing.JRadioButton rbSortByUser; 321 private javax.swing.JButton btnHtmlFile; 322 private javax.swing.JCheckBox cbBranchNames; 323 private javax.swing.JCheckBox cbWindow; 324 326 327 public static class Panel implements org.openide.WizardDescriptor.FinishPanel { 328 329 330 private OutputPanel panel; 331 private String name; 332 333 334 public Panel (String name) { 335 this.name = name; 336 } 337 338 339 342 public synchronized java.awt.Component getComponent() { 343 if (this.panel == null) { 344 this.panel = new OutputPanel (); 345 this.panel.setName (name); 346 } 347 return this.panel; 348 } 349 350 354 public HelpCtx getHelp() { 355 return new HelpCtx(this.getClass()); 356 } 357 358 362 public void addChangeListener(ChangeListener l) { 363 } 364 365 366 369 public void removeChangeListener(ChangeListener l) { 370 } 371 372 public boolean isValid() { 373 return true; 374 } 375 376 383 public void readSettings(Object settings) { 384 if (settings instanceof ChangeLogProcessor) { 385 OutputPanel p = (OutputPanel) this.getComponent(); 386 ChangeLogProcessor proces = (ChangeLogProcessor)settings; 387 if (proces.getToTextFile() != null) { 388 p.txTextFile.setText(proces.getToTextFile().getAbsolutePath()); 389 p.cbTextFile.setSelected(true); 390 } else { 391 p.cbTextFile.setSelected(false); 392 p.txTextFile.setText(""); 393 } 394 if (proces.getToHtmlFile() != null) { 395 p.txHtmlFile.setText(proces.getToHtmlFile().getAbsolutePath()); 396 p.cbHtmlFile.setSelected(true); 397 } else { 398 p.cbHtmlFile.setSelected(false); 399 p.txHtmlFile.setText(""); 400 } 401 if (proces.getToXmlFile() != null) { 402 p.txXmlFile.setText(proces.getToXmlFile().getAbsolutePath()); 403 p.cbXmlFile.setSelected(true); 404 } else { 405 p.cbXmlFile.setSelected(false); 406 p.txXmlFile.setText(""); 407 } 408 p.cbOutputWindow.setSelected(proces.isToOutputWindow()); 409 p.cbWindow.setSelected(proces.isViewInBrowser()); 410 if (proces.getSortMode() == ChangeLogProcessor.SORT_BY_USER) { 411 p.rbSortByUser.setSelected(true); 412 } else 413 if (proces.getSortMode() == ChangeLogProcessor.SORT_BY_DATE) { 414 p.rbSortByDate.setSelected(true); 415 } 416 if (proces.isDescendingSort()) { 417 p.rbDescending.setSelected(true); 418 } else { 419 p.rbAscending.setSelected(true); 420 } 421 p.cbSummary.setSelected(proces.isIncludeSummary()); 422 p.cbQuery.setSelected(proces.isIncludeQueryDescription()); 423 p.cbBranchNames.setSelected(proces.isIncludeBranchNames()); 424 } 425 } 426 427 436 public void storeSettings(Object settings) { 437 if (settings instanceof ChangeLogProcessor) { 438 OutputPanel p = (OutputPanel) this.getComponent(); 439 ChangeLogProcessor proces = (ChangeLogProcessor)settings; 440 proces.setToOutputWindow(p.cbOutputWindow.isSelected()); 441 if (p.cbTextFile.isSelected() && p.txTextFile.getText().length() > 0) { 442 proces.setToTextFile(new File(p.txTextFile.getText())); 443 } else { 444 proces.setToTextFile(null); 445 } 446 if (p.cbXmlFile.isSelected() && p.txXmlFile.getText().length() > 0) { 447 proces.setToXmlFile(new File(p.txXmlFile.getText())); 448 } else { 449 proces.setToXmlFile(null); 450 } 451 if (p.cbHtmlFile.isSelected() && p.txHtmlFile.getText().length() > 0) { 452 proces.setToHtmlFile(new File(p.txHtmlFile.getText())); 453 } else { 454 proces.setToHtmlFile(null); 455 } 456 if (p.rbSortByDate.isSelected()) { 457 proces.setSortMode(ChangeLogProcessor.SORT_BY_DATE); 458 } else 459 if (p.rbSortByUser.isSelected()) { 460 proces.setSortMode(ChangeLogProcessor.SORT_BY_USER); 461 } 462 proces.setDescendingSort(p.rbDescending.isSelected()); 463 proces.setIncludeQueryDescription(p.cbQuery.isSelected()); 464 proces.setIncludeSummary(p.cbSummary.isSelected()); 465 proces.setViewInBrowser(p.cbWindow.isSelected()); 466 proces.setIncludeBranchNames(p.cbBranchNames.isSelected()); 467 } 468 } 469 } 470 471 } 472 | Popular Tags |