chrriis.uihierarchy.compatibility
Class Component

java.lang.Object
  extended bychrriis.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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.