|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.INgProjectToolProxy
public class INgProjectToolProxy
Provides access to members that control the graphic project tool.
INgProject,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
INgProjectToolProxy()
|
|
INgProjectToolProxy(Object obj)
|
protected |
INgProjectToolProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
dblClick(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
Occurs when a mouse button is double clicked when the project tool is active. |
boolean |
isSpatialEnvironment()
Indicates if the event occured in ArcMap. |
void |
keyDown(INgView view,
int keyCode,
int shift)
Occurs when a key on the keyboard is pressed when the project tool is active. |
void |
keyUp(INgView view,
int keyCode,
int shift)
Occurs when a key on the keyboard is released when the project tool is active. |
void |
mouseDown(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
Occurs when a mouse button is pressed when the project tool is active. |
void |
mouseMove(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
Occurs when the mouse is moved when the project tool is active. |
void |
mouseUp(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
Occurs when a mouse button is released when the project tool is active. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setSpatialEnvironment(boolean pVal)
Indicates if the event occured in ArcMap. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public INgProjectToolProxy()
public INgProjectToolProxy(Object obj)
throws IOException
IOException
protected INgProjectToolProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void mouseDown(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
throws IOException,
AutomationException
mouseDown in interface INgProjectToolview - A reference to a com.esri.arcgis.schematic.INgView (in)button - The button (in)shift - The shift (in)xScreen - The xScreen (in)yScreen - The yScreen (in)xWindow - The xWindow (in)yWindow - The yWindow (in)xUser - The xUser (in)yUser - The yUser (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectTool.mouseUp(com.esri.arcgis.schematic.INgView, int, int, int, int, int, int, double, double),
INgProjectTool.mouseMove(com.esri.arcgis.schematic.INgView, int, int, int, int, int, int, double, double)
public void mouseMove(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
throws IOException,
AutomationException
mouseMove in interface INgProjectToolview - A reference to a com.esri.arcgis.schematic.INgView (in)button - The button (in)shift - The shift (in)xScreen - The xScreen (in)yScreen - The yScreen (in)xWindow - The xWindow (in)yWindow - The yWindow (in)xUser - The xUser (in)yUser - The yUser (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectTool.mouseDown(com.esri.arcgis.schematic.INgView, int, int, int, int, int, int, double, double),
INgProjectTool.mouseUp(com.esri.arcgis.schematic.INgView, int, int, int, int, int, int, double, double)
public void mouseUp(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
throws IOException,
AutomationException
mouseUp in interface INgProjectToolview - A reference to a com.esri.arcgis.schematic.INgView (in)button - The button (in)shift - The shift (in)xScreen - The xScreen (in)yScreen - The yScreen (in)xWindow - The xWindow (in)yWindow - The yWindow (in)xUser - The xUser (in)yUser - The yUser (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectTool.mouseDown(com.esri.arcgis.schematic.INgView, int, int, int, int, int, int, double, double),
INgProjectTool.mouseMove(com.esri.arcgis.schematic.INgView, int, int, int, int, int, int, double, double)
public void dblClick(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
throws IOException,
AutomationException
dblClick in interface INgProjectToolview - A reference to a com.esri.arcgis.schematic.INgView (in)button - The button (in)shift - The shift (in)xScreen - The xScreen (in)yScreen - The yScreen (in)xWindow - The xWindow (in)yWindow - The yWindow (in)xUser - The xUser (in)yUser - The yUser (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void keyDown(INgView view,
int keyCode,
int shift)
throws IOException,
AutomationException
keyDown in interface INgProjectToolview - A reference to a com.esri.arcgis.schematic.INgView (in)keyCode - The keyCode (in)shift - The shift (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectTool.keyUp(com.esri.arcgis.schematic.INgView, int, int)
public void keyUp(INgView view,
int keyCode,
int shift)
throws IOException,
AutomationException
keyUp in interface INgProjectToolview - A reference to a com.esri.arcgis.schematic.INgView (in)keyCode - The keyCode (in)shift - The shift (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectTool.keyDown(com.esri.arcgis.schematic.INgView, int, int)
public boolean isSpatialEnvironment()
throws IOException,
AutomationException
isSpatialEnvironment in interface INgProjectToolIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialEnvironment(boolean pVal)
throws IOException,
AutomationException
setSpatialEnvironment in interface INgProjectToolpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||