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

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java178 historyCacheCB.setSelected(config.isHistoryCache());
272 historyCacheCB = new javax.swing.JCheckBox();
424 historyCacheCB.setText("Use History Cache"); // NOI18N
461 .addComponent(historyCacheCB, javax.swing.GroupLayout.Alignment.LEADING)
499 .addComponent(historyCacheCB)
865 config.setHistoryCache(this.historyCacheCB.isSelected());
916 private javax.swing.JCheckBox historyCacheCB; field in class:ConfigurationsFrame

Completed in 9 milliseconds