| 1. | Component to bind to a factory object or method 组件绑定到工厂对象或方法。 |
| 2. | How to : bind a windows forms control to a factory object 如何:将windows窗体控件绑定到factory对象 |
| 3. | Objects , and stateless objects including factory objects 对象,以及无状态的对象(包括工厂对象) 。 |
| 4. | For factory objects 用于factory对象的 |
| 5. | A value that identifies a particular control class to a factory object which can instantiate objects of that class 可以实例化类对象的对象厂标记特定控件类使用的值。 |
| 6. | Lock object acts as a factory object for condition variables bound to that lock , and unlike with the standard wait 对象则充当绑定到这个锁的条件变量的工厂对象,与标准的 |
| 7. | If an abstract factory object must be passed in , then you must add a new public constructor or mutator 如果必须传入抽象工厂对象,那么您必须添加一个新的公用构造函数或赋值( mutator )方法。 |
| 8. | But forcing the public api to accommodate factory objects or abstract factories , just because the test code wants it to , is the wrong design 但强迫公用api适应工厂对象或抽象工厂(只因为测试代码要求它这样)是错误的设计。 |
| 9. | In fact , many would have started this approach with a factory object , rather than a factory method - we did , but soon backed away 实际上,许多人已经用工厂对象来着手这种方法,而不是用工厂方法我们以前是这样做的,但很快就放弃了。 |
| 10. | At this point , you may be tempted to go one step further and replace the factory method with a full - fledged abstract factory object , as detailed in 此时,您可能很想更进一步并用成熟的抽象工厂对象替换工厂方法,如erich gamma等人在 |