com.partnersoft.staker.actors
Class AnnotationLineActor

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

public class AnnotationLineActor
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
AnnotationLineActor(MapApp app, MapSet mapset)
           
 
Method Summary
 void delete(MapEditContext context)
           
 Ephemeron ephemeronFor(MapEditContext context)
           
 boolean isConvertSupported(MapEditContext context)
           
 boolean isDeleteSupported(MapEditContext item)
           
 boolean isEditSupported(MapEditContext context)
           
 boolean isMoveSupported(MapEditContext item)
           
 boolean isRedlineSpan(MapEditContext context)
           
 java.util.List<java.lang.String> listSupportedActions(MapEditContext item)
           
 java.util.List<MapEditTool> listSupportedThings()
           
 void move(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

AnnotationLineActor

public AnnotationLineActor(MapApp app,
                           MapSet mapset)
Method Detail

isConvertSupported

public boolean isConvertSupported(MapEditContext context)

isEditSupported

public boolean isEditSupported(MapEditContext context)

isDeleteSupported

public boolean isDeleteSupported(MapEditContext item)

delete

public void delete(MapEditContext context)

isMoveSupported

public boolean isMoveSupported(MapEditContext item)

move

public void move(MapEditContext context)

ephemeronFor

public Ephemeron ephemeronFor(MapEditContext context)

listSupportedActions

public java.util.List<java.lang.String> listSupportedActions(MapEditContext item)

listSupportedThings

public java.util.List<MapEditTool> listSupportedThings()

isRedlineSpan

public boolean isRedlineSpan(MapEditContext context)