com.esri.arcgis.arcmapui
Interface IJoinData2

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

public interface IJoinData2
extends java.io.Serializable

COM Interface 'IJoinData2'. 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 IIDc0310bf4_067f_4631_bcc4_637a5c7a5ba6
           
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 setStandaloneTableByRef(IStandaloneTable rhs1)
          Primary table to join from (removes layer setting).
 void updateUIControls()
          Updates all UI controls (used internally only).
 

Field Detail

IIDc0310bf4_067f_4631_bcc4_637a5c7a5ba6

static final int IIDc0310bf4_067f_4631_bcc4_637a5c7a5ba6
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.

setStandaloneTableByRef

void setStandaloneTableByRef(IStandaloneTable rhs1)
                             throws java.io.IOException,
                                    AutomationException
Primary table to join from (removes layer setting).

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.