com.esri.arcgis.arcmapui
Interface IJoinPages

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

public interface IJoinPages
extends java.io.Serializable

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

Description: 'Provides access to members that control which pages are shown.' 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 IID062453b6_4896_4cb6_8d90_13be49779810
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setShowJoinAttributePage(boolean rhs1)
          Indicates if attribute page is shown.
 void setShowJoinLocationPage(boolean rhs1)
          Indicates if location page is shown.
 void setShowJoinRelationshipPage(boolean rhs1)
          Indicates if relationship page is shown.
 

Field Detail

IID062453b6_4896_4cb6_8d90_13be49779810

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

setShowJoinAttributePage

void setShowJoinAttributePage(boolean rhs1)
                              throws java.io.IOException,
                                     AutomationException
Indicates if attribute page is shown. Default: True.

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

setShowJoinRelationshipPage

void setShowJoinRelationshipPage(boolean rhs1)
                                 throws java.io.IOException,
                                        AutomationException
Indicates if relationship page is shown. Default: True. If no relationships are present for layer, page will not be shown.

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

setShowJoinLocationPage

void setShowJoinLocationPage(boolean rhs1)
                             throws java.io.IOException,
                                    AutomationException
Indicates if location page is shown. Default: True.

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