com.esri.arcgis.catalogUI
Interface IGxDocumentationView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxDocumentationView, IGxDocumentationViewProxy

public interface IGxDocumentationView
extends java.io.Serializable

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

Description: 'Provides access to members that edit metadata.' 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 IIDda1862eb_95f8_11d2_af67_080009ec734b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void edit()
          Opens the current metadata editor.
 void editProperties()
          Opens the Metadata Properties dialog box.
 void synchronize()
          Writes the current property values to the metadata.
 

Field Detail

IIDda1862eb_95f8_11d2_af67_080009ec734b

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

edit

void edit()
          throws java.io.IOException,
                 AutomationException
Opens the current metadata editor.

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

editProperties

void editProperties()
                    throws java.io.IOException,
                           AutomationException
Opens the Metadata Properties dialog box.

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

synchronize

void synchronize()
                 throws java.io.IOException,
                        AutomationException
Writes the current property values to the metadata.

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