com.esri.arcgis.display
Class ISelectionTrackerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.ISelectionTrackerProxy
All Implemented Interfaces:
ISelectionTracker, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ICalloutTrackerProxy

Deprecated. Internal use only. Proxy for COM Interface 'ISelectionTracker'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the managing of selection handle tracking.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class ISelectionTrackerProxy
extends com.esri.arcgis.interop.Dispatch
implements ISelectionTracker, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.display.ISelectionTracker
IID, IIDe6bdb00c_4d35_11d0_98be_00805f7ced21
 
Constructor Summary
  ISelectionTrackerProxy()
          Deprecated. For internal use only
  ISelectionTrackerProxy(java.lang.Object obj)
          Deprecated.  
protected ISelectionTrackerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISelectionTrackerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISelectionTrackerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 boolean deactivate()
          Deprecated. Cancel tracking.
 void draw(IDisplay display, int hDC, int style)
          Deprecated. Draw selection indicater.
 IEnvelope getBounds(IDisplay display)
          Deprecated. The area covered by the tracker including handles.
 IGeometry getGeometry()
          Deprecated. Geometry used for tracking feedback.
 int hitTest(IPoint point)
          Deprecated. Check if mouse is over tracker.
 boolean isLocked()
          Deprecated. Indicates if the tracker is locked or not.
 boolean isShowHandles()
          Deprecated. Indicates if the tracker is showing handles or not.
 boolean onKeyDown(int keyCode, int shift)
          Deprecated. Special keypress processing while tracking.
 boolean onKeyUp(int keyCode, int shift)
          Deprecated. Special keypress processing while tracking.
 void onMouseDown(int button, int shift, int x, int y)
          Deprecated. Begin tracking move or resize based on the location of the mouse over the tracker handles.
 void onMouseMove(int button, int shift, int x, int y)
          Deprecated. In process move or resize tracking.
 void onMouseUp(int button, int shift, int x, int y)
          Deprecated. Finish move or resize tracking.
 int queryCursor(IPoint point)
          Deprecated. If the mouse is over the tracker, return an HCURSOR to indicate legal operations based on mouse's relation to selection handles: move resize, etc.
 void queryMoveFeedback(IDisplayFeedback moveFeedback)
          Deprecated. The move feedback for the selection tracker.
 void queryResizeFeedback(IDisplayFeedback resizeFeedback)
          Deprecated. The resize feedback for the selection tracker.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDisplayByRef(IScreenDisplay rhs1)
          Deprecated. The display used by the tracker.
 void setGeometry(IGeometry geometry)
          Deprecated. Geometry used for tracking feedback.
 void setLocked(boolean locked)
          Deprecated. Indicates if the tracker is locked or not.
 void setShowHandles(boolean showHandles)
          Deprecated. Indicates if the tracker is showing handles or not.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISelectionTrackerProxy

public ISelectionTrackerProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISelectionTrackerProxy

public ISelectionTrackerProxy()
Deprecated. 
For internal use only


ISelectionTrackerProxy

public ISelectionTrackerProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISelectionTrackerProxy

protected ISelectionTrackerProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISelectionTrackerProxy

protected ISelectionTrackerProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setDisplayByRef

public void setDisplayByRef(IScreenDisplay rhs1)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The display used by the tracker.

Specified by:
setDisplayByRef in interface ISelectionTracker
Parameters:
rhs1 - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometry

public void setGeometry(IGeometry geometry)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Geometry used for tracking feedback.

Specified by:
setGeometry in interface ISelectionTracker
Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometry

public IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Geometry used for tracking feedback.

Specified by:
getGeometry in interface ISelectionTracker
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBounds

public IEnvelope getBounds(IDisplay display)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The area covered by the tracker including handles.

Specified by:
getBounds in interface ISelectionTracker
Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryCursor

public int queryCursor(IPoint point)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
If the mouse is over the tracker, return an HCURSOR to indicate legal operations based on mouse's relation to selection handles: move resize, etc. Return 0 if mouse isn't over tracker.

Specified by:
queryCursor in interface ISelectionTracker
Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
The cursor (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hitTest

public int hitTest(IPoint point)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Check if mouse is over tracker. Return a TrackerLocation to indicate which handle mouse is over.

Specified by:
hitTest in interface ISelectionTracker
Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
A com.esri.arcgis.display.esriTrackerLocation constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

draw

public void draw(IDisplay display,
                 int hDC,
                 int style)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Draw selection indicater. Usually a color outline with selection handles.

Specified by:
draw in interface ISelectionTracker
Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
hDC - The hDC (A COM typedef) (in)
style - A com.esri.arcgis.display.esriTrackerStyle constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMouseDown

public void onMouseDown(int button,
                        int shift,
                        int x,
                        int y)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Begin tracking move or resize based on the location of the mouse over the tracker handles.

Specified by:
onMouseDown in interface ISelectionTracker
Parameters:
button - The button (in)
shift - The shift (in)
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMouseMove

public void onMouseMove(int button,
                        int shift,
                        int x,
                        int y)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
In process move or resize tracking.

Specified by:
onMouseMove in interface ISelectionTracker
Parameters:
button - The button (in)
shift - The shift (in)
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMouseUp

public void onMouseUp(int button,
                      int shift,
                      int x,
                      int y)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Finish move or resize tracking.

Specified by:
onMouseUp in interface ISelectionTracker
Parameters:
button - The button (in)
shift - The shift (in)
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onKeyDown

public boolean onKeyDown(int keyCode,
                         int shift)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Special keypress processing while tracking.

Specified by:
onKeyDown in interface ISelectionTracker
Parameters:
keyCode - The keyCode (in)
shift - The shift (in)
Returns:
The complete
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onKeyUp

public boolean onKeyUp(int keyCode,
                       int shift)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Special keypress processing while tracking.

Specified by:
onKeyUp in interface ISelectionTracker
Parameters:
keyCode - The keyCode (in)
shift - The shift (in)
Returns:
The complete
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deactivate

public boolean deactivate()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Cancel tracking.

Specified by:
deactivate in interface ISelectionTracker
Returns:
The complete
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocked

public void setLocked(boolean locked)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the tracker is locked or not. Locked means nodes cannot be moved.

Specified by:
setLocked in interface ISelectionTracker
Parameters:
locked - The locked (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLocked

public boolean isLocked()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if the tracker is locked or not. Locked means nodes cannot be moved.

Specified by:
isLocked in interface ISelectionTracker
Returns:
The locked
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowHandles

public void setShowHandles(boolean showHandles)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the tracker is showing handles or not.

Specified by:
setShowHandles in interface ISelectionTracker
Parameters:
showHandles - The showHandles (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowHandles

public boolean isShowHandles()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the tracker is showing handles or not.

Specified by:
isShowHandles in interface ISelectionTracker
Returns:
The showHandles
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryMoveFeedback

public void queryMoveFeedback(IDisplayFeedback moveFeedback)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The move feedback for the selection tracker.

Specified by:
queryMoveFeedback in interface ISelectionTracker
Parameters:
moveFeedback - A reference to a com.esri.arcgis.display.IDisplayFeedback (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryResizeFeedback

public void queryResizeFeedback(IDisplayFeedback resizeFeedback)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The resize feedback for the selection tracker.

Specified by:
queryResizeFeedback in interface ISelectionTracker
Parameters:
resizeFeedback - A reference to a com.esri.arcgis.display.IDisplayFeedback (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.