Cytoscape 3.0.1 API

org.cytoscape.work.swing
Interface DirectlyPresentableTunableHandler


public interface DirectlyPresentableTunableHandler


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

setTunableDirectly

boolean setTunableDirectly(Window possibleParent)
This method allows us to bypass the normal tunable support when there is only one tunable in a Task.


isForcedToSetDirectly

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. This method can be controlled by the param field available in tunables. For instance, in Boolean tunable if parameter "ForceSetDirectly"="true" is defined, the tunable will be set directly.

Returns:

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.