|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectlyPresentableTunableHandler
TODO: Missing documentation
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 | |
---|---|
boolean |
isForcedToSetDirectly()
If this method returns true, the boolean will be presented to set directly from GUI without being a part of a parent panel. |
boolean |
setTunableDirectly(Window possibleParent)
This method allows us to bypass the normal tunable support when there is only one tunable in a Task. |
Method Detail |
---|
boolean setTunableDirectly(Window possibleParent)
boolean isForcedToSetDirectly()
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |