com.esri.arcgis.arcmapui
Interface INewDocumentDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INewDocumentDialogProxy, NewDocumentDialog

public interface INewDocumentDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the new document 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 IID3a124166_e8b0_44ef_ba25_b8d90a7c061b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentHWnd)
          Shows the new document dialog.
 IWorkspaceName getDatabase()
          The database for the document.
 java.lang.String getFilePath()
          The selected document.
 

Field Detail

IID3a124166_e8b0_44ef_ba25_b8d90a7c061b

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

doModal

boolean doModal(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Shows the new document dialog.

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

getFilePath

java.lang.String getFilePath()
                             throws java.io.IOException,
                                    AutomationException
The selected document.

Returns:
The fileName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatabase

IWorkspaceName getDatabase()
                           throws java.io.IOException,
                                  AutomationException
The database for the document.

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