Interface FeatureAttributeTreeModel.Node

All Superinterfaces:
org.gvsig.tools.dispose.Disposable, org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor>
Enclosing class:
FeatureAttributeTreeModel

public static interface FeatureAttributeTreeModel.Node extends org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor>, org.gvsig.tools.dispose.Disposable
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.gvsig.fmap.dal.feature.FeatureStore
     
    boolean
     
    boolean
     

    Methods inherited from interface org.gvsig.tools.dispose.Disposable

    dispose

    Methods inherited from interface org.gvsig.tools.util.LabeledValue

    getLabel, getValue, toString
  • Method Details

    • getFeatureStore

      org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()
    • isRoot

      boolean isRoot()
    • isLeaf

      boolean isLeaf()
    • getChildren