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

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byedu.iastate.anthill.shared.TypedTreePopupMenuListener
          extended byedu.iastate.anthill.indus.datasource.type.AVHEditor
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener

public class AVHEditor
extends TypedTreePopupMenuListener


Nested Class Summary
(package private)  class AVHEditor.AddFromTemplateAction
           
(package private)  class AVHEditor.AddSetFromTemplateAction
           
(package private)  class AVHEditor.CreateSubvalueAction
           
(package private)  class AVHEditor.DeleteAction
           
(package private)  class AVHEditor.DeleteAllChildrenAction
           
(package private)  class AVHEditor.DeleteButKeepChildrenAction
           
(package private)  class AVHEditor.EditCommentsAction
           
(package private)  class AVHEditor.RenameAction
           
 
Field Summary
(package private)  AVH avh
           
 
Fields inherited from class edu.iastate.anthill.shared.TypedTreePopupMenuListener
fatherPanel, popup, tree
 
Constructor Summary
AVHEditor(javax.swing.JPanel panel, AVH avh)
           
 
Method Summary
protected  void buildContextMenu(TypedNode selectedNode)
           
 
Methods inherited from class edu.iastate.anthill.shared.TypedTreePopupMenuListener
addMenuItem, addMenuItem, mouseReleased, showMenu, updateTree
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited, mousePressed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

avh

AVH avh
Constructor Detail

AVHEditor

public AVHEditor(javax.swing.JPanel panel,
                 AVH avh)
Method Detail

buildContextMenu

protected void buildContextMenu(TypedNode selectedNode)
Specified by:
buildContextMenu in class TypedTreePopupMenuListener