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 TypeClassDescriptionclassAbstractComponentComposite<C extends Component>TheAbstractComponentCompositeis an implementation of theComponentComposite.static classAbstractComponentComposite.ExtendedCompositeComponentImpl<C extends Component,CTX, CON> TheAbstractComponentComposite.ExtendedCompositeComponentImplis an implementation of theComponentComposite.ExtendedComponentComposite.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 ComponentModifierConstructorDescriptionAbstractComponentComposite(C... aComponents) Creates aAbstractComponentCompositecontaining the provided components.AbstractComponentComposite(org.refcodes.controlflow.ExecutionStrategy aStrategy, C... aComponents) Creates aAbstractComponentCompositecontaining 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.