|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.ScaleTextSelector
public class ScaleTextSelector
Style selector for scale text.
Constructor Summary | |
---|---|
ScaleTextSelector()
Constructs a ScaleTextSelector using ArcGIS Engine. |
|
ScaleTextSelector(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ScaleTextSelector theScaleTextSelector = (ScaleTextSelector) 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. |
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 ScaleTextSelector() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ScaleTextSelector(Object obj) throws IOException
ScaleTextSelector theScaleTextSelector = (ScaleTextSelector) obj;
obj
to ScaleTextSelector
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean addStyle(Object style) throws IOException, AutomationException
addStyle
in interface IStyleSelector
style
- 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 IStyleSelector
index
- 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 IStyleSelector
parentHWnd
- The parentHWnd (A COM typedef) (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 IComPropertySheetEvents
theEvent
- 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 |