|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.display.ISelectionTrackerProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ISelectionTrackerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISelectionTrackerProxy()
public ISelectionTrackerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISelectionTrackerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISelectionTrackerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setDisplayByRef(IScreenDisplay rhs1) throws java.io.IOException, AutomationException
setDisplayByRef
in interface ISelectionTracker
rhs1
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometry(IGeometry geometry) throws java.io.IOException, AutomationException
setGeometry
in interface ISelectionTracker
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getGeometry() throws java.io.IOException, AutomationException
getGeometry
in interface ISelectionTracker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getBounds(IDisplay display) throws java.io.IOException, AutomationException
getBounds
in interface ISelectionTracker
display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int queryCursor(IPoint point) throws java.io.IOException, AutomationException
queryCursor
in interface ISelectionTracker
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int hitTest(IPoint point) throws java.io.IOException, AutomationException
hitTest
in interface ISelectionTracker
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IDisplay display, int hDC, int style) throws java.io.IOException, AutomationException
draw
in interface ISelectionTracker
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onMouseDown(int button, int shift, int x, int y) throws java.io.IOException, AutomationException
onMouseDown
in interface ISelectionTracker
button
- The button (in)shift
- The shift (in)x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onMouseMove(int button, int shift, int x, int y) throws java.io.IOException, AutomationException
onMouseMove
in interface ISelectionTracker
button
- The button (in)shift
- The shift (in)x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onMouseUp(int button, int shift, int x, int y) throws java.io.IOException, AutomationException
onMouseUp
in interface ISelectionTracker
button
- The button (in)shift
- The shift (in)x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean onKeyDown(int keyCode, int shift) throws java.io.IOException, AutomationException
onKeyDown
in interface ISelectionTracker
keyCode
- The keyCode (in)shift
- The shift (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean onKeyUp(int keyCode, int shift) throws java.io.IOException, AutomationException
onKeyUp
in interface ISelectionTracker
keyCode
- The keyCode (in)shift
- The shift (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean deactivate() throws java.io.IOException, AutomationException
deactivate
in interface ISelectionTracker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocked(boolean locked) throws java.io.IOException, AutomationException
setLocked
in interface ISelectionTracker
locked
- The locked (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLocked() throws java.io.IOException, AutomationException
isLocked
in interface ISelectionTracker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowHandles(boolean showHandles) throws java.io.IOException, AutomationException
setShowHandles
in interface ISelectionTracker
showHandles
- The showHandles (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowHandles() throws java.io.IOException, AutomationException
isShowHandles
in interface ISelectionTracker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryMoveFeedback(IDisplayFeedback moveFeedback) throws java.io.IOException, AutomationException
queryMoveFeedback
in interface ISelectionTracker
moveFeedback
- A reference to a com.esri.arcgis.display.IDisplayFeedback (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryResizeFeedback(IDisplayFeedback resizeFeedback) throws java.io.IOException, AutomationException
queryResizeFeedback
in interface ISelectionTracker
resizeFeedback
- A reference to a com.esri.arcgis.display.IDisplayFeedback (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |