com.esri.arcgis.carto
Interface IOleFrame

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IOleFrameProxy, OleFrame

public interface IOleFrame
extends java.io.Serializable

COM Interface 'IOleFrame'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the members that control the Graphic Element that holds an OLE object.' 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 IIDf8fb5e03_546f_11d1_86ea_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createOleClientItem(int oleDocument)
          Valid only in MFC environment.
 void edit()
          Edit the object in-place.
 boolean editProperties()
          Show the properties dialog for the object.
 void getOleClientItem()
          Valid only in MFC environment.
 void hide()
          Stop editing the object.
 void open()
          Edit the object in a separate application window.
 

Field Detail

IIDf8fb5e03_546f_11d1_86ea_0000f8751720

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

getOleClientItem

void getOleClientItem()
                      throws java.io.IOException,
                             AutomationException
Valid only in MFC environment. Returns pointer to the COleClientItem representing the OLE object.

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

createOleClientItem

void createOleClientItem(int oleDocument)
                         throws java.io.IOException,
                                AutomationException
Valid only in MFC environment. Initialize the internal COleClientItem. Pass in a pointer to the application's COleDocument.

Parameters:
oleDocument - A COM void* (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

open

void open()
          throws java.io.IOException,
                 AutomationException
Edit the object in a separate application window.

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

edit

void edit()
          throws java.io.IOException,
                 AutomationException
Edit the object in-place.

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
Stop editing the object.

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

editProperties

boolean editProperties()
                       throws java.io.IOException,
                              AutomationException
Show the properties dialog for the object.

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