class org.aswing.plaf.BaseComponentUI
| Interfaces | |||
![]() | ComponentUI |
| |
The base class for ComponentUI.
Instance Fields
function getInternalFocusObject(c:Component): InteractiveObject
Returns the object to receive the focus for the component. The default implementation just return the component self.
| c | the component |
| returns | the object to receive the focus. |

