com.esri.arcgis.arcmapui
Interface IRasterDockWin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterDockWinProxy, RasterToolsDockWin

public interface IRasterDockWin
extends java.io.Serializable

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

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 IID743cbf92_694d_41ea_8ff8_e245431f3ac3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void update()
          Updates child windows
 void updateResult(java.lang.String measure)
          Updates child windows
 

Field Detail

IID743cbf92_694d_41ea_8ff8_e245431f3ac3

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

update

void update()
            throws java.io.IOException,
                   AutomationException
Updates child windows

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

updateResult

void updateResult(java.lang.String measure)
                  throws java.io.IOException,
                         AutomationException
Updates child windows

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