com.partnersoft.staker.actors
Class AddAnnotationTextActor

java.lang.Object
  extended by AbstractMapEditActor
      extended by com.partnersoft.staker.actors.AbstractStakingActor
          extended by com.partnersoft.staker.actors.AddAnnotationTextActor

public class AddAnnotationTextActor
extends AbstractStakingActor

This is the editing actor for selected Location objects in a job.

Copyright 2007 Partner Software, Inc.


Field Summary
 
Fields inherited from class com.partnersoft.staker.actors.AbstractStakingActor
app, DESIGN_CATEGORY, LOCATION_DATATYPE, mapset, MOVE_LINE_WITH_ARROW_STYLE, SPAN_DATATYPE, staker, STATION_DATATYPE, TEMPLATE_CATEGORY
 
Constructor Summary
AddAnnotationTextActor(MapApp app, MapSet mapset)
           
 
Method Summary
 void add(MapEditContext context)
           
 Ephemeron ephemeronFor(MapEditContext context)
           
 boolean isAddSupported(MapEditContext context)
           
 
Methods inherited from class com.partnersoft.staker.actors.AbstractStakingActor
clearSelectionList, isLocation, isMapCopyDataLine, isMapCopyDataPoint, isSpan, isStation, refresh, refreshAndReselect, refreshAndSelect, refreshAndSelect, select, select
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAnnotationTextActor

public AddAnnotationTextActor(MapApp app,
                              MapSet mapset)
Method Detail

isAddSupported

public boolean isAddSupported(MapEditContext context)

add

public void add(MapEditContext context)

ephemeronFor

public Ephemeron ephemeronFor(MapEditContext context)