| Package | org.aswing.plaf |
| Interface | public interface SliderUI extends ComponentUI |
See also
| Method | Defined by | ||
|---|---|---|---|
![]() |
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 | |
| SliderUI | |||
![]() |
getUint(key:String):uint
| ComponentUI | |
![]() |
Configures the specified component appropriate for the look and feel.
| ComponentUI | |
![]() |
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 | |