edu.iastate.anthill.indus.datasource.type
Class AVHEditor.CreateSubvalueAction

java.lang.Object
  extended byedu.iastate.anthill.indus.datasource.type.AVHEditor.CreateSubvalueAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AVHEditor

class AVHEditor.CreateSubvalueAction
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  TypedNode parent
           
(package private)  TypedNode theNode
           
 
Constructor Summary
AVHEditor.CreateSubvalueAction(TypedNode parent)
           
 
Method Summary
(package private)  void actionAddNew(java.lang.String newNodeValue)
           
 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
 

Field Detail

theNode

TypedNode theNode

parent

TypedNode parent
Constructor Detail

AVHEditor.CreateSubvalueAction

public AVHEditor.CreateSubvalueAction(TypedNode parent)
Method Detail

actionPerformed

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

actionAddNew

void actionAddNew(java.lang.String newNodeValue)