public class AttributeEditorPointListener extends AbstractToolListener implements RectangleListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_EDITOR_TOOL_NAME |
| Constructor and Description |
|---|
AttributeEditorPointListener(MapControl mapControl) |
AttributeEditorPointListener(MapControl mapControl,
JFeaturesForm form) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
makeTitle(java.lang.String base,
java.lang.String docname,
java.lang.String docname2) |
void |
rectangle(EnvelopeEvent e)
Called when user executes a double click with the mouse, finishing the
drawn of the rectangle.
|
void |
setRefreshCallback(java.util.function.Predicate<FeatureStore> refreshCallback) |
void |
showOrUpdateForm() |
void |
showOrUpdateForm(java.lang.String storeName,
FeatureStore featureStore,
FeatureQuery query) |
cancelDrawing, getImageCursorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelDrawing, getImageCursorpublic static final java.lang.String ATTRIBUTE_EDITOR_TOOL_NAME
public AttributeEditorPointListener(MapControl mapControl, JFeaturesForm form)
public AttributeEditorPointListener(MapControl mapControl)
public void showOrUpdateForm()
public void showOrUpdateForm(java.lang.String storeName,
FeatureStore featureStore,
FeatureQuery query)
public void setRefreshCallback(java.util.function.Predicate<FeatureStore> refreshCallback)
public void rectangle(EnvelopeEvent e) throws BehaviorException
RectangleListenerCalled when user executes a double click with the mouse, finishing the drawn of the rectangle.
All features of the active and vector layers of the associated MapControl object that
their area intersect with the polygonal area defined in the event, will be selected.
rectangle in interface RectangleListenere - mouse event and information about the rectangle definedBehaviorException - will be thrown when fails the process of this toolpublic java.lang.String makeTitle(java.lang.String base,
java.lang.String docname,
java.lang.String docname2)