de.rw7.htmltools
Class MemoryModel

java.lang.Object
  |
  +--javax.swing.DefaultBoundedRangeModel
        |
        +--de.rw7.htmltools.MemoryModel
All Implemented Interfaces:
java.awt.event.ActionListener, javax.swing.BoundedRangeModel, java.util.EventListener, java.io.Serializable

public class MemoryModel
extends javax.swing.DefaultBoundedRangeModel
implements java.awt.event.ActionListener
See Also:
Serialized Form

Field Summary
private  java.lang.Runtime rt
           
 
Fields inherited from class javax.swing.DefaultBoundedRangeModel
changeEvent, extent, isAdjusting, listenerList, max, min, value
 
Constructor Summary
(package private) MemoryModel()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static int convert(long l)
           
 void updateMemory()
           
 
Methods inherited from class javax.swing.DefaultBoundedRangeModel
addChangeListener, fireStateChanged, getExtent, getListeners, getMaximum, getMinimum, getValue, getValueIsAdjusting, removeChangeListener, setExtent, setMaximum, setMinimum, setRangeProperties, setValue, setValueIsAdjusting, toString
 
Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

rt

private java.lang.Runtime rt
Constructor Detail

MemoryModel

MemoryModel()
Method Detail

updateMemory

public void updateMemory()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

convert

public static final int convert(long l)