com.esri.arcgis.arcglobe
Interface IGMxApplicationAdmin

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

public interface IGMxApplicationAdmin
extends java.io.Serializable

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

Description: 'IGMxApplicationAdmin interface.' 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 IIDb461cde4_216d_11d6_b2b3_00508bcdde28
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getGlobalWindow(int[] hwnd)
          Get the Global window.
 int getRecentFilesCount()
          The number of recent files.
 void getTOCWindow(int[] hwnd)
          Get the TOC window.
 void setRecentFilesCount(int count)
          The number of recent files.
 void updateStatusBarMessage()
          Updates status bar message when selection or view changes.
 

Field Detail

IIDb461cde4_216d_11d6_b2b3_00508bcdde28

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

getRecentFilesCount

int getRecentFilesCount()
                        throws java.io.IOException,
                               AutomationException
The number of recent files.

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

setRecentFilesCount

void setRecentFilesCount(int count)
                         throws java.io.IOException,
                                AutomationException
The number of recent files.

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

updateStatusBarMessage

void updateStatusBarMessage()
                            throws java.io.IOException,
                                   AutomationException
Updates status bar message when selection or view changes.

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

getTOCWindow

void getTOCWindow(int[] hwnd)
                  throws java.io.IOException,
                         AutomationException
Get the TOC window.

Parameters:
hwnd - The hwnd (A COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGlobalWindow

void getGlobalWindow(int[] hwnd)
                     throws java.io.IOException,
                            AutomationException
Get the Global window.

Parameters:
hwnd - The hwnd (A COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.