|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgProjectTool
Provides access to members that control the graphic project tool.
INgProject| Method Summary | |
|---|---|
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 |
setSpatialEnvironment(boolean pVal)
Indicates if the event occured in ArcMap. |
| Method Detail |
|---|
void mouseDown(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
throws IOException,
AutomationException
view - 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)
void mouseMove(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
throws IOException,
AutomationException
view - 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)
void mouseUp(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
throws IOException,
AutomationException
view - 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)
void dblClick(INgView view,
int button,
int shift,
int xScreen,
int yScreen,
int xWindow,
int yWindow,
double xUser,
double yUser)
throws IOException,
AutomationException
view - 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.
void keyDown(INgView view,
int keyCode,
int shift)
throws IOException,
AutomationException
view - 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)
void keyUp(INgView view,
int keyCode,
int shift)
throws IOException,
AutomationException
view - 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)
boolean isSpatialEnvironment()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialEnvironment(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
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 | ||||||||