Uses of Class
com.foursoft.harness.vec.v113.VecSlotLayout
Packages that use VecSlotLayout
-
Uses of VecSlotLayout in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecSlotLayoutModifier and TypeFieldDescriptionprotected VecSlotLayoutVecSlotSpecification.slotLayoutReferences the layout associated with this slot.Methods in com.foursoft.harness.vec.v113 that return VecSlotLayoutModifier and TypeMethodDescriptionObjectFactory.createVecSlotLayout()Create an instance ofVecSlotLayoutVecSlotSpecification.getSlotLayout()Gets the value of the slotLayout property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecSlotLayoutModifier and TypeMethodDescriptionvoidVecSlotSpecification.setSlotLayout(VecSlotLayout value) Sets the value of the slotLayout property. -
Uses of VecSlotLayout in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecSlotLayoutModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecSlotLayout(VecSlotLayout aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecSlotLayout(VecSlotLayout aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecSlotLayout(VecSlotLayout aBean) FunctionVisitor.visitVecSlotLayout(VecSlotLayout aBean) StrictBaseVisitor.visitVecSlotLayout(VecSlotLayout aBean) TraversingVisitor.visitVecSlotLayout(VecSlotLayout aBean) Visitor.visitVecSlotLayout(VecSlotLayout aBean)