|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractMapEditActor
com.partnersoft.staker.actors.AbstractStakingActor
public abstract class AbstractStakingActor
Superclass for MapEditActors in the staker. Mainly takes care of the standard variables needed.
Copyright 2007 Partner Software, Inc.
| Field Summary | |
|---|---|
protected MapApp |
app
|
protected java.lang.String |
DESIGN_CATEGORY
|
static java.lang.String |
LOCATION_DATATYPE
|
protected MapSet |
mapset
|
protected java.lang.String |
MOVE_LINE_WITH_ARROW_STYLE
|
static java.lang.String |
SPAN_DATATYPE
|
protected Staker |
staker
|
static java.lang.String |
STATION_DATATYPE
|
protected java.lang.String |
TEMPLATE_CATEGORY
|
| Constructor Summary | |
|---|---|
AbstractStakingActor(MapApp app,
MapSet mapset)
|
|
| Method Summary | |
|---|---|
void |
clearSelectionList()
Clears the current selection list. |
boolean |
isLocation(MapEditContext context)
Determines if the selected item on the map is a Location or not. |
boolean |
isMapCopyDataLine(MapEditContext context)
|
boolean |
isMapCopyDataPoint(MapDataLink link)
|
boolean |
isSpan(MapEditContext context)
Determines if the selected item on the map is a Span or not. |
boolean |
isStation(MapEditContext context)
Determines if the selected item on the map is a Station or not. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String DESIGN_CATEGORY
protected final java.lang.String TEMPLATE_CATEGORY
public static final java.lang.String LOCATION_DATATYPE
public static final java.lang.String STATION_DATATYPE
public static final java.lang.String SPAN_DATATYPE
protected final java.lang.String MOVE_LINE_WITH_ARROW_STYLE
protected Staker staker
protected MapSet mapset
protected MapApp app
| Constructor Detail |
|---|
public AbstractStakingActor(MapApp app,
MapSet mapset)
| Method Detail |
|---|
public 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)
public boolean isLocation(MapEditContext context)
public boolean isStation(MapEditContext context)
public boolean isSpan(MapEditContext context)
public boolean isMapCopyDataPoint(MapDataLink link)
public boolean isMapCopyDataLine(MapEditContext context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||