Author: mmichaud
Date: 2009-04-02 07:57:35 -0700 (Thu, 02 Apr 2009)
New Revision: 16420
Modified:
csplugins/trunk/pasteur/mathieu/tunables2/src/main/java/org/cytoscape/work/TunableInterceptor.java
Log:
Modified:
csplugins/trunk/pasteur/mathieu/tunables2/src/main/java/org/cytoscape/work/TunableInterceptor.java
===================================================================
---
csplugins/trunk/pasteur/mathieu/tunables2/src/main/java/org/cytoscape/work/TunableInterceptor.java
2009-04-02 14:57:23 UTC (rev 16419)
+++
csplugins/trunk/pasteur/mathieu/tunables2/src/main/java/org/cytoscape/work/TunableInterceptor.java
2009-04-02 14:57:35 UTC (rev 16420)
@@ -1,10 +1,11 @@
package org.cytoscape.work;
+import java.awt.Component;
import java.util.Map;
public interface TunableInterceptor<T extends Handler> {
public void loadTunables(Object o);
public Map<String,T> getHandlers(Object o);
- public int createUI(Object ... obs );
+ public boolean createUI(Object ... obs);
}
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---