| Package | org.aswing.plaf.basic.border |
| Class | public class ComboBoxPopupBorder |
| Inheritance | ComboBoxPopupBorder LineBorder DecorateBorder |
| Implements | UIResource |
| Method | Defined by | ||
|---|---|---|---|
| ComboBoxPopupBorder | |||
![]() |
Returns the insets of the border.
Note:subclass should not override this method, should override getBorderInsetsImp. | DecorateBorder | |
![]() | LineBorder | ||
![]() | LineBorder | ||
![]() |
getDisplay(c:Component):DisplayObject
You should override this method to return the display object.
| DecorateBorder | |
![]() |
getDisplayImp():DisplayObject
| LineBorder | |
![]() |
Returns current interior border.
| DecorateBorder | |
![]() |
getRound():Number
| LineBorder | |
![]() |
getThickness():Number
| LineBorder | |
![]() | LineBorder | ||
![]() |
setInterior(interior:Border):void
Sets new interior border.
| DecorateBorder | |
![]() |
setRound(round:Number):void
| LineBorder | |
![]() |
setThickness(thickness:Number):void
| LineBorder | |
![]() |
call
super.paintBorder paint the border first and then
paint the interior border on the interior bounds. | DecorateBorder | |
![]() | LineBorder | ||