org.wilmascope.gui
Class QueryFrame.QueryNodeData

java.lang.Object
  extended by org.wilmascope.view.ElementData
      extended by org.wilmascope.gui.QueryFrame.QueryNodeData
Direct Known Subclasses:
QueryFrame.CompanyNodeData, QueryFrame.FMNodeData
Enclosing class:
QueryFrame

public abstract class QueryFrame.QueryNodeData
extends ElementData

All nodes in the ownership view have a sub-class of this referenced by their UserData pointer, defining a custom action for Wilma to add to the node's Options menu (the right click menu). We define an action which either expands or collapses the node's neighbours in the bipartite company / fund manager graph.


Constructor Summary
QueryFrame.QueryNodeData()
           
 
Method Summary
 
Methods inherited from class org.wilmascope.view.ElementData
getActionDescription, getActionListener, setActionDescription, setActionListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFrame.QueryNodeData

public QueryFrame.QueryNodeData()