|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
uk.org.iscream.cms.conient.datacomponents.VisibleDataComponent
uk.org.iscream.cms.conient.datacomponents.StorageDataComponent
uk.org.iscream.cms.conient.datacomponents.DiskDataComponent
This is DataComponent specifically for displaying Disk information. It displays a value/total type display using a JProgessBar. It does this by extending the StorageDataComponent.
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private String |
_deviceAttribute
The device attribute that this component is concerned with |
private String |
_deviceCache
Hold the last value for the device |
private String |
_mountAttribute
The mount attribute that this component is concerned with |
private String |
_mountCache
Holds the last value of the mountPoint |
String |
REVISION
The current CVS revision of this class |
Fields inherited from class uk.org.iscream.cms.conient.datacomponents.StorageDataComponent |
_attribute, _cache, _divider, _item, _label, _max, _maxAttribute, _maxcache, _maxvalue, _min, _name, _unit, _value |
Fields inherited from class javax.swing.JPanel |
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
DiskDataComponent(String name,
String attribute,
String maxAttribute,
String mountAttribute,
String deviceAttribute,
String unit,
int divider)
Creates the component with a friendly name to be used as label |
Method Summary | |
void |
run()
This run method updates any Swing components The setValue() method adds this component to the Swing Event Dispatching Queue to run this method. |
private void |
setLabel()
|
void |
setValue(XMLPacket packet)
This takes the packet to obtain the value from, it then performs all approriate conversions and adds this class to the Swing Event Dispatching queue. |
Methods inherited from class uk.org.iscream.cms.conient.datacomponents.StorageDataComponent |
getPacketAttribute, toString |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final String REVISION
private String _mountCache
private String _deviceCache
private String _deviceAttribute
private String _mountAttribute
Constructor Detail |
public DiskDataComponent(String name, String attribute, String maxAttribute, String mountAttribute, String deviceAttribute, String unit, int divider)
name
- the friendly nameattribute
- the data attribute we look aftermaxAttribute
- the data attribute to obtain the maximum value frommountAttribute
- the data attribute to obtain the disk mount pointunit
- the string representation of the units eg, "Mb" or "Kb"divider
- the amount that the given value should be multiplied by to reach the given unitsMethod Detail |
public void run()
run
in interface Runnable
run
in class StorageDataComponent
private void setLabel()
public void setValue(XMLPacket packet) throws DataFormatException
setValue
in interface DataComponent
setValue
in class StorageDataComponent
packet
- the XMLPacket to get the data from
DataFormatException
- if there was a problem converting the data for display
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |