|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.FindFeatures
public class FindFeatures
COM Class 'FindFeatures'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Provides access to FindFeatures. Create a class with this interface (and add to category) for 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 |
---|
Fields inherited from interface com.esri.arcgis.arcmapui.IFinder |
---|
IID, IIDd7410cc7_5239_11d2_a079_0000f8775bf9, xxDummy |
Constructor Summary | |
---|---|
FindFeatures()
Constructs a FindFeatures using ArcGIS Engine. |
|
FindFeatures(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FindFeatures theFindFeatures = (FindFeatures) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
find(IFindCallBack pFindCallBack)
Perform find functionality. |
static java.lang.String |
getClsid()
getClsid. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IUID |
getMenuUID()
UID of menu to popup in list box. |
java.lang.String |
getName()
The control name. |
int |
hashCode()
the hashcode for this object |
void |
initializeControl(IApplication pApplication,
IFindPanelEvents pFindEventsCallBack)
Called to initialize control. |
void |
newSearch()
New search. |
void |
release()
Release a FindFeatures. |
void |
stop()
User requested find to stop. |
void |
updateControl()
Called whenever ArcMap status changes. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindFeatures() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic FindFeatures(java.lang.Object obj) throws java.io.IOException
FindFeatures theFindFeatures = (FindFeatures) obj;
obj
to FindFeatures
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void initializeControl(IApplication pApplication, IFindPanelEvents pFindEventsCallBack) throws java.io.IOException, AutomationException
initializeControl
in interface IFinder
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.public void updateControl() throws java.io.IOException, AutomationException
updateControl
in interface IFinder
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IFinder
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnCount() throws java.io.IOException, AutomationException
getColumnCount
in interface IFinder
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getColumnName(int column) throws java.io.IOException, AutomationException
getColumnName
in interface IFinder
column
- The column (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnWidth(int column) throws java.io.IOException, AutomationException
getColumnWidth
in interface IFinder
column
- The column (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getMenuUID() throws java.io.IOException, AutomationException
getMenuUID
in interface IFinder
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void find(IFindCallBack pFindCallBack) throws java.io.IOException, AutomationException
find
in interface IFinder
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.public void stop() throws java.io.IOException, AutomationException
stop
in interface IFinder
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void newSearch() throws java.io.IOException, AutomationException
newSearch
in interface IFinder
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws java.io.IOException, AutomationException
getHWnd
in interface IFinder
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 |