| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.MapGridSelector
public class MapGridSelector
Style selector for map grids.
| Constructor Summary | |
|---|---|
| MapGridSelector()Constructs a MapGridSelector using ArcGIS Engine. | |
| MapGridSelector(Object obj)Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  MapGridSelector theMapGridSelector = (MapGridSelector) obj; | |
| Method Summary | |
|---|---|
|  boolean | addStyle(Object style)Specifies the original style. | 
|  boolean | doModal(int parentHWnd)Shows the style selector dialog. | 
|  boolean | equals(Object o)Compare this object with another | 
| static String | getClsid()getClsid. | 
|  Object | getStyle(int index)Returns the updated style. | 
|  int | hashCode()the hashcode for this object | 
|  void | onApply(IComPropertySheetEventsOnApplyEvent theEvent)Occurs when changes are applied. | 
|  void | setMapFrameByRef(IMapFrame rhs1)The map frame whose map grids are edited. | 
| 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 MapGridSelector()
                throws IOException,
                       UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public MapGridSelector(Object obj)
                throws IOException
 MapGridSelector theMapGridSelector = (MapGridSelector) obj;
obj to MapGridSelector.
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 boolean addStyle(Object style)
                 throws IOException,
                        AutomationException
addStyle in interface IStyleSelectorstyle - A reference to another Object (IUnknown)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getStyle(int index)
                throws IOException,
                       AutomationException
getStyle in interface IStyleSelectorindex - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModal(int parentHWnd)
                throws IOException,
                       AutomationException
doModal in interface IStyleSelectorparentHWnd - The parentHWnd (A  COM typedef)   (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapFrameByRef(IMapFrame rhs1)
                      throws IOException,
                             AutomationException
setMapFrameByRef in interface IMapGridSelectorrhs1 - A reference to a com.esri.arcgis.carto.IMapFrame  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
             throws IOException,
                    AutomationException
Call OnApply to notify other parts of the application that the objects passed to the property sheet have been edited.
onApply in interface IComPropertySheetEventstheEvent - The event
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 | ||||||||