|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestsUIHelper
Interface to indicate that an app wants to have a UI helper provided.
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>
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setUIHelper(TunableUIHelper helper)
helper
- the helper object
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |