com.esri.arcgis.cartoUI
Class MaplexDictionaryDialog

java.lang.Object
  extended by com.esri.arcgis.cartoUI.MaplexDictionaryDialog
All Implemented Interfaces:
IMaplexDictionaryDialog, IMaplexDictionaryDialog2, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class MaplexDictionaryDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IMaplexDictionaryDialog, IMaplexDictionaryDialog2

ESRI Maplex Dictionary Dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
MaplexDictionaryDialog()
          Constructs a MaplexDictionaryDialog using ArcGIS Engine.
MaplexDictionaryDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MaplexDictionaryDialog theMaplexDictionaryDialog = (MaplexDictionaryDialog) obj;
 
Method Summary
 boolean doModal(boolean readOnly, IMaplexDictionaries pDictionaries, int hwnd)
          Shows the Maplex Dictionary Dialog.
 boolean doModal(IMaplexDictionaries pDictionaries, int hwnd)
          Shows the Maplex Dictionary Dialog.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

MaplexDictionaryDialog

public MaplexDictionaryDialog()
                       throws IOException,
                              UnknownHostException
Constructs a MaplexDictionaryDialog using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

MaplexDictionaryDialog

public MaplexDictionaryDialog(Object obj)
                       throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MaplexDictionaryDialog theMaplexDictionaryDialog = (MaplexDictionaryDialog) obj;

Construct a MaplexDictionaryDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to MaplexDictionaryDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

doModal

public boolean doModal(IMaplexDictionaries pDictionaries,
                       int hwnd)
                throws IOException,
                       AutomationException
Shows the Maplex Dictionary Dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
doModal in interface IMaplexDictionaryDialog
Parameters:
pDictionaries - A reference to a com.esri.arcgis.carto.IMaplexDictionaries (in)
hwnd - The hwnd (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

public boolean doModal(boolean readOnly,
                       IMaplexDictionaries pDictionaries,
                       int hwnd)
                throws IOException,
                       AutomationException
Shows the Maplex Dictionary Dialog.

Product Availability

Available with ArcGIS Desktop.

Specified by:
doModal in interface IMaplexDictionaryDialog2
Parameters:
readOnly - The readOnly (in)
pDictionaries - A reference to a com.esri.arcgis.carto.IMaplexDictionaries (in)
hwnd - The hwnd (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.