com.esri.arcgis.editor
Interface IConstructionMiniBar2

All Superinterfaces:
IConstructionMiniBar, java.io.Serializable
All Known Implementing Classes:
ConstructionMiniBar, IConstructionMiniBar2Proxy

public interface IConstructionMiniBar2
extends IConstructionMiniBar, java.io.Serializable

COM Interface 'IConstructionMiniBar2'. 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 IID283251f5_ae90_40fc_bb41_f988c10bbada
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.editor.IConstructionMiniBar
IID5c3e4da8_dca5_4f6f_a659_f81c7a824d8c
 
Method Summary
 void showEx(int xLoc, int yLoc, int location)
          Shows the construction minibar.
 
Methods inherited from interface com.esri.arcgis.editor.IConstructionMiniBar
hide, isVisible, processKeyDown, setActive, show, updateTransparency
 

Field Detail

IID283251f5_ae90_40fc_bb41_f988c10bbada

static final int IID283251f5_ae90_40fc_bb41_f988c10bbada
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

showEx

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

Parameters:
xLoc - The xLoc (in)
yLoc - The yLoc (in)
location - A com.esri.arcgis.editor.esriConstructionToolbarLocation constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.