Searched defs:seconds (Results 1 - 3 of 3) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DSettingsFrame.java116 seconds = new javax.swing.JLabel();
192 jLabel5.setText("seconds");
199 seconds.setText("seconds");
217 .addComponent(seconds))
232 .addComponent(seconds, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE))
308 private javax.swing.JLabel seconds; field in class:SettingsFrame
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java137 private int command_timeout; // in seconds
138 private int indexRefreshPeriod; // in seconds
241 public void setIndexRefreshPeriod(int seconds) { argument
242 this.indexRefreshPeriod = seconds;
H A DRuntimeEnvironment.java264 public void setIndexRefreshPeriod(int seconds) { argument
265 threadConfig.get().setIndexRefreshPeriod(seconds);

Completed in 121 milliseconds