Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13417/src/net/sourceforge/bprocessor/gui/attrview
Modified Files:
GenericPanel.java
Log Message:
Improvement of scripting
Added a transform
Index: GenericPanel.java
===================================================================
RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/GenericPanel.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** GenericPanel.java 17 Jul 2006 08:32:00 -0000 1.19
--- GenericPanel.java 15 Sep 2006 07:31:23 -0000 1.20
***************
*** 141,145 ****
});
where.add(new AttributeRow(da));
! } else if (a.getValue() instanceof Entity) {
// Handles the links
LinkAttribute la = new LinkAttribute(a);
--- 141,145 ----
});
where.add(new AttributeRow(da));
! } else if (a.getValue() instanceof Parametric) {
// Handles the links
LinkAttribute la = new LinkAttribute(a);
|