|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalogUI.GxRasterCatalogSubPropertyView
public class GxRasterCatalogSubPropertyView
The property sub-view of RasterCatalog.
| Constructor Summary | |
|---|---|
GxRasterCatalogSubPropertyView(Object obj)
Construct a GxRasterCatalogSubPropertyView using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
activate(IGxApplication application,
IGxCatalog catalog)
Activates the view. |
boolean |
applies(IGxObject selection)
Indicates if the view can display the given object. |
void |
deactivate()
Deactivates the view. |
boolean |
equals(Object o)
Compare this object with another |
IUID |
getClassID()
The class ID of the view. |
IUID |
getDefaultToolbarCLSID()
The class ID of the view's default toolbar. |
int |
getHWnd()
The view's window handle. |
String |
getName()
The name of the view. |
int |
hashCode()
the hashcode for this object |
boolean |
isSupportMultiSelection()
Indicates whether the multiple selection is supported. |
boolean |
isSupportsTools()
Indicates if the view supports tools. |
void |
refresh()
Refreshes the view. |
void |
systemSettingChanged(int flag,
String section)
Informs the view that a system setting has changed. |
| 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 GxRasterCatalogSubPropertyView(Object obj)
throws IOException
obj to GxRasterCatalogSubPropertyView. *
GxRasterCatalogSubPropertyView o = (GxRasterCatalogSubPropertyView)obj; // will not work
GxRasterCatalogSubPropertyView o = new GxRasterCatalogSubPropertyView(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
GxRasterCatalogSubPropertyView theGxRasterCatalogSubPropertyView = (GxRasterCatalogSubPropertyView) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface IGxViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassID()
throws IOException,
AutomationException
getClassID in interface IGxViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws IOException,
AutomationException
getHWnd in interface IGxViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getDefaultToolbarCLSID()
throws IOException,
AutomationException
DefaultToolbarCLSID provides a reference to the default toolbar for the particular view. The default toolbar for a view would contain tools that were appropriate for the current type of GxView.
getDefaultToolbarCLSID in interface IGxViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsTools()
throws IOException,
AutomationException
isSupportsTools in interface IGxViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean applies(IGxObject selection)
throws IOException,
AutomationException
applies in interface IGxViewselection - A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void activate(IGxApplication application,
IGxCatalog catalog)
throws IOException,
AutomationException
activate in interface IGxViewapplication - A reference to a com.esri.arcgis.catalogUI.IGxApplication (in)catalog - A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deactivate()
throws IOException,
AutomationException
deactivate in interface IGxViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh()
throws IOException,
AutomationException
refresh in interface IGxViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void systemSettingChanged(int flag,
String section)
throws IOException,
AutomationException
systemSettingChanged in interface IGxViewflag - The flag (in)section - The section (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportMultiSelection()
throws IOException,
AutomationException
isSupportMultiSelection in interface IGxRasterCatalogSubViewIOException - 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 | ||||||||