com.esri.arcgis.arcmapui
Interface IDissolveUI

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

public interface IDissolveUI
extends java.io.Serializable

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

Description: 'Provides access to members that dissolve features by a common attribute value.' 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 IID21a43a5f_db29_11d2_9f29_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(int parentWindow)
          Shows or hides the window.
 void setApplicationByRef(java.lang.Object rhs1)
          A reference to the application to which this window belongs.
 

Field Detail

IID21a43a5f_db29_11d2_9f29_00c04f6bc886

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

setApplicationByRef

void setApplicationByRef(java.lang.Object rhs1)
                         throws java.io.IOException,
                                AutomationException
A reference to the application to which this window belongs.

Parameters:
rhs1 - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

void doModal(int parentWindow)
             throws java.io.IOException,
                    AutomationException
Shows or hides the window.

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