Class AbstractCompositeStateComponent.ComponentState

    • Constructor Detail

      • ComponentState

        public ComponentState​(Component component)
        Constructor
        Parameters:
        component - The representation component.
        Throws:
        java.lang.NullPointerException - if the given component is null.
    • Method Detail

      • getComponent

        public Component getComponent()
        Returns:
        The representation component.