com.esri.arcgis.framework
Interface IColorSelector

All Superinterfaces:
IColorBrowser, java.io.Serializable
All Known Implementing Classes:
ColorSelector, IColorSelectorProxy

public interface IColorSelector
extends IColorBrowser, java.io.Serializable

COM Interface 'IColorSelector'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that control the Color Selector Dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID569c3921_01ba_11d3_9f38_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.framework.IColorBrowser
IIDe82a1a9b_7b12_11d1_946c_080009eebecb
 
Method Summary
 void initPopupPosition(int parentLeft, int parentTop, int parentRight, int parentBottom, boolean aboveParent)
          Initialize Popup Position.
 
Methods inherited from interface com.esri.arcgis.framework.IColorBrowser
doModal, getColor, setColor
 

Field Detail

IID569c3921_01ba_11d3_9f38_00c04f6bc709

static final int IID569c3921_01ba_11d3_9f38_00c04f6bc709
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

initPopupPosition

void initPopupPosition(int parentLeft,
                       int parentTop,
                       int parentRight,
                       int parentBottom,
                       boolean aboveParent)
                       throws java.io.IOException,
                              AutomationException
Initialize Popup Position.

Parameters:
parentLeft - The parentLeft (in)
parentTop - The parentTop (in)
parentRight - The parentRight (in)
parentBottom - The parentBottom (in)
aboveParent - The aboveParent (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.