jas.swingstudio
Interface TreeData

All Known Implementing Classes:
ScatterTreeData, OneDTreeData

public interface TreeData

TreeData is an interface implemented by DataSources that wish to keep track of which item in the tree they correspond to. This information is used in JASPage to keep track of what to set the title and legend to.


Method Summary
 TreeItem getItem()
           
 

Method Detail

getItem

public TreeItem getItem()