com.esri.arcgis.geoprocessing
Interface IMdElementDialogSupport

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

public interface IMdElementDialogSupport
extends java.io.Serializable

COM Interface 'IMdElementDialogSupport'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to support methods on the element dialog.' 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 IID14e33f2b_0ccf_48c8_a393_3cfd49766933
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getStylesheet()
          The overriding stylesheet to use to display the dialog for this object.
 void setStylesheet(java.lang.String stylesheet)
          The overriding stylesheet to use to display the dialog for this object.
 

Field Detail

IID14e33f2b_0ccf_48c8_a393_3cfd49766933

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

getStylesheet

java.lang.String getStylesheet()
                               throws java.io.IOException,
                                      AutomationException
The overriding stylesheet to use to display the dialog for this object.

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

setStylesheet

void setStylesheet(java.lang.String stylesheet)
                   throws java.io.IOException,
                          AutomationException
The overriding stylesheet to use to display the dialog for this object.

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