|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.arccatalog.Application
public class Application
COM Class 'Application'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriArcCatalog.olb'
Description 'Esri ArcCatalog Application.' 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.catalogUI.IGxApplication |
---|
IID, IIDd1bf6a01_7a1c_11d0_b77d_00805f7ced21, xxDummy |
Fields inherited from interface com.esri.arcgis.catalogUI.IGxViewContainer |
---|
IID, IIDe7e3da73_f904_11d3_a68c_0008c7d3ae8d, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IExtensionManager |
---|
IID, IID05c71634_d9d5_4d6f_b68e_d7661142fa06, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IMultiThreadedApplication |
---|
IID, IID34709a45_8e39_4397_a0cf_63963e5f52e4, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IDockableWindowManager |
---|
IID, IID3ee6d0c2_e3f2_11d3_a679_0008c7df97b9, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IVbaApplication |
---|
IID, IIDd7ee3483_004d_11d4_9fe7_00c04f6bc78e, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IWindowPosition |
---|
IID, IID88c995ae_64a7_43f5_bf12_88ac179b25a6, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IApplicationStatus |
---|
IID, IID0573d2f5_a2a0_4ef6_bdf7_416097472c8d, xxDummy |
Constructor Summary | |
---|---|
Application()
Constructs a Application using ArcGIS Engine. |
|
Application(java.lang.Object obj)
Construct a Application using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addIApplicationStatusEventsListener(IApplicationStatusEvents theListener)
addIApplicationStatusEventsListener. |
void |
createCodeModule(java.lang.String docName,
java.lang.String moduleName)
Creates a code module in the specified VBA project. |
void |
deleteSelection()
Deletes the current selection. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
expandSelection()
Expands the current selection. |
IExtension |
findExtension(java.lang.Object nameOrID)
Finds the extension by CLSID (IUID) or name (String). |
IExtension |
findExtensionByCLSID(IUID extensionCLSID)
Finds an extension by its CLSID. |
IExtension |
findExtensionByName(java.lang.String extensionName)
Finds an extension by its name. |
IGxView |
findView(IUID pUID,
boolean bRecursive)
Finds a view by CLSID. |
IEnvelope |
getAreaOfInterest()
The default area of interest for the application. |
java.lang.String |
getCaption()
The caption of this application. |
IGxCatalog |
getCatalog()
The current catalog. |
static java.lang.String |
getClsid()
getClsid. |
ICommandItem |
getCurrentTool()
The currently selected tool. |
IDockableWindow |
getDockableWindow(IUID dockWnd)
Finds a dockable window looking first in the collection and then in the category. |
IDocument |
getDocument()
The document that is currently loaded in the application. |
IExtension |
getExtension(int index)
The extension at the specified index. |
IUID |
getExtensionCLSID(int index)
The CLSID of the extension at the specified index. |
int |
getExtensionCount()
The number of extensions loaded in the application. |
int |
getHeight()
The height of the window. |
int |
getHWnd()
The handle of the application's 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. |
java.lang.String |
getName()
The name of this application. |
int |
getProcessID()
The process ID for the application. |
IGxObject |
getSelectedObject()
The first selected object, or the location if no objects are selected. |
IGxSelection |
getSelection()
The selection of application. |
int |
getState()
The state of the window. |
IStatusBar |
getStatusBar()
The statusbar of this application. |
ITemplates |
getTemplates()
The templates collection. |
int |
getTop()
The distance between the internal top edge of the window and screen. |
IGxTreeView |
getTreeView()
The tree view. |
java.lang.Object |
getVBE()
The Visual Basic Environment. |
IGxView |
getView()
The current view. |
IUID |
getViewClassID()
The current view's class ID. |
IEnumGxView |
getViews()
All Gxviews in the application. |
int |
getWidth()
The width of the window. |
int |
hashCode()
the hashcode for this object |
void |
insertCode(java.lang.String docName,
java.lang.String moduleName,
java.lang.String codeText)
Inserts code into the specified module. |
boolean |
isCanDeleteSelection()
Indicates if the current selection can be deleted. |
boolean |
isCanRenameSelection()
Indicates if the current selection can be renamed. |
boolean |
isDialogVisible(int dialogID)
Indicates if the specified dialog is visible in the application. |
boolean |
isInitialized()
Is the application initialized. |
boolean |
isVisible()
Indicates if the application window is visible. |
void |
lockCustomization(java.lang.String password,
ICustomizationFilter custFilter)
Locks the application's user interface against any customizations. |
void |
move(int left,
int top,
int width,
int height)
Moves and optionally resizes the windows in a single function. |
void |
newDocument(boolean selectTemplate,
java.lang.String templatePath)
Creates a new document in this application. |
void |
openDocument(java.lang.String path)
Opens a document in this application. |
void |
printDocument()
Displays the Print dialog. |
void |
printPreview()
Displays how the document will look like when it is printed. |
void |
refresh(java.lang.String startingPath)
Refreshes the catalog tree starting at the specified path. |
void |
refreshWindow()
Redraws the application window. |
int |
registerThreadManager(IDllThreadManager pThreadMgr)
Registers a DLL thread manager with the application. |
void |
release()
Release a Application. |
void |
removeCodeModule(java.lang.String docName,
java.lang.String moduleName)
Removes a code module from the specified VBA project. |
void |
removeIApplicationStatusEventsListener(IApplicationStatusEvents theListener)
removeIApplicationStatusEventsListener. |
void |
renameSelection()
Renames the current selection. |
java.lang.Object |
runVBAMacro(java.lang.String docName,
java.lang.String moduleName,
java.lang.String macroName,
java.lang.Object arguments)
Runs the specified VBA macro. |
void |
saveAsDocument(java.lang.String saveAsPath,
boolean saveAsCopy)
Saves the document that is currently open in this application to a different file. |
void |
saveDocument(java.lang.String saveAsPath)
Saves the document that is currently open in this application. |
void |
setAreaOfInterest(IEnvelope aoi)
The default area of interest for the application. |
void |
setCaption(java.lang.String caption)
The caption of this application. |
void |
setCurrentToolByRef(ICommandItem tool)
The currently selected tool. |
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 |
setLocation(java.lang.String rhs1)
The location to the specified path. |
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 |
setViewClassID(IUID viewClassID)
The current view's class ID. |
void |
setVisible(boolean visible)
Indicates if the application window is visible. |
void |
setWidth(int width)
The width of the window. |
void |
showContextMenu(int x,
int y)
Displays a context menu for the current selection. |
java.lang.Object |
showDialog(int dialogID,
java.lang.Object bShow)
Displays the specified dialog in the application. |
void |
shutdown()
Terminates the application. |
void |
unlockCustomization(java.lang.String password)
Unlocks previous user interface customization lock. |
void |
unregisterThreadManager(int mgrCookie)
Unregisters a DLL thread manager with the application. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Application() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic Application(java.lang.Object obj) throws java.io.IOException
obj
to Application
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
Application theApplication = (Application) obj;
Method 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 addIApplicationStatusEventsListener(IApplicationStatusEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.framework.IApplicationStatusEvents interface.
java.io.IOException
- If there are communications problems.public void removeIApplicationStatusEventsListener(IApplicationStatusEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.framework.IApplicationStatusEvents interface.
java.io.IOException
- If there are communications problems.public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDocument getDocument() throws java.io.IOException, AutomationException
getDocument
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStatusBar getStatusBar() throws java.io.IOException, AutomationException
getStatusBar
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object showDialog(int dialogID, java.lang.Object bShow) throws java.io.IOException, AutomationException
showDialog
in interface IApplication
dialogID
- The dialogID (in)bShow
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDialogVisible(int dialogID) throws java.io.IOException, AutomationException
isDialogVisible
in interface IApplication
dialogID
- The dialogID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICommandItem getCurrentTool() throws java.io.IOException, AutomationException
getCurrentTool
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentToolByRef(ICommandItem tool) throws java.io.IOException, AutomationException
setCurrentToolByRef
in interface IApplication
tool
- A reference to a com.esri.arcgis.framework.ICommandItem (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getVBE() throws java.io.IOException, AutomationException
getVBE
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void newDocument(boolean selectTemplate, java.lang.String templatePath) throws java.io.IOException, AutomationException
newDocument
in interface IApplication
selectTemplate
- The selectTemplate (in, optional, pass false if not required)templatePath
- The templatePath (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void openDocument(java.lang.String path) throws java.io.IOException, AutomationException
openDocument
in interface IApplication
path
- The path (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveDocument(java.lang.String saveAsPath) throws java.io.IOException, AutomationException
saveDocument
in interface IApplication
saveAsPath
- The saveAsPath (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveAsDocument(java.lang.String saveAsPath, boolean saveAsCopy) throws java.io.IOException, AutomationException
saveAsDocument
in interface IApplication
saveAsPath
- The saveAsPath (in, optional, pass null if not required)saveAsCopy
- The saveAsCopy (in, optional, pass false if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void printPreview() throws java.io.IOException, AutomationException
printPreview
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void printDocument() throws java.io.IOException, AutomationException
printDocument
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void lockCustomization(java.lang.String password, ICustomizationFilter custFilter) throws java.io.IOException, AutomationException
lockCustomization
in interface IApplication
password
- The password (in)custFilter
- A reference to a com.esri.arcgis.framework.ICustomizationFilter (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unlockCustomization(java.lang.String password) throws java.io.IOException, AutomationException
unlockCustomization
in interface IApplication
password
- The password (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshWindow() throws java.io.IOException, AutomationException
refreshWindow
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITemplates getTemplates() throws java.io.IOException, AutomationException
getTemplates
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws java.io.IOException, AutomationException
getHWnd
in interface IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IExtension findExtensionByName(java.lang.String extensionName) throws java.io.IOException, AutomationException
findExtensionByName
in interface IApplication
extensionName
- The extensionName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IExtension findExtensionByCLSID(IUID extensionCLSID) throws java.io.IOException, AutomationException
findExtensionByCLSID
in interface IApplication
extensionCLSID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void shutdown() throws java.io.IOException, AutomationException
shutdown
in interface IApplication
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 IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws java.io.IOException, AutomationException
setVisible
in interface IApplication
visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCaption(java.lang.String caption) throws java.io.IOException, AutomationException
setCaption
in interface IApplication
caption
- The caption (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 IApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxCatalog getCatalog() throws java.io.IOException, AutomationException
getCatalog
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxView getView() throws java.io.IOException, AutomationException
getView
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getViewClassID() throws java.io.IOException, AutomationException
getViewClassID
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setViewClassID(IUID viewClassID) throws java.io.IOException, AutomationException
setViewClassID
in interface IGxApplication
viewClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxTreeView getTreeView() throws java.io.IOException, AutomationException
getTreeView
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxSelection getSelection() throws java.io.IOException, AutomationException
getSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxObject getSelectedObject() throws java.io.IOException, AutomationException
getSelectedObject
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocation(java.lang.String rhs1) throws java.io.IOException, AutomationException
setLocation
in interface IGxApplication
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh(java.lang.String startingPath) throws java.io.IOException, AutomationException
refresh
in interface IGxApplication
startingPath
- The startingPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void showContextMenu(int x, int y) throws java.io.IOException, AutomationException
showContextMenu
in interface IGxApplication
x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void expandSelection() throws java.io.IOException, AutomationException
expandSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanDeleteSelection() throws java.io.IOException, AutomationException
isCanDeleteSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteSelection() throws java.io.IOException, AutomationException
deleteSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanRenameSelection() throws java.io.IOException, AutomationException
isCanRenameSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void renameSelection() throws java.io.IOException, AutomationException
renameSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getAreaOfInterest() throws java.io.IOException, AutomationException
getAreaOfInterest
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaOfInterest(IEnvelope aoi) throws java.io.IOException, AutomationException
setAreaOfInterest
in interface IGxApplication
aoi
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxView findView(IUID pUID, boolean bRecursive) throws java.io.IOException, AutomationException
findView
in interface IGxViewContainer
pUID
- A reference to a com.esri.arcgis.system.IUID (in)bRecursive
- The bRecursive (in, optional, pass false if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGxView getViews() throws java.io.IOException, AutomationException
getViews
in interface IGxViewContainer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExtensionCount() throws java.io.IOException, AutomationException
getExtensionCount
in interface IExtensionManager
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IExtension getExtension(int index) throws java.io.IOException, AutomationException
getExtension
in interface IExtensionManager
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getExtensionCLSID(int index) throws java.io.IOException, AutomationException
getExtensionCLSID
in interface IExtensionManager
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IExtension findExtension(java.lang.Object nameOrID) throws java.io.IOException, AutomationException
findExtension
in interface IExtensionManager
nameOrID
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getProcessID() throws java.io.IOException, AutomationException
getProcessID
in interface IMultiThreadedApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int registerThreadManager(IDllThreadManager pThreadMgr) throws java.io.IOException, AutomationException
registerThreadManager
in interface IMultiThreadedApplication
pThreadMgr
- A reference to a com.esri.arcgis.framework.IDllThreadManager (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unregisterThreadManager(int mgrCookie) throws java.io.IOException, AutomationException
unregisterThreadManager
in interface IMultiThreadedApplication
mgrCookie
- The mgrCookie (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDockableWindow getDockableWindow(IUID dockWnd) throws java.io.IOException, AutomationException
getDockableWindow
in interface IDockableWindowManager
dockWnd
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object runVBAMacro(java.lang.String docName, java.lang.String moduleName, java.lang.String macroName, java.lang.Object arguments) throws java.io.IOException, AutomationException
runVBAMacro
in interface IVbaApplication
docName
- The docName (in)moduleName
- The moduleName (in)macroName
- The macroName (in)arguments
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createCodeModule(java.lang.String docName, java.lang.String moduleName) throws java.io.IOException, AutomationException
createCodeModule
in interface IVbaApplication
docName
- The docName (in)moduleName
- The moduleName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeCodeModule(java.lang.String docName, java.lang.String moduleName) throws java.io.IOException, AutomationException
removeCodeModule
in interface IVbaApplication
docName
- The docName (in)moduleName
- The moduleName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertCode(java.lang.String docName, java.lang.String moduleName, java.lang.String codeText) throws java.io.IOException, AutomationException
insertCode
in interface IVbaApplication
docName
- The docName (in)moduleName
- The moduleName (in)codeText
- The codeText (in)
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.public boolean isInitialized() throws java.io.IOException, AutomationException
isInitialized
in interface IApplicationStatus
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 |