|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFinder
COM Interface 'IFinder'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description: 'Provides access to IFinder interface for the MxFind routine. Implement this interface to create a custom find dialog page.' 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 |
IIDd7410cc7_5239_11d2_a079_0000f8775bf9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
find(IFindCallBack pFindCallBack)
Perform find functionality. |
int |
getColumnCount()
Number of columns to display in list box. |
java.lang.String |
getColumnName(int column)
The column name. |
int |
getColumnWidth(int column)
The column width in Dialog Units (1/4 of avg. |
int |
getHWnd()
The window handle for the finder. |
IUID |
getMenuUID()
UID of menu to popup in list box. |
java.lang.String |
getName()
The control name. |
void |
initializeControl(IApplication pApplication,
IFindPanelEvents pFindEventsCallBack)
Called to initialize control. |
void |
newSearch()
New search. |
void |
stop()
User requested find to stop. |
void |
updateControl()
Called whenever ArcMap status changes. |
Field Detail |
---|
static final int IIDd7410cc7_5239_11d2_a079_0000f8775bf9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void initializeControl(IApplication pApplication, IFindPanelEvents pFindEventsCallBack) throws java.io.IOException, AutomationException
pApplication
- A reference to a com.esri.arcgis.framework.IApplication (in)pFindEventsCallBack
- A reference to a com.esri.arcgis.arcmapui.IFindPanelEvents (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateControl() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getColumnName(int column) throws java.io.IOException, AutomationException
column
- The column (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnWidth(int column) throws java.io.IOException, AutomationException
column
- The column (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getMenuUID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void find(IFindCallBack pFindCallBack) throws java.io.IOException, AutomationException
pFindCallBack
- A reference to a com.esri.arcgis.arcmapui.IFindCallBack (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stop() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void newSearch() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHWnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |