public class RecentUsedsAttributesImpl
extends java.lang.Object
Constructor and Description |
---|
RecentUsedsAttributesImpl() |
Modifier and Type | Method and Description |
---|---|
void |
add(FeatureAttributeDescriptor attribute) |
void |
add(FeatureType featureType,
FeatureAttributeDescriptor attribute) |
void |
add(FeatureType featureType,
java.lang.String name) |
java.util.List<FeatureAttributeDescriptor> |
getAttributes(FeatureType featureType) |
int |
getMaxSize() |
java.util.Collection<java.lang.String> |
getNames(FeatureType featureType) |
public java.util.Collection<java.lang.String> getNames(FeatureType featureType)
public java.util.List<FeatureAttributeDescriptor> getAttributes(FeatureType featureType)
public void add(FeatureAttributeDescriptor attribute)
public void add(FeatureType featureType, FeatureAttributeDescriptor attribute)
public void add(FeatureType featureType, java.lang.String name)
public int getMaxSize()