public interface DirectlyPresentableTunableHandler
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 |
---|---|
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.
|
boolean setTunableDirectly(Window possibleParent)
boolean isForcedToSetDirectly()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.