hades.models.pic
Class MemTextListener

java.lang.Object
  extended byhades.models.pic.MemTextListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class MemTextListener
extends java.lang.Object
implements java.awt.event.ActionListener

If the action-event attached to the textfield occurs the text will be parsed and written to the represented memory. Values with a trailing colon are adresses, values without are content. One example: "03: 00 ff 07: 33" will write 00 to adr 03, ff to 04 and 33 to 07.


Constructor Summary
MemTextListener(MemoryView newView)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemTextListener

public MemTextListener(MemoryView newView)
Method Detail

actionPerformed

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