|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.SymbolLevelsDialog
public class SymbolLevelsDialog
A dialog for setting symbol levels.
Constructor Summary | |
---|---|
SymbolLevelsDialog()
Constructs a SymbolLevelsDialog using ArcGIS Engine. |
|
SymbolLevelsDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SymbolLevelsDialog theSymbolLevelsDialog = (SymbolLevelsDialog) obj; |
Method Summary | |
---|---|
boolean |
doModal(int parentHWnd)
Displays the dialog. |
void |
enableApplyButton(boolean bEnable,
IMap pMap)
Enable apply button in dialog and pass map to refresh if apply is pressed. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IArray |
getSymbolArray()
Provides access to the modified symbols from the dialog. |
int |
hashCode()
the hashcode for this object |
boolean |
isUseSymbolLevels()
Indicates if symbol levels are used. |
void |
setControlLayer(ILayer rhs1)
Inform the dialog about a layer that controls the symbol levels at a more global scope. |
void |
setLayer(ILayer rhs1)
The Layer for which the symbol levels should be displayed. |
void |
setSymbols(Object vSymbols,
Object vLabelNames,
Object vLayerNames,
Object rhs4)
Add data to populate the symbol level list control. |
void |
setUseSymbolLevels(boolean pbUsesLevels)
Indicates if symbol levels are used. |
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 SymbolLevelsDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SymbolLevelsDialog(Object obj) throws IOException
SymbolLevelsDialog theSymbolLevelsDialog = (SymbolLevelsDialog) obj;
obj
to SymbolLevelsDialog
.
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 void setLayer(ILayer rhs1) throws IOException, AutomationException
setLayer
in interface ISymbolLevelsDialog
rhs1
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbols(Object vSymbols, Object vLabelNames, Object vLayerNames, Object rhs4) throws IOException, AutomationException
setSymbols
in interface ISymbolLevelsDialog
vSymbols
- A Variant (in)vLabelNames
- A Variant (in)vLayerNames
- A Variant (in)rhs4
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getSymbolArray() throws IOException, AutomationException
getSymbolArray
in interface ISymbolLevelsDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseSymbolLevels(boolean pbUsesLevels) throws IOException, AutomationException
setUseSymbolLevels
in interface ISymbolLevelsDialog
pbUsesLevels
- The pbUsesLevels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseSymbolLevels() throws IOException, AutomationException
isUseSymbolLevels
in interface ISymbolLevelsDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enableApplyButton(boolean bEnable, IMap pMap) throws IOException, AutomationException
enableApplyButton
in interface ISymbolLevelsDialog
bEnable
- The bEnable (in)pMap
- A reference to a com.esri.arcgis.carto.IMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setControlLayer(ILayer rhs1) throws IOException, AutomationException
setControlLayer
in interface ISymbolLevelsDialog
rhs1
- A reference to a com.esri.arcgis.carto.ILayer (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 ISymbolLevelsDialog
parentHWnd
- The parentHWnd (A COM typedef) (in)
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 |