public interface PanelTaskManager extends TaskManager<JPanel,JPanel>
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 |
validateAndApplyTunables(Object tunableContext)
Validates any pending changes to the tunables in the given context
object.
|
execute, execute, getConfiguration, setExecutionContextboolean validateAndApplyTunables(Object tunableContext)
tunableContext - the object whose tunables should be validated.Copyright 2011 Cytoscape Consortium. All rights reserved.