com.esri.arcgis.editor
Interface IRepresentationWindow

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

public interface IRepresentationWindow
extends java.io.Serializable

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

Description: 'Provides access to methods for working with the representation properties 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 IID7788702e_5ffd_48b6_b2e9_dd2135d43b8f
           
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

IID7788702e_5ffd_48b6_b2e9_dd2135d43b8f

static final int IID7788702e_5ffd_48b6_b2e9_dd2135d43b8f
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.