com.esri.arcgis.arcmapui
Interface IDataWindow2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BAImageInsetWindow, IDataWindow2Proxy, ImageInsetWindow, MapInsetWindow, OverviewWindow, TableWindow

public interface IDataWindow2
extends java.io.Serializable

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

Description: 'Provides access to members that control popup windows that show map data.' 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 IID04dbd418_aee2_11d1_8750_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void destroy()
          Close and destroy the window.
 int getHWnd()
          The window's handle.
 java.lang.String getTag()
          For developer use.
 boolean isDockable()
          Indicates if the window is dockable.
 boolean isEnableContextMenu()
          Indicates if the context menu should be enabled.
 boolean isVisible()
          Indicates if the window is visible.
 void putPosition(int left, int top, int right, int bottom)
          The window's position in screen pixels.
 void queryPosition(int[] left, int[] top, int[] right, int[] bottom)
          The window's position in screen pixels.
 void refresh()
          Cause the window to redraw.
 void setApplicationByRef(java.lang.Object rhs1)
          Provides the window with a reference to the application.
 void setEnableContextMenu(boolean enable)
          Indicates if the context menu should be enabled.
 void setTag(java.lang.String tag)
          For developer use.
 void show(boolean show)
          Indicates if the window is shown.
 

Field Detail

IID04dbd418_aee2_11d1_8750_0000f8751720

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

setApplicationByRef

void setApplicationByRef(java.lang.Object rhs1)
                         throws java.io.IOException,
                                AutomationException
Provides the window with a reference to the application.

Parameters:
rhs1 - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHWnd

int getHWnd()
            throws java.io.IOException,
                   AutomationException
The window's handle.

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

queryPosition

void queryPosition(int[] left,
                   int[] top,
                   int[] right,
                   int[] bottom)
                   throws java.io.IOException,
                          AutomationException
The window's position in screen pixels.

Parameters:
left - The left (out: use single element array)
top - The top (out: use single element array)
right - The right (out: use single element array)
bottom - The bottom (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putPosition

void putPosition(int left,
                 int top,
                 int right,
                 int bottom)
                 throws java.io.IOException,
                        AutomationException
The window's position in screen pixels.

Parameters:
left - The left (in)
top - The top (in)
right - The right (in)
bottom - The bottom (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if the window is visible.

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

isDockable

boolean isDockable()
                   throws java.io.IOException,
                          AutomationException
Indicates if the window is dockable.

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

show

void show(boolean show)
          throws java.io.IOException,
                 AutomationException
Indicates if the window is shown.

Parameters:
show - The show (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

void refresh()
             throws java.io.IOException,
                    AutomationException
Cause the window to redraw.

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

getTag

java.lang.String getTag()
                        throws java.io.IOException,
                               AutomationException
For developer use.

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

setTag

void setTag(java.lang.String tag)
            throws java.io.IOException,
                   AutomationException
For developer use.

Parameters:
tag - The tag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnableContextMenu

boolean isEnableContextMenu()
                            throws java.io.IOException,
                                   AutomationException
Indicates if the context menu should be enabled.

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

setEnableContextMenu

void setEnableContextMenu(boolean enable)
                          throws java.io.IOException,
                                 AutomationException
Indicates if the context menu should be enabled.

Parameters:
enable - The enable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

destroy

void destroy()
             throws java.io.IOException,
                    AutomationException
Close and destroy the window.

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