com.esri.arcgis.catalogUI
Interface IMetadataEditor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMetadataEditorProxy

public interface IMetadataEditor
extends java.io.Serializable

COM Interface 'IMetadataEditor'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that define a metadata editor.' 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 IID7ad0da09_0d4a_11d3_a626_0008c7d3ae50
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean edit(IPropertySet props, int hWnd)
          Shows the metadata editor and indicates if the metadata property set was modified.
 java.lang.String getName()
          Name of the metadata editor.
 

Field Detail

IID7ad0da09_0d4a_11d3_a626_0008c7d3ae50

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the metadata editor.

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

edit

boolean edit(IPropertySet props,
             int hWnd)
             throws java.io.IOException,
                    AutomationException
Shows the metadata editor and indicates if the metadata property set was modified.

Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
The pOk
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.