com.esri.arcgis.editor
Interface IConstructionMiniBar

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IConstructionMiniBar2
All Known Implementing Classes:
ConstructionMiniBar, IConstructionMiniBar2Proxy, IConstructionMiniBarProxy

public interface IConstructionMiniBar
extends java.io.Serializable

COM Interface 'IConstructionMiniBar'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to controlling the construction minibar.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5c3e4da8_dca5_4f6f_a659_f81c7a824d8c
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID5c3e4da8_dca5_4f6f_a659_f81c7a824d8c

static final int IID5c3e4da8_dca5_4f6f_a659_f81c7a824d8c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

show

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

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

hide

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

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

isVisible

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

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

updateTransparency

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

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

processKeyDown

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

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

setActive

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

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