Mail Archive Home | fractal-commits List | Febuary 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Wednesday, February 22, 2006 @ 13:41:24
Author: seintur
Path: .../features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util
Modified: MembraneHelper.java
Added getFcContent() for pure object membranes.
---------------------+
MembraneHelper.java | 7 +++++++
1 files changed, 7 insertions(+)
Index:
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java
diff -u
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java:1.6
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java:1.7
---
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java:1.6
Wed Feb 15 03:09:51 2006
+++
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java
Wed Feb 22 13:41:24 2006
@@ -96,4 +96,11 @@
public static SuperControllerItf getFcSuperCtrl( Component comp ) {
return FractalHelper.getSuperController(comp);
}
+
+ /**
+ * Return the content associated to the given component.
+ */
+ public static Object getFcContent( Component comp ) {
+ return FractalHelper.getContent(comp);
+ }
}
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.