class org.aswing.plaf.basic.BasicTableHeaderUI extends BaseComponentUI

@author paling @private

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

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

function getMaximumSize(c:Component): IntDimension

Return the maximum size of the table. The maximum height is the row heighttimes the number of rows. The maximum width is the sum of the maximum widths of each column.

function getMinimumSize(c:Component): IntDimension

Return the minimum size of the table. The minimum height is the row height times the number of rows. The minimum width is the sum of the minimum widths of each column.

function getPreferredSize(c:Component): IntDimension

Return the preferred size of the table. The preferred height is the row height times the number of rows. The preferred width is the sum of the preferred widths of each column.

function installUI(c:Component): Void

function toString(): String