|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsysteminformationmonitor.swing.model.IOMonitorModel
public class IOMonitorModel
IOMonitor model which binds a JFreeChart to a CategoryDataset.
| Constructor Summary | |
|---|---|
IOMonitorModel(org.jfree.chart.JFreeChart chart,
org.jfree.data.category.DefaultCategoryDataset dataset,
boolean ioWriteInformation)
Constructor which binds a chart to a dataset and specifies if the dataset is to monitor io reads or io writes. |
|
| Method Summary | |
|---|---|
void |
initialize()
Method called with this classes is added to CpuProcess. |
void |
update()
Method called everytime the CpuProcess classes gets updated Cpu information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOMonitorModel(org.jfree.chart.JFreeChart chart,
org.jfree.data.category.DefaultCategoryDataset dataset,
boolean ioWriteInformation)
chart - JFreeChart to bind.dataset - CategoryData to bind.ioWriteInformation - True to monitor writes, False to monitor reads.| Method Detail |
|---|
public void initialize()
Monitor
initialize in interface Monitorpublic void update()
Monitor
update in interface Monitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||