|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.MaplexLabelStyleSelector
public class MaplexLabelStyleSelector
Style selector for Maplex labels.
Constructor Summary | |
---|---|
MaplexLabelStyleSelector()
Constructs a MaplexLabelStyleSelector using ArcGIS Engine. |
|
MaplexLabelStyleSelector(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MaplexLabelStyleSelector theMaplexLabelStyleSelector = (MaplexLabelStyleSelector) obj; |
Method Summary | |
---|---|
boolean |
addStyle(Object style)
Specifies the original style. |
boolean |
applies(ILabelStyle style)
Indicates if this label style selector can be used with the specified label 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 MaplexLabelStyleSelector() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MaplexLabelStyleSelector(Object obj) throws IOException
MaplexLabelStyleSelector theMaplexLabelStyleSelector = (MaplexLabelStyleSelector) obj;
obj
to MaplexLabelStyleSelector
.
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 boolean applies(ILabelStyle style) throws IOException, AutomationException
applies
in interface ILabelStyleSelector
style
- A reference to a com.esri.arcgis.carto.ILabelStyle (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 |