com.esri.arcgis.framework
Interface IModelessFrame

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IModelessFrameProxy, ModelessFrame

public interface IModelessFrame
extends java.io.Serializable

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

Description: 'Provides access to a means of displaying modeless dialogs implemented with VisualBasic.' 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 IID06861e43_9020_49eb_b949_824552ee2de0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void create(java.lang.Object vbForm)
          Creates the modeless frame around the specified VisualBasic form object.
 java.lang.String getCaption()
          The caption of the modeless frame.
 boolean isVisible()
          Indicates if the modeless frame is visible.
 void setCaption(java.lang.String pCaption)
          The caption of the modeless frame.
 void setVisible(boolean bVisible)
          Indicates if the modeless frame is visible.
 

Field Detail

IID06861e43_9020_49eb_b949_824552ee2de0

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

create

void create(java.lang.Object vbForm)
            throws java.io.IOException,
                   AutomationException
Creates the modeless frame around the specified VisualBasic form object.

Parameters:
vbForm - 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.

setVisible

void setVisible(boolean bVisible)
                throws java.io.IOException,
                       AutomationException
Indicates if the modeless frame is visible.

Parameters:
bVisible - The bVisible (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 modeless frame is visible.

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

setCaption

void setCaption(java.lang.String pCaption)
                throws java.io.IOException,
                       AutomationException
The caption of the modeless frame.

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

getCaption

java.lang.String getCaption()
                            throws java.io.IOException,
                                   AutomationException
The caption of the modeless frame.

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