com.esri.arcgis.framework
Interface IColorBrowser

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IColorSelector
All Known Implementing Classes:
ColorBrowser, ColorSelector, IColorBrowserProxy, IColorSelectorProxy

public interface IColorBrowser
extends java.io.Serializable

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

Description: 'Provides access to members that control the Color Browser 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 IIDe82a1a9b_7b12_11d1_946c_080009eebecb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int hWnd)
          Show the browser.
 IColor getColor()
          Color edited by the browser.
 void setColor(IColor color)
          Color edited by the browser.
 

Field Detail

IIDe82a1a9b_7b12_11d1_946c_080009eebecb

static final int IIDe82a1a9b_7b12_11d1_946c_080009eebecb
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

setColor

void setColor(IColor color)
              throws java.io.IOException,
                     AutomationException
Color edited by the browser.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColor

IColor getColor()
                throws java.io.IOException,
                       AutomationException
Color edited by the browser.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(int hWnd)
                throws java.io.IOException,
                       AutomationException
Show the browser.

Parameters:
hWnd - The hWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.