com.esri.arcgis.controls
Interface IProtectNameControls

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IProtectNameControlsProxy

public interface IProtectNameControls
extends java.io.Serializable

COM Interface 'IProtectNameControls'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to dummy methods protecting name correctness.' 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 IIDbd79c1b4_dfe2_4d7f_a0e6_9ee21877035f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void display()
          display
 void protectOLE_COLOR(int aColor)
          protectOLE_COLOR
 void protectOLE_HANDLE(int aHandle)
          protectOLE_HANDLE
 

Field Detail

IIDbd79c1b4_dfe2_4d7f_a0e6_9ee21877035f

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

protectOLE_HANDLE

void protectOLE_HANDLE(int aHandle)
                       throws java.io.IOException,
                              AutomationException
protectOLE_HANDLE

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

protectOLE_COLOR

void protectOLE_COLOR(int aColor)
                      throws java.io.IOException,
                             AutomationException
protectOLE_COLOR

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

display

void display()
             throws java.io.IOException,
                    AutomationException
display

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