public class AttributeTableFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
changeAttributeTableName(AbstractFeatureService featureService,
String newName)
DOCUMENT ME!
|
void |
closeAttributeTable(AbstractFeatureService featureService)
Closes the attribute table of the given service.
|
static String |
createId(AbstractFeatureService service)
DOCUMENT ME!
|
AttributeTable |
getAttributeTable(AbstractFeatureService featureService)
Switch the processing mode for the given service.
|
static AttributeTableFactory |
getInstance()
DOCUMENT ME!
|
MappingComponent |
getMappingComponent()
DOCUMENT ME!
|
void |
processingModeChanged(AbstractFeatureService featureService,
boolean active)
DOCUMENT ME!
|
void |
setAttributeTableListener(AttributeTableListener listener)
DOCUMENT ME!
|
void |
setMappingComponent(MappingComponent mappingComponent)
DOCUMENT ME!
|
void |
showAttributeTable(AbstractFeatureService featureService)
Opens the attribute table of the given service.
|
void |
switchProcessingMode(AbstractFeatureService featureService)
Switch the processing mode for the given service.
|
public static AttributeTableFactory getInstance()
public void showAttributeTable(AbstractFeatureService featureService)
featureService - the service of the attribute table that should be openedpublic void switchProcessingMode(AbstractFeatureService featureService)
featureService - the service of the attribute table that should be openedpublic AttributeTable getAttributeTable(AbstractFeatureService featureService)
featureService - the service of the attribute table that should be openedpublic void closeAttributeTable(AbstractFeatureService featureService)
featureService - the service of the attribute table that should be closedpublic void changeAttributeTableName(AbstractFeatureService featureService, String newName)
featureService - DOCUMENT ME!newName - DOCUMENT ME!public void processingModeChanged(AbstractFeatureService featureService, boolean active)
featureService - DOCUMENT ME!active - DOCUMENT ME!public void setAttributeTableListener(AttributeTableListener listener)
listener - DOCUMENT ME!public MappingComponent getMappingComponent()
public void setMappingComponent(MappingComponent mappingComponent)
mappingComponent - the mappingComponent to setpublic static String createId(AbstractFeatureService service)
service - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.