Interface FeatureAttributeSelectionPanel
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
public interface FeatureAttributeSelectionPanel
extends org.gvsig.tools.swing.api.Component
- Author:
- jjdelcerro
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.dal.feature.FeatureAttributeDescriptororg.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[]Return a TreePathinvalid input: '<'FeatureAttributeTreeModel.Node> for the selected attribute.org.gvsig.fmap.dal.feature.FeatureStoreMethods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Field Details
-
DEFAULT_WIDTH
static final int DEFAULT_WIDTH- See Also:
-
DEFAULT_HEIGHT
static final int DEFAULT_HEIGHT- See Also:
-
-
Method Details
-
getSelectedAttributeDescriptor
org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor getSelectedAttributeDescriptor() -
getSelectedPath
org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[] getSelectedPath()Return a TreePathinvalid input: '<'FeatureAttributeTreeModel.Node> for the selected attribute.- Returns:
-
getSelectedStore
org.gvsig.fmap.dal.feature.FeatureStore getSelectedStore() -
getSelectedName
String getSelectedName()
-