chrriis.uihierarchy.compatibility
Class Component
java.lang.Object
chrriis.uihierarchy.compatibility.Component
- public class Component
- extends Object
A class that centralizes the components related settings.
- Version:
- 1.0 2004.01.11
- Author:
- Christopher Deckers (chrriis@brainlex.com)
Method Summary |
static boolean |
isDisplayable(Component component)
Indicate whether the specified component is displayable. |
isDisplayable
public static boolean isDisplayable(Component component)
- Indicate whether the specified component is displayable.
- Parameters:
component
- The component for which to get the property.
- Returns:
- True if the component is displayable.