com.partnersoft.staker.actors
Class ViewOtherJobActor

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

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

ViewOtherJobActor

public ViewOtherJobActor(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)

isRotateSupported

public boolean isRotateSupported(MapEditContext item)

rotate

public void rotate(MapEditContext context)

isEditSupported

public boolean isEditSupported(MapEditContext context)

edit

public void edit(MapEditContext context)

ephemeronFor

public Ephemeron ephemeronFor(MapEditContext context)

listSupportedActions

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

listSupportedThings

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