com.esri.arcgis.editor
Interface IConstructionMiniBar

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConstructionMiniBar

public interface IConstructionMiniBar
extends Serializable

Provides access to controlling the construction minibar.

Product Availability

Available with ArcGIS Desktop.


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

show

void show(int xLoc,
          int yLoc)
          throws IOException,
                 AutomationException
Shows the construction minibar.

Product Availability

Available with ArcGIS Desktop.

Parameters:
xLoc - The xLoc (in)
yLoc - The yLoc (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hide

void hide()
          throws IOException,
                 AutomationException
Hides the construction minibar.

Product Availability

Available with ArcGIS Desktop.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

boolean isVisible()
                  throws IOException,
                         AutomationException
Indicates whether the construction minibar is visible.

Product Availability

Available with ArcGIS Desktop.

Returns:
The vis
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateTransparency

void updateTransparency(int xLoc,
                        int yLoc)
                        throws IOException,
                               AutomationException
Updates the coordinate display and adjusts the tranparency of the window.

Product Availability

Available with ArcGIS Desktop.

Parameters:
xLoc - The xLoc (in)
yLoc - The yLoc (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

processKeyDown

void processKeyDown(int keyState,
                    int shift)
                    throws IOException,
                           AutomationException
Processes keyboard input.

Product Availability

Available with ArcGIS Desktop.

Parameters:
keyState - The keyState (in)
shift - The shift (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActive

void setActive(boolean rhs1)
               throws IOException,
                      AutomationException
Activate/Deactivate the Construction Minibar.

Product Availability

Available with ArcGIS Desktop.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.