The composite pattern describes that a group of objects are to be treated in the same way as a single instance of an object.

learn more… | top users | synonyms

3
votes
1answer
102 views

Testing the Composite Pattern

Do you know well-tested and open source Composite examples in Smalltalk? I would like to review example implementations of the Composite pattern in Smalltalk. Any dialect is fine, I am interested ...
0
votes
1answer
89 views

Composite Pattern and recursing through an XML document

I'm trying to use the composite pattern while recursing through an XML document. The code I have so far is public Composite TraverseNodes (XmlNodeList nodeList, Composite comp) { ...
1
vote
2answers
229 views

How to query with FluentCassandra

I'm new to Cassandra and to FluentCassandra (C#.NET) too. I have heavy concepts of RDBMS (relational databases), like Microsoft SQL. Well... i was able to do some simple code, but, that is far of ...
0
votes
0answers
83 views

How can I add a Composite to another UiBinder

Hi I'm working with UiBinder atm and I have a problem which i can't solve. I tried to open a created Widget in a new Window on button click. That's the ui.xml within the DialogBox. <gwt:DialogBox ...
0
votes
0answers
314 views

Seeing “referencedColumnNames(ID) … not mapped to a single property” error with a 1-M relationship after adding a composite key to the “1” side

I have an existing JPA entity ("Reference") with an ID column as its primary key that it inherits from a base class "BaseEntity" (using the @MappedSuperclass annotation on the superclass). I also ...
0
votes
1answer
58 views

Freezes in the terminal. No output results [closed]

I have no idea why it don't work. It just open terminal and then nothing happent. No errors or something like that. P.S. Maybe I did something wrong with design patterns (composite & visitor). ...
0
votes
3answers
98 views

cannot convert parameter 1 from 'PrintVisitor *const ' to 'Visirot &'

I used two design pattern Composite and Visitor. I have no problem with Composite.But when he began writing derived classes for input and output got some errors, solution which I did never found. ...
-1
votes
1answer
289 views

How to batch combine two unique series of images into a single side-by-side image in Photoshop?

I'm a medical radiology resident and I need to combine two series of CT slice images (both the same resolution, saved as JPG files) into a single JPG file with the images side by side to each other. I ...
1
vote
1answer
93 views

Hibernate/JPA - Is possible to use @Id and @EmbededId at same time?

i´m a little confused to add a business key in my entity mapping. All entities uses Long as a Id, but now i have to create a composite Id, my doubt is, can i mixed @Id and @EmbeddedId together or only ...
0
votes
2answers
122 views

Selective menu detection within a Composite

I want to add some objects into an Composite object. Objects can have different shapes (rectangle, circle, ellipse or even weird shape (represented by a polygon). So I defined classes like this: ...
1
vote
1answer
185 views

Mouse events in SWT

I defined a Node class extends Canvas class and handle the mouse event. public class Node extends Canvas { String name; public String getName() { return name; } public Node(Composite parent, int ...
-1
votes
1answer
46 views

Draw in composite [closed]

I have a Composite called Workspace. In this composite I want to add some graphics object. Each object can be selected, dragged, moved and can have complicated shape (circle, ellipse, polygon,...). I ...
1
vote
0answers
27 views

composite c1 - how to overwrite @header-image-url from a page or template

I just installed Compsite C1 with Razor enabled. Now I am trying to find out how to easily change the Header-Image on different pages. As far as I have found out, it is done via this variable ...
2
votes
1answer
34 views

How To Find A Label In A Composite

I am trying to refresh a clabel in a composite. However the clabel does not always exist. I need a way to check if exists in the composite. I have tried the getChildren class on the composite, and I ...
0
votes
1answer
124 views

How create action for composite

I've created my own org.eclipse.swt.widgets.Composite. I am using this composite within a org.eclipse.jface.wizard.WizardPage. org.eclipse.swt.widgets.Composite has a variable pageComplete. I have to ...
1
vote
0answers
127 views

Passing PK class with composite primary key to REST resources

I'm developing a Java Web project, that it use NetBeans's automatic mechanism to create RESTful web services from entity classes (NetBeans 7.2, server GlassFish 3.1.2). When I'm creating entity class ...
0
votes
1answer
217 views

ConcatRelated() in Access, using two keys

I found the ConcatRelated() function [http://allenbrowne.com/func-concat.html] and it seems to do what I want it to, but I need to feed in two keys rather than just one. My data looks like: Chain ...
1
vote
1answer
60 views

Oracle: Make a composite Key containing three Foregin keys

This is my code: create table orderline ( Order_No number(4) constraint orderno_fk references order_detail(Order_No), Product_Code varchar2(6) constraint productcode2_fk references ...
0
votes
1answer
125 views

Limit usb gadget driver speed

tl;dr: How do i compel linux to reject high-speed usb connections so that it defaults to full speed? Full explanation: I'm writing a usb gadget driver based on linux gadget zero. The hardware I'm ...
1
vote
1answer
93 views

PythonMagic: How do a composite with a dissolve value?

I like to do this with PythonMagick: composite -dissolve 40 over.png base.png new.png I have tried: import PythonMagick base = PythonMagick.Image("base.png") over = PythonMagick.Image("over.png") ...
0
votes
1answer
201 views

NHibernate: Composite key, one-to-one relation and “Error performing LoadByUniqueKey”

I have two classes. Class 1: public class Einsatz { public virtual ProjNrPindex Id { get; set; } public virtual Int32? Knr { get; set; } public virtual String RessNr { get; set; } ...
0
votes
0answers
77 views

Composite keys in relational access database not working?

I've been stuck at a little thing for a while and thinking you guys could help me out. Here is the screenshot of the relationships of my Database. Now the problem is with the tbl_Structure table. ...
0
votes
1answer
130 views

Composite datawindow to txt

I have built a composite datawindow in Powerbuilder 11.5 that presents the invoice form of my application. As most fiscal papers here in Greece, I have to send it as a text file to a fiscal device ...
1
vote
2answers
347 views

CoolBar (java SWT WindowBuilder) Composite doesn't appear in Application

I have a problem when I try to use a coolBar in a composite and then I embed this composite in an application. The coolBar simply doesn't appear. This problem doesn't occours with another tools, like ...
0
votes
2answers
337 views

Problems with Eclipse Window Builder Composite

I am experiencing some problems with Window Builder example: https://developers.google.com/web-toolkit/tools/gwtdesigner/features/custom_composites When I copy the codes to my Eclipse, I have an ...
0
votes
0answers
34 views

Qt not redraw window on change opacity with xcompmgr

I use in RHEL 5.2 xcompmgr next version - https://github.com/rnz/xcompmgr/commit/27c42480e6908891382ceae43ae3681447b612e7 Composite opacity work on create window or change window state ...
0
votes
0answers
107 views

Different keys in a relational database schema

Table structure: Student[SID, Name, Addr, Phone] Course[CID, title, Descript, Credit] Study{SID,CID,result] SID primary key in student CID primary key in Course SID CID for study Given that, ...
2
votes
1answer
90 views

Get SWT widget at location

I have a set of x/y coordinates relative to a composite, how do find what widget those coords fall in?
1
vote
1answer
92 views

nhibernate mapping multiple composite key thowing System.IndexOutOfRangeException

I have the following situation in a legacy database [sample] table1 **ID_TABLE1 [PK] ID_SOURCE** [PK] table2 **ID_TABLE2 [PK] ID_SOURCE** [PK] table3 **ID_TABLE3 [PK] ...
0
votes
1answer
81 views

Access to a compositive rowkey in Cassandra [duplicate]

Possible Duplicate: Misunderstanding on Composite Key for Cassandra I have a columnfamily with a composite key: create column family MyCF with key_validation_class = ...
1
vote
4answers
161 views

How to get max of composite data in SQL?

SELECT "Name""Month","Year","Value" from Table WHERE "Name" LIKE '%JERRY%' AND "Year" = (SELECT MAX("Year") FROM Table where "Name" LIKE '%JERRY%') AND "Month"= (SELECT MAX("Month") ...
1
vote
1answer
80 views

uml pattern similar to GoF composite

How can I communicate the basic idea of a hierarchy / tree of alltogether variable but fixed height for one of its instance; leaves are disjunct from nodes, they are all located on the same, least ...
0
votes
2answers
451 views

Cassandra: create CompositeType column

Im new to cassandra and Im trying to create a schema that will allow me to have a row as users: { name: <value>, ... phone_numbers:1: <value>, phone_numbers:2: ...
5
votes
2answers
122 views

String Manipulation or Recursive Function?

I'm in the process of coding a HTML Editor in Java. I want it to support auto-indentation. I have a Composite pattern implemented to represent the HTML tag objects in the file currently being edited. ...
0
votes
1answer
334 views

Composite 2 video(.mov) files using ffmpeg

Novice user of ffmpeg but going thru whatever docs I can find online. For a current project I will need to composite 2 videos together to create a .flv file. Does anyone know the commands to do ...
1
vote
2answers
464 views

SWT Composite alignment

I would like to know what is the normal/common practices here for a SWT Composite object. I have found out that whenever I add a Composite (with any UIs example: TextBox or Button) The UI created ...
1
vote
2answers
71 views

How to find max from a composite set of rows?

I have a table such as : Year | Month ------------ 2011 10 2011 11 2012 5 2012 6 The query should return the latest "Month" for the latest "year". Currently I'm doing ...
1
vote
0answers
43 views

How do I refresh a webpage widget

I have created a webpage widget from an external website in Lotus Notes and added it to a composite application. this works great. but how do I refresh the page to see new content. there is not ...
0
votes
0answers
62 views

Notes calendar mini view component is todo in a composite application?

I am trying to add the notes calendar mini view into a composite application, but it show the todo view and I can't change the component title name to "todo" what is going on?
4
votes
0answers
334 views

How to make a composite manifest for Microsoft smooth streaming

I am new to the Microsoft Smooth Streaming and have questions about the making of composite manifests. Following the guidance of: ...
1
vote
1answer
188 views

EclipseLink composite persistence unit class declaration

Until now I had 3 persistence units in one persistence.xml file. But I found out about composite persistence unit and now would like to implement it into my project. Here is an example on doing this ...
0
votes
0answers
68 views

zend framework viewhelper and validator

I have viewhelper for composite form element like this: class App_View_Helper_ComparerText extends Zend_View_Helper_FormElement { protected $html = ''; public function comparerText($name, ...
0
votes
0answers
334 views

How to use JSF 2 composite component “editableValueHolder” tag with a not fixed “name” property

How to use JSF 2 composite component editableValueHolder tag with a not fixed name property. I need to accept converters in my new composite component. For that, I'm doing the following code: ...
0
votes
0answers
357 views

Image Magick: convert and composite in one command

I am currently working on a automation script to convert imgaes for use on websites. Every image gets a white and black border and is combined with a prepared alpha channel image. The black border ...
0
votes
1answer
458 views

How do I make it possible to resize a composite by dragging the corner

I am working with SWT and I would like to be able to resize a composite by dragging the corner of it, the same way that you can resize a shell. I'm sure someone out there has implemented a good ...
0
votes
1answer
127 views

JPA Composite Primary Key generating

I have simple entity class (irrelevant methods omitted): @Entity @Table(name="CONNECTIONS") public class Connection implements Serializable { @Id private Long id_track; @Id private Long ...
1
vote
0answers
158 views

Knockout composite binding path

Hi I am trying to bind to an item within an object in knockout: the following line does not work <span data-bind="text:selectedItem.details"></span> I tried changing it to have ...
2
votes
0answers
46 views

Enabling focus listeners on the composite container

I have four composites aligned in order. Each composite has a check box, Label, and 2 Buttons. Now these composites are aligned one after another. I want to enable focus on these items, i.e. when I ...
0
votes
1answer
166 views

How to populate checkbox in Zend custom composite element?

In Zend I have a custom composite element which consists of two text fields and a checkbox. This is the view helper: <?php class My_View_Helper_WorkplaceFactor extends ...
0
votes
0answers
205 views

dynamic JSF composite component styling/rendering

I've a little problem with a composite component. This component's implementation looks like: <composite:implementation> <h:outputStylesheet name="foo.css" library="bar"/> ...

1 2 3 4 5 8