|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.framework.ModelessFrame
public class ModelessFrame
COM Class 'ModelessFrame'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description 'Object that implements a ModelessFrame.' 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 |
---|
Fields inherited from interface com.esri.arcgis.framework.IModelessFrame |
---|
IID, IID06861e43_9020_49eb_b949_824552ee2de0, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IWindowPosition |
---|
IID, IID88c995ae_64a7_43f5_bf12_88ac179b25a6, xxDummy |
Constructor Summary | |
---|---|
ModelessFrame()
Constructs a ModelessFrame using ArcGIS Engine. |
|
ModelessFrame(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ModelessFrame theModelessFrame = (ModelessFrame) obj; |
Method Summary | |
---|---|
void |
create(java.lang.Object vbForm)
Creates the modeless frame around the specified VisualBasic form object. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getCaption()
The caption of the modeless frame. |
static java.lang.String |
getClsid()
getClsid. |
int |
getHeight()
The height of the window. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLeft()
The distance between the internal left edge of the window and screen. |
int |
getState()
The state of the window. |
int |
getTop()
The distance between the internal top edge of the window and screen. |
int |
getWidth()
The width of the window. |
int |
hashCode()
the hashcode for this object |
boolean |
isVisible()
Indicates if the modeless frame is visible. |
void |
move(int left,
int top,
int width,
int height)
Moves and optionally resizes the windows in a single function. |
void |
release()
Release a ModelessFrame. |
void |
setCaption(java.lang.String pCaption)
The caption of the modeless frame. |
void |
setHeight(int height)
The height of the window. |
void |
setLeft(int left)
The distance between the internal left edge of the window and screen. |
void |
setState(int windowState)
The state of the window. |
void |
setTop(int top)
The distance between the internal top edge of the window and screen. |
void |
setVisible(boolean bVisible)
Indicates if the modeless frame is visible. |
void |
setWidth(int width)
The width of the window. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelessFrame() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ModelessFrame(java.lang.Object obj) throws java.io.IOException
ModelessFrame theModelessFrame = (ModelessFrame) obj;
obj
to ModelessFrame
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void create(java.lang.Object vbForm) throws java.io.IOException, AutomationException
create
in interface IModelessFrame
vbForm
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean bVisible) throws java.io.IOException, AutomationException
setVisible
in interface IModelessFrame
bVisible
- The bVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface IModelessFrame
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCaption(java.lang.String pCaption) throws java.io.IOException, AutomationException
setCaption
in interface IModelessFrame
pCaption
- The pCaption (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCaption() throws java.io.IOException, AutomationException
getCaption
in interface IModelessFrame
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeft(int left) throws java.io.IOException, AutomationException
setLeft
in interface IWindowPosition
left
- The left (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLeft() throws java.io.IOException, AutomationException
getLeft
in interface IWindowPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTop(int top) throws java.io.IOException, AutomationException
setTop
in interface IWindowPosition
top
- The top (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTop() throws java.io.IOException, AutomationException
getTop
in interface IWindowPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int width) throws java.io.IOException, AutomationException
setWidth
in interface IWindowPosition
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IWindowPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeight(int height) throws java.io.IOException, AutomationException
setHeight
in interface IWindowPosition
height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws java.io.IOException, AutomationException
getHeight
in interface IWindowPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void move(int left, int top, int width, int height) throws java.io.IOException, AutomationException
move
in interface IWindowPosition
left
- The left (in)top
- The top (in)width
- The width (in, optional, pass 0 if not required)height
- The height (in, optional, pass 0 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setState(int windowState) throws java.io.IOException, AutomationException
setState
in interface IWindowPosition
windowState
- A com.esri.arcgis.framework.esriWindowState constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getState() throws java.io.IOException, AutomationException
getState
in interface IWindowPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |