class org.aswing.plaf.basic.BasicToggleButtonUI extends BasicButtonUI

Basic ToggleButton implementation. @author paling @private

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from BasicButtonUI

function getMaximumSize(c:Component):IntDimension
function getMinimumSize(c:Component):IntDimension
function getPreferredSize(c:Component):IntDimension
function installUI(c:Component):Void
function paint(c:Component, g:Graphics2D, r:IntRectangle):Void
function refreshStyleProperties():Void
function uninstallUI(c:Component):Void

Inherited from BaseComponentUI

function containsDefaultsKey(key:String):Bool
function containsKey(key:String):Bool
function getBoolean(key:String):Bool
function getBorder(key:String):Border
function getClass(key:String):Class<Dynamic>
function getColor(key:String):ASColor
function getDefault(key:String):Dynamic
function getFont(key:String):ASFont
function getGroundDecorator(key:String):GroundDecorator
function getIcon(key:String):Icon
function getInsets(key:String):Insets
function getInstance(key:String):Dynamic
function getInt(key:String):Int
function getInternalFocusObject(c:Component):InteractiveObject
function getMaximumSize(c:Component):IntDimension
function getMinimumSize(c:Component):IntDimension
function getNumber(key:String):Float
function getPreferredSize(c:Component):IntDimension
function getString(key:String):String
function getStyleTune(key:String):StyleTune
function getUint(key:String):Int
function installUI(c:Component):Void
function paint(c:Component, g:Graphics2D, b:IntRectangle):Void
function paintFocus(c:Component, g:Graphics2D, b:IntRectangle):Void
function putDefault(key:String, value:Dynamic):Void
function refreshStyleProperties():Void
function uninstallUI(c:Component):Void

function new(): Void