com.esri.arcgis.catalogUI
Interface IGxContentsViewColumn

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxContentsViewColumn, IGxContentsViewColumnProxy

public interface IGxContentsViewColumn
extends java.io.Serializable

COM Interface 'IGxContentsViewColumn'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the GxContentsViewColumn.' 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 IID22e48ec9_f92d_11d3_a68d_0008c7d3ae8d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCaption()
          The caption of the column.
 java.lang.String getPropertyName()
          The property name.
 int getWidth()
          The width of the column.
 boolean isIntrinsic()
          Indicates if intrinsic.
 boolean isVisible()
          Indicates if visible.
 void setCaption(java.lang.String pCaption)
          The caption of the column.
 void setIntrinsic(boolean pIntrinsic)
          Indicates if intrinsic.
 void setPropertyName(java.lang.String pPropName)
          The property name.
 void setVisible(boolean pVisible)
          Indicates if visible.
 void setWidth(int pWidth)
          The width of the column.
 

Field Detail

IID22e48ec9_f92d_11d3_a68d_0008c7d3ae8d

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

getCaption

java.lang.String getCaption()
                            throws java.io.IOException,
                                   AutomationException
The caption of the column.

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

setCaption

void setCaption(java.lang.String pCaption)
                throws java.io.IOException,
                       AutomationException
The caption of the column.

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

getPropertyName

java.lang.String getPropertyName()
                                 throws java.io.IOException,
                                        AutomationException
The property name.

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

setPropertyName

void setPropertyName(java.lang.String pPropName)
                     throws java.io.IOException,
                            AutomationException
The property name.

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The width of the column.

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

setWidth

void setWidth(int pWidth)
              throws java.io.IOException,
                     AutomationException
The width of the column.

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

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if visible.

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

setVisible

void setVisible(boolean pVisible)
                throws java.io.IOException,
                       AutomationException
Indicates if visible.

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

isIntrinsic

boolean isIntrinsic()
                    throws java.io.IOException,
                           AutomationException
Indicates if intrinsic.

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

setIntrinsic

void setIntrinsic(boolean pIntrinsic)
                  throws java.io.IOException,
                         AutomationException
Indicates if intrinsic.

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