|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.framework.ColorPageSite
public class ColorPageSite
ESRI custom color dialog pagesite.
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.framework.IComPropertyPageSite |
|---|
IID, IID3b81f6f1_54a0_11d3_b8c3_00600802e603, xxDummy |
| Constructor Summary | |
|---|---|
ColorPageSite()
Constructs a ColorPageSite using ArcGIS Engine. |
|
ColorPageSite(Object obj)
Construct a ColorPageSite using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
void |
getLocaleID(int[] pLocaleID)
getLocaleID |
void |
getPageContainer(Object[] ppUnk)
getPageContainer |
int |
hashCode()
the hashcode for this object |
void |
onStatusChange(int dwFlags)
onStatusChange |
void |
pageChanged()
Called by the property page to let the property sheet know that something changed. |
void |
translateAccelerator(tagMSG pMsg)
translateAccelerator |
| 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 ColorPageSite()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ColorPageSite(Object obj)
throws IOException
obj to ColorPageSite.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ColorPageSite theColorPageSite = (ColorPageSite) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void onStatusChange(int dwFlags)
throws IOException,
AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
onStatusChange in interface IPropertyPageSitedwFlags - The dwFlags (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getLocaleID(int[] pLocaleID)
throws IOException,
AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
getLocaleID in interface IPropertyPageSitepLocaleID - The pLocaleID (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getPageContainer(Object[] ppUnk)
throws IOException,
AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
getPageContainer in interface IPropertyPageSiteppUnk - A reference to another Object (IUnknown) (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void translateAccelerator(tagMSG pMsg)
throws IOException,
AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface.
translateAccelerator in interface IPropertyPageSitepMsg - A Structure: com.esri.arcgis.framework.tagMSG (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void pageChanged()
throws IOException,
AutomationException
pageChanged in interface IComPropertyPageSiteIOException - 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 | ||||||||