com.esri.arcgis.datasourcesraster
Interface IFolderSort

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFolderSortProxy

public interface IFolderSort
extends java.io.Serializable

COM Interface 'IFolderSort'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a folder content sorter.' 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 IIDc4872b0f_1bfe_4d8c_905a_0e77eb600de7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void sort(IStringArray pFolderContents)
          Reorders the content of a folder.
 

Field Detail

IIDc4872b0f_1bfe_4d8c_905a_0e77eb600de7

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

sort

void sort(IStringArray pFolderContents)
          throws java.io.IOException,
                 AutomationException
Reorders the content of a folder.

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