Uses of Interface
restx.factory.ComponentBox
Packages that use ComponentBox
-
Uses of ComponentBox in restx.factory
Classes in restx.factory that implement ComponentBoxModifier and TypeClassDescriptionclassUser: xavierhanin Date: 1/31/13 Time: 6:03 PMclassUser: xavierhanin Date: 3/17/13 Time: 5:54 PMclassUser: xavierhanin Date: 1/31/13 Time: 6:03 PMclassEmptyBox<T>User: xavierhanin Date: 3/31/13 Time: 3:16 PMMethods in restx.factory that return ComponentBoxModifier and TypeMethodDescriptionBoundlessComponentBox.customize(ComponentCustomizer<T> customizer) ComponentBox.customize(ComponentCustomizer<T> customizer) ComponentBoxWrapper.customize(ComponentCustomizer<T> customizer) DisposableComponentBox.customize(ComponentCustomizer<T> customizer) EmptyBox.customize(ComponentCustomizer<T> customizer) Warehouse.StoredBox.getBox()MachineEngine.newComponent(SatisfiedBOM satisfiedBOM) MachineEngineWrapper.newComponent(SatisfiedBOM satisfiedBOM) StdMachineEngine.newComponent(SatisfiedBOM satisfiedBOM) <T> ComponentBox<T>ComponentBox.BoxFactory.of(NamedComponent<T> namedComponent) Methods in restx.factory with parameters of type ComponentBoxModifier and TypeMethodDescription<T> voidFilteredWarehouse.checkIn(ComponentBox<T> componentBox, SatisfiedBOM satisfiedBOM) <T> voidStdWarehouse.checkIn(ComponentBox<T> componentBox, SatisfiedBOM satisfiedBOM) <T> voidWarehouse.checkIn(ComponentBox<T> componentBox, SatisfiedBOM satisfiedBOM) Constructors in restx.factory with parameters of type ComponentBoxModifierConstructorDescriptionComponentBoxWrapper(ComponentBox<T> original) StoredBox(ComponentBox<T> box, SatisfiedBOM satisfiedBOM)