|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IListDialog
COM Interface 'IListDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that work with a dialog for displaying a list.' 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 |
IID5f399a16_0b7d_11d2_8c1e_0000f8774f55
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addString(java.lang.String choice)
Adds a string to the list that the dialog will show. |
boolean |
doModal(java.lang.String title,
int initialChoice,
int hWnd)
Displays the list dialog and lets the user select a choice. |
int |
getChoice()
The index of the string chosen (use after calling DoModal). |
Field Detail |
---|
static final int IID5f399a16_0b7d_11d2_8c1e_0000f8774f55
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addString(java.lang.String choice) throws java.io.IOException, AutomationException
choice
- The choice (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getChoice() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(java.lang.String title, int initialChoice, int hWnd) throws java.io.IOException, AutomationException
title
- The title (in)initialChoice
- The initialChoice (in)hWnd
- The hWnd (A COM typedef) (in)
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 |