Package org.cytoscape.work.properties
Interface TunablePropertyHandlerFactory<T extends TunablePropertyHandler>
-
- All Superinterfaces:
TunableHandlerFactory<T>
public interface TunablePropertyHandlerFactory<T extends TunablePropertyHandler> extends TunableHandlerFactory<T>
A specialization of TunableHandlerFactory for TunablePropertyHandler. This is basically a marker interface to be used when registering the factory as an OSGi service.Module:
work-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>work-api</artifactId> </dependency>
Cytoscape Backwards Compatibility (SPI Interface): We expect that this interface will be implemented. Therefore to maintain backwards compatibility this interface will only be modified for major version updates.
-
-
Method Summary
-
Methods inherited from interface org.cytoscape.work.TunableHandlerFactory
createTunableHandler, createTunableHandler
-
-