com.esri.arcgis.framework
Interface INumberFormatDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INumberFormatDialogProxy, NumberFormatDialog

public interface INumberFormatDialog
extends java.io.Serializable

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

Description: 'Provides access to members that work with the number format dialog.' 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 IID88002c09_939a_11d2_ae73_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int hWnd)
          Displays the number format dialog.
 INumberFormat getNumberFormat()
          The current number format object.
 void setNumberFormat(INumberFormat format)
          The current number format object.
 

Field Detail

IID88002c09_939a_11d2_ae73_080009ec732a

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

getNumberFormat

INumberFormat getNumberFormat()
                              throws java.io.IOException,
                                     AutomationException
The current number format object.

Returns:
A reference to a com.esri.arcgis.system.INumberFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberFormat

void setNumberFormat(INumberFormat format)
                     throws java.io.IOException,
                            AutomationException
The current number format object.

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

doModal

boolean doModal(int hWnd)
                throws java.io.IOException,
                       AutomationException
Displays the number format dialog.

Parameters:
hWnd - The hWnd (A COM typedef) (in)
Returns:
The okPressed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.