|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.editor.DimensionStyleDialog
public class DimensionStyleDialog
A property page for creating new dimension styles.
Use the DimensionStyleDialog to create a new DimensionStyle in an existing featureclass or display properties of an existing DimensionStyle without providing write access.
| Constructor Summary | |
|---|---|
DimensionStyleDialog()
Constructs a DimensionStyleDialog using ArcGIS Engine. |
|
DimensionStyleDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DimensionStyleDialog theDimensionStyleDialog = (DimensionStyleDialog) obj; |
|
| Method Summary | |
|---|---|
IDimensionStyle |
doModal(IFeatureClass featureClass,
IDimensionStyle copyStyle,
int hWndParent)
Displays the dialog used to define a new dimension style. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
setReadOnly(boolean rhs1)
Indicates if the dimension style dialog shouild be opened in read-only mode. |
| 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 |
|---|
public DimensionStyleDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DimensionStyleDialog(Object obj)
throws IOException
DimensionStyleDialog theDimensionStyleDialog = (DimensionStyleDialog) obj;
obj to DimensionStyleDialog.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IDimensionStyle doModal(IFeatureClass featureClass,
IDimensionStyle copyStyle,
int hWndParent)
throws IOException,
AutomationException
The copyStyle argument is not required to use the DoModal method. If no copyStyle is specified, the dialog will be populated with the system dimension style properties instead of using the dimension style as the template style.
doModal in interface IDimensionStyleDialogfeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)copyStyle - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)hWndParent - The hWndParent (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReadOnly(boolean rhs1)
throws IOException,
AutomationException
setReadOnly in interface IDimensionStyleDialogrhs1 - The rhs1 (in)
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 | ||||||||