Searched refs:historyCacheCB (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java162 this.historyCacheCB.setSelected(config.isHistoryCache());
252 historyCacheCB = new javax.swing.JCheckBox();
405 historyCacheCB.setText("Use History Cache"); // NOI18N
444 .addComponent(historyCacheCB, javax.swing.GroupLayout.Alignment.LEADING)
487 .addComponent(historyCacheCB)
838 config.setHistoryCache(this.historyCacheCB.isSelected());
887 private javax.swing.JCheckBox historyCacheCB; field in class:ConfigurationsFrame

Completed in 10 milliseconds