| Package | org.aswing.plaf |
| Interface | public interface FrameUI extends ComponentUI |
See also
| Method | Defined by | ||
|---|---|---|---|
|
flashModalFrame():void
Flash the modal frame.
| FrameUI | ||
![]() |
getBoolean(key:String):Boolean
| ComponentUI | |
![]() | ComponentUI | ||
![]() |
getClass(key:String):Class
| ComponentUI | |
![]() | ComponentUI | ||
![]() |
getDefault(key:String):*
Returns the default property for this UI of specified key.
| ComponentUI | |
![]() | ComponentUI | ||
![]() |
getGroundDecorator(key:String):GroundDecorator
| ComponentUI | |
![]() | ComponentUI | ||
![]() | ComponentUI | ||
![]() |
getInstance(key:String):*
| ComponentUI | |
![]() |
getInt(key:String):int
| ComponentUI | |
![]() |
getInternalFocusObject(c:Component):InteractiveObject
Returns the object to receive the focus for the component.
| ComponentUI | |
![]() |
Returns the specified component's maximum size appropriate for
the look and feel.
| ComponentUI | |
![]() |
Returns the specified component's minimum size appropriate for
the look and feel.
| ComponentUI | |
![]() |
getNumber(key:String):Number
| ComponentUI | |
![]() |
Returns the specified component's preferred size appropriate for
the look and feel.
| ComponentUI | |
![]() |
getString(key:String):String
| ComponentUI | |
![]() |
getUint(key:String):uint
| ComponentUI | |
![]() |
Configures the specified component appropriate for the look and feel.
| ComponentUI | |
|
isPaintActivedFrame():Boolean
For
flashModalFrame to judge whether paint actived color or inactived color. | FrameUI | ||
![]() |
Notifies this UI delegate that it's time to paint the specified
component.
| ComponentUI | |
![]() |
Paints focus representation to the component.
| ComponentUI | |
![]() |
putDefault(key:String, value:*):void
Puts a ui default value used to this UI instead of LAF defualt value.
| ComponentUI | |
![]() |
uninstallUI(c:Component):void
Reverses configuration which was done on the specified component during
installUI. | ComponentUI | |
| flashModalFrame | () | method |
public function flashModalFrame():voidFlash 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.
Boolean |