Class FeatureTreeModel

java.lang.Object
uk.ac.starlink.vo.FeatureTreeModel
All Implemented Interfaces:
TreeModel

public class FeatureTreeModel extends Object implements TreeModel
Model for tree which displays ADQL language features. This includes standard and user-defined functions, as well as other mandatory and declared language features.
Since:
19 Feb 2024
Author:
Mark Taylor
See Also:
  • Constructor Details

    • FeatureTreeModel

      public FeatureTreeModel(JScrollPane treeScroller)
      Constructor. The scroll pane containing the tree which this model will be displayed has to be supplied, since some rendering gymnastics are required when the scroll pane viewport is resized.
      Parameters:
      treeScroller - scroll pane containing tree
  • Method Details