Packageorg.aswing.plaf
Interfacepublic interface FrameUI extends ComponentUI

Pluginable ui for JFrame.

See also

org.aswing.JFrame


Public Methods
 MethodDefined by
  
Flash the modal frame.
FrameUI
 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
 Inherited
Configures the specified component appropriate for the look and feel.
ComponentUI
  
For flashModalFrame to judge whether paint actived color or inactived color.
FrameUI
 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
flashModalFrame()method
public function flashModalFrame():void

Flash the modal frame. (User clicked other where is not in the modal frame, flash the frame to make notice this frame is modal.)

isPaintActivedFrame()method 
public function isPaintActivedFrame():Boolean

For flashModalFrame to judge whether paint actived color or inactived color.

Returns
Boolean