public abstract class AbstractModuleMapEditActor extends AbstractMapEditActor
Whereas AbstractMapEditActor is a very bare-bones abstract implementation, this has more convenient method.
Copyright 2007-2008 Partner Software, Inc.
| Modifier and Type | Field and Description |
|---|---|
protected MapApp |
app |
protected MapSet |
mapset |
protected Module |
module |
| Constructor and Description |
|---|
AbstractModuleMapEditActor(MapApp app,
MapSet mapset) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSelectionList()
Clears the current selection list.
|
void |
refresh()
Fires a job change event, which triggers a mapset refresh.
|
boolean |
refreshAndReselect(MapEditContext context)
Refreshes and reselects the currently selected data item based on its guid and other context.
|
boolean |
refreshAndSelect(java.lang.String dataType,
java.lang.String fieldName,
java.lang.Object fieldValue,
double x,
double y)
Selects the item with the desired data type, field name, and field value.
|
boolean |
refreshAndSelect(java.lang.String dataType,
java.lang.String fieldName,
java.lang.Object fieldValue,
XyPoint location)
Refreshes, then calls select.
|
boolean |
select(java.lang.String dataType,
java.lang.String fieldName,
java.lang.Object fieldValue,
double x,
double y)
Selects the item with the desired data type, field name, and field value.
|
boolean |
select(java.lang.String dataType,
java.lang.String fieldName,
java.lang.Object fieldValue,
XyPoint location)
Selects the item with the desired data type, field name, and field value.
|
add, connect, convert, copy, delete, edit, ephemeronFor, isAddSupported, isConnectSupported, isConvertSupported, isCopySupported, isDeleteSupported, isEditSupported, isMoveSupported, isRotateSupported, listDataPanelActionsFor, listSupportedActions, listSupportedTools, move, rotatepublic void refresh()
public void clearSelectionList()
public boolean select(java.lang.String dataType,
java.lang.String fieldName,
java.lang.Object fieldValue,
XyPoint location)
public boolean select(java.lang.String dataType,
java.lang.String fieldName,
java.lang.Object fieldValue,
double x,
double y)
public boolean refreshAndSelect(java.lang.String dataType,
java.lang.String fieldName,
java.lang.Object fieldValue,
XyPoint location)
public boolean refreshAndSelect(java.lang.String dataType,
java.lang.String fieldName,
java.lang.Object fieldValue,
double x,
double y)
public boolean refreshAndReselect(MapEditContext context)