com.esri.arcgis.arcmapui
Interface IJoinData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IJoinDataProxy, JoinData

public interface IJoinData
extends java.io.Serializable

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

Description: 'Provides access to members that join a feature class or a table to a layer/standalone table in ArcMap.' 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 IIDf45abefb_9a92_11d2_a089_0000f8775bf9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(int parentWindow)
          Shows modal window.
 void setApplicationByRef(java.lang.Object rhs1)
          The application to which this window belongs (Optional).
 void setLayerByRef(ILayer rhs1)
          Primary layer to join from (removes standalone table setting).
 void updateUIControls()
          Updates all UI controls (used internally only).
 

Field Detail

IIDf45abefb_9a92_11d2_a089_0000f8775bf9

static final int IIDf45abefb_9a92_11d2_a089_0000f8775bf9
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
The application to which this window belongs (Optional).

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.

setLayerByRef

void setLayerByRef(ILayer rhs1)
                   throws java.io.IOException,
                          AutomationException
Primary layer to join from (removes standalone table setting).

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.ILayer (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 modal 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.

updateUIControls

void updateUIControls()
                      throws java.io.IOException,
                             AutomationException
Updates all UI controls (used internally only).

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