|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISymbolLevelsDialog
Provides access to members that control a dialog for setting symbol levels.
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. |
IArray |
getSymbolArray()
Provides access to the modified symbols from the dialog. |
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. |
Method Detail |
---|
void setLayer(ILayer rhs1) throws IOException, AutomationException
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.void setSymbols(Object vSymbols, Object vLabelNames, Object vLayerNames, Object rhs4) throws IOException, AutomationException
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.IArray getSymbolArray() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSymbolLevels(boolean pbUsesLevels) throws IOException, AutomationException
pbUsesLevels
- The pbUsesLevels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseSymbolLevels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void enableApplyButton(boolean bEnable, IMap pMap) throws IOException, AutomationException
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.void setControlLayer(ILayer rhs1) throws IOException, AutomationException
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.boolean doModal(int parentHWnd) throws IOException, AutomationException
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 |