Searched defs:showAverages (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java455 boolean showAverages)
457 connectionHandlersTableModel.setAttributes(operations, showAverages);
507 boolean showAverages = showAveragesMenu.isSelected();
509 setChOperationsToDisplay(chOperations, showAverages);
521 boolean showAverages = showAveragesMenu.isSelected();
522 setChOperationsToDisplay(chOperations, showAverages);
453 setChOperationsToDisplay( LinkedHashSet<MonitoringAttributes> operations, boolean showAverages) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java53 private boolean showAverages; field in class:MonitoringTableModel
98 if (!newInternalData.equals(data) || showAverages)
214 * @param showAverages whether the averages (when makes sense) should be
218 boolean showAverages)
220 this.showAverages = showAverages;
224 if (showAverages)
240 if (showAverages && attribute.canHaveAverage())
349 if (showAverages && attribute.canHaveAverage())
217 setAttributes(LinkedHashSet<MonitoringAttributes> attributes, boolean showAverages) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java455 boolean showAverages)
457 connectionHandlersTableModel.setAttributes(operations, showAverages);
507 boolean showAverages = showAveragesMenu.isSelected();
509 setChOperationsToDisplay(chOperations, showAverages);
521 boolean showAverages = showAveragesMenu.isSelected();
522 setChOperationsToDisplay(chOperations, showAverages);
453 setChOperationsToDisplay( LinkedHashSet<MonitoringAttributes> operations, boolean showAverages) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java54 private boolean showAverages; field in class:MonitoringTableModel
99 if (!newInternalData.equals(data) || showAverages)
215 * @param showAverages whether the averages (when makes sense) should be
219 boolean showAverages)
221 this.showAverages = showAverages;
225 if (showAverages)
241 if (showAverages && attribute.canHaveAverage())
350 if (showAverages && attribute.canHaveAverage())
218 setAttributes(LinkedHashSet<MonitoringAttributes> attributes, boolean showAverages) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java54 private boolean showAverages; field in class:MonitoringTableModel
99 if (!newInternalData.equals(data) || showAverages)
215 * @param showAverages whether the averages (when makes sense) should be
219 boolean showAverages)
221 this.showAverages = showAverages;
225 if (showAverages)
241 if (showAverages && attribute.canHaveAverage())
350 if (showAverages && attribute.canHaveAverage())
218 setAttributes(LinkedHashSet<MonitoringAttributes> attributes, boolean showAverages) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java455 boolean showAverages)
457 connectionHandlersTableModel.setAttributes(operations, showAverages);
507 boolean showAverages = showAveragesMenu.isSelected();
509 setChOperationsToDisplay(chOperations, showAverages);
521 boolean showAverages = showAveragesMenu.isSelected();
522 setChOperationsToDisplay(chOperations, showAverages);
453 setChOperationsToDisplay( LinkedHashSet<MonitoringAttributes> operations, boolean showAverages) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java53 private boolean showAverages; field in class:MonitoringTableModel
98 if (!newInternalData.equals(data) || showAverages)
214 * @param showAverages whether the averages (when makes sense) should be
218 boolean showAverages)
220 this.showAverages = showAverages;
224 if (showAverages)
240 if (showAverages && attribute.canHaveAverage())
349 if (showAverages && attribute.canHaveAverage())
217 setAttributes(LinkedHashSet<MonitoringAttributes> attributes, boolean showAverages) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java455 boolean showAverages)
457 connectionHandlersTableModel.setAttributes(operations, showAverages);
507 boolean showAverages = showAveragesMenu.isSelected();
509 setChOperationsToDisplay(chOperations, showAverages);
521 boolean showAverages = showAveragesMenu.isSelected();
522 setChOperationsToDisplay(chOperations, showAverages);
453 setChOperationsToDisplay( LinkedHashSet<MonitoringAttributes> operations, boolean showAverages) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java54 private boolean showAverages; field in class:MonitoringTableModel
99 if (!newInternalData.equals(data) || showAverages)
215 * @param showAverages whether the averages (when makes sense) should be
219 boolean showAverages)
221 this.showAverages = showAverages;
225 if (showAverages)
241 if (showAverages && attribute.canHaveAverage())
350 if (showAverages && attribute.canHaveAverage())
218 setAttributes(LinkedHashSet<MonitoringAttributes> attributes, boolean showAverages) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java455 boolean showAverages)
457 connectionHandlersTableModel.setAttributes(operations, showAverages);
507 boolean showAverages = showAveragesMenu.isSelected();
509 setChOperationsToDisplay(chOperations, showAverages);
521 boolean showAverages = showAveragesMenu.isSelected();
522 setChOperationsToDisplay(chOperations, showAverages);
453 setChOperationsToDisplay( LinkedHashSet<MonitoringAttributes> operations, boolean showAverages) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java55 private boolean showAverages; field in class:MonitoringTableModel
81 if (!newInternalData.equals(data) || showAverages)
198 * @param showAverages whether the averages (when makes sense) should be
202 boolean showAverages)
204 this.showAverages = showAverages;
208 if (showAverages)
224 if (showAverages && attribute.canHaveAverage())
321 if (showAverages && attribute.canHaveAverage())
201 setAttributes(LinkedHashSet<MonitoringAttributes> attributes, boolean showAverages) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java434 boolean showAverages)
436 connectionHandlersTableModel.setAttributes(operations, showAverages);
486 boolean showAverages = showAveragesMenu.isSelected();
488 setChOperationsToDisplay(chOperations, showAverages);
500 boolean showAverages = showAveragesMenu.isSelected();
501 setChOperationsToDisplay(chOperations, showAverages);
432 setChOperationsToDisplay( LinkedHashSet<MonitoringAttributes> operations, boolean showAverages) argument

Completed in 34 milliseconds