Packageorg.aswing.plaf
Interfacepublic interface TableUI extends ComponentUI

Pluginable ui for JTable.

See also

org.aswing.JTable


Public Methods
 MethodDefined by
 Inherited
getBoolean(key:String):Boolean
ComponentUI
 Inherited
getBorder(key:String):Border
ComponentUI
 Inherited
getClass(key:String):Class
ComponentUI
 Inherited
getColor(key:String):ASColor
ComponentUI
 Inherited
getDefault(key:String):*
Returns the default property for this UI of specified key.
ComponentUI
 Inherited
getFont(key:String):ASFont
ComponentUI
 Inherited
ComponentUI
 Inherited
getIcon(key:String):Icon
ComponentUI
 Inherited
getInsets(key:String):Insets
ComponentUI
 Inherited
getInstance(key:String):*
ComponentUI
 Inherited
getInt(key:String):int
ComponentUI
 Inherited
getInternalFocusObject(c:Component):InteractiveObject
Returns the object to receive the focus for the component.
ComponentUI
 Inherited
Returns the specified component's maximum size appropriate for the look and feel.
ComponentUI
 Inherited
Returns the specified component's minimum size appropriate for the look and feel.
ComponentUI
 Inherited
getNumber(key:String):Number
ComponentUI
 Inherited
Returns the specified component's preferred size appropriate for the look and feel.
ComponentUI
 Inherited
getString(key:String):String
ComponentUI
 Inherited
getUint(key:String):uint
ComponentUI
  
Returns the view size.
TableUI
 Inherited
Configures the specified component appropriate for the look and feel.
ComponentUI
 Inherited
Notifies this UI delegate that it's time to paint the specified component.
ComponentUI
 Inherited
Paints focus representation to the component.
ComponentUI
 Inherited
putDefault(key:String, value:*):void
Puts a ui default value used to this UI instead of LAF defualt value.
ComponentUI
 Inherited
Reverses configuration which was done on the specified component during installUI.
ComponentUI
Method detail
getViewSize()method
public function getViewSize(table:JTable):IntDimension

Returns the view size.

Parameters
table:JTable

Returns
IntDimension