Uses of Interface
org.refcodes.component.Component
-
Uses of Component in org.refcodes.component
Classes in org.refcodes.component with type parameters of type ComponentModifier and TypeClassDescriptionclassCompositeComponentImpl<C extends Component>TheCompositeComponentImplis an implementation of theCompositeComponent.static classCompositeComponentImpl.ExtendedCompositeComponentImpl<C extends Component,CTX, CON> TheCompositeComponentImpl.ExtendedCompositeComponentImplis an implementation of theCompositeComponent.ExtendedCompositeComponent.Subinterfaces of Component in org.refcodes.componentModifier and TypeInterfaceDescriptioninterfaceAConfigurableComponentcan be configured invoking the methodConfigurable.initialize(Object).interfaceinterfaceAInitializableComponentcan be initialized invoking the methodInitializable.initialize().Constructors in org.refcodes.component with parameters of type ComponentModifierConstructorDescriptionCompositeComponentImpl(C... aComponents) Creates aCompositeComponentImplcontaining the provided components.CompositeComponentImpl(org.refcodes.controlflow.ExecutionStrategy aStrategy, C... aComponents) Creates aCompositeComponentImplcontaining the provided components.ExtendedCompositeComponentImpl(C... aComponents) Instantiates a new extended composite component impl.ExtendedCompositeComponentImpl(org.refcodes.controlflow.ExecutionStrategy aStrategy, C... aComponents) Instantiates a new extended composite component impl.