com.esri.arcgis.geodatabaseui
Interface ITableControlWidth

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableControlWidthProxy, TableView

public interface ITableControlWidth
extends java.io.Serializable

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

Description: 'Provides access to members that control the table once it has been 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 IIDb74c691e_c7af_11d3_9f80_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFullTableWidth()
          Table width of all columns, and scroll bars.
 int getRecommendMinimumTableWidth()
          Recommend minimum table width, that will ensure all controls can be seen.
 

Field Detail

IIDb74c691e_c7af_11d3_9f80_00c04f6bc886

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

getFullTableWidth

int getFullTableWidth()
                      throws java.io.IOException,
                             AutomationException
Table width of all columns, and scroll bars.

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

getRecommendMinimumTableWidth

int getRecommendMinimumTableWidth()
                                  throws java.io.IOException,
                                         AutomationException
Recommend minimum table width, that will ensure all controls can be seen.

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