|
|||||||||
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 problemspublic 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 Object
public 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 IPropertyPageSite
dwFlags
- 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 IPropertyPageSite
pLocaleID
- 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 IPropertyPageSite
ppUnk
- 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 IPropertyPageSite
pMsg
- 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 IComPropertyPageSite
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 |