Package org.cytoscape.command
Interface StringTunableHandler
-
- All Superinterfaces:
TunableHandler
- All Known Implementing Classes:
AbstractStringTunableHandler
public interface StringTunableHandler extends TunableHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
processArg(String s)
void
processArgString(String s)
-
Methods inherited from interface org.cytoscape.work.TunableHandler
controlsMutuallyExclusiveNestedChildren, dependsOn, getChildKey, getDescription, getExampleStringValue, getGroups, getLongDescription, getName, getParams, getQualifiedName, getType, getValue, handle, listenForChange, setValue
-
-