com.esri.arcgis.editor
Interface ISnappingWindow

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

public interface ISnappingWindow
extends java.io.Serializable

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

Description: 'Provides access to methods for working with the snapping window.' 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 IID4fba6194_eded_11d2_9f2b_00c04f6bc979
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void hide()
          Hides the window.
 void refreshContents()
          Refreshes the contents.
 void show()
          Shows the window.
 

Field Detail

IID4fba6194_eded_11d2_9f2b_00c04f6bc979

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

show

void show()
          throws java.io.IOException,
                 AutomationException
Shows the window.

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

hide

void hide()
          throws java.io.IOException,
                 AutomationException
Hides the window.

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

refreshContents

void refreshContents()
                     throws java.io.IOException,
                            AutomationException
Refreshes the contents.

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