public interface RequestsUIHelper
Module: work-swing-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>work-swing-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
setUIHelper(TunableUIHelper helper)
This method will be called by the Tunable UI handler to
provide a helper object that might be used for some
interaction with the Tunable UI.
|
void setUIHelper(TunableUIHelper helper)
helper
- the helper objectCopyright 2011-2015 Cytoscape Consortium. All rights reserved.