class org.aswing.colorchooser.DefaultColorSelectionModel extends EventDispatcher

A generic implementation of ColorSelectionModel. @author paling

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from EventDispatcher

function addEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool, ?priority:Int, ?useWeakReference:Bool):Void
function dispatchEvent(event:Event):Bool
function hasEventListener(type:String):Bool
function removeEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool):Void
function toString():String
function willTrigger(type:String):Bool

function new(?selectedColor:ASColor = null): Void

DefaultColorSelectionModel(selectedColor:ASColor)
DefaultColorSelectionModel() default to ASColor.WHITE

* Creates a DefaultColorSelectionModel with the * current color set to color. Note that setting the color to * null means default to WHITE.

function setSelectedColor(color:ASColor): Void