com.partnersoft.staker.actors
Class StationActor

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

public class StationActor
extends AbstractStakingActor

This is the editing actor for selected IntermediatePoint 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
StationActor(MapApp app, MapSet mapset)
           
 
Method Summary
 void convert(MapEditContext context)
           
 void delete(MapEditContext context)
           
 Ephemeron ephemeronFor(MapEditContext context)
           
 boolean isConvertSupported(MapEditContext context)
           
 boolean isDeleteSupported(MapEditContext item)
           
 boolean isMoveSupported(MapEditContext item)
           
 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

StationActor

public StationActor(MapApp app,
                    MapSet mapset)
Method Detail

isConvertSupported

public boolean isConvertSupported(MapEditContext context)

convert

public void convert(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()