|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstructionMiniBar
Provides access to controlling the construction minibar.
Use IEditor::FindExtension to access the ConstructionMiniBar. This is also known as the Feature Construction Mini Toolbar.
Use the code below to get a reference to the ConstructionMiniBar.
Method Summary | |
---|---|
void |
hide()
Hides the construction minibar. |
boolean |
isVisible()
Indicates whether the construction minibar is visible. |
void |
processKeyDown(int keyState,
int shift)
Processes keyboard input. |
void |
setActive(boolean rhs1)
Activate/Deactivate the Construction Minibar. |
void |
show(int xLoc,
int yLoc)
Shows the construction minibar. |
void |
updateTransparency(int xLoc,
int yLoc)
Updates the coordinate display and adjusts the tranparency of the window. |
Method Detail |
---|
void show(int xLoc, int yLoc) throws IOException, AutomationException
xLoc
- The xLoc (in)yLoc
- The yLoc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void hide() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateTransparency(int xLoc, int yLoc) throws IOException, AutomationException
xLoc
- The xLoc (in)yLoc
- The yLoc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void processKeyDown(int keyState, int shift) throws IOException, AutomationException
keyState
- The keyState (in)shift
- The shift (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActive(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (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 |