class org.aswing.plaf.basic.border.ComboBoxBorder extends BevelBorder

Discard in aswing 2.0(Background raped his job) @private

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from BevelBorder

function getBevelType():Float
function getBorderInsetsImp(c:Component, bounds:IntRectangle):Insets
function getDisplayImp():DisplayObject
function getHighlightInnerColor():ASColor
function getHighlightInnerColorWith(c:Component):ASColor
function getHighlightOuterColor():ASColor
function getHighlightOuterColorWith(c:Component):ASColor
function getShadowInnerColor():ASColor
function getShadowInnerColorWith(c:Component):ASColor
function getShadowOuterColor():ASColor
function getShadowOuterColorWith(c:Component):ASColor
function getThickness():Float
function setBevelType(bevelType:Float):Void
function setHighlightInnerColor(color:ASColor):Void
function setHighlightOuterColor(color:ASColor):Void
function setShadowInnerColor(color:ASColor):Void
function setShadowOuterColor(color:ASColor):Void
function setThickness(t:Float):Void
function updateBorderImp(com:Component, g:Graphics2D, b:IntRectangle):Void

Inherited from DecorateBorder

var interior:Border
function getBorderInsets(c:Component, bounds:IntRectangle):Insets
function getBorderInsetsImp(c:Component, bounds:IntRectangle):Insets
function getDisplay(c:Component):DisplayObject
function getDisplayImp():DisplayObject
function getInterior():Border
function setInterior(interior:Border):Void
function updateBorder(c:Component, g:Graphics2D, bounds:IntRectangle):Void
function updateBorderImp(com:Component, g:Graphics2D, bounds:IntRectangle):Void

function new(): Void