|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PanelTaskManager
A specialization of a TaskManager that creates a JPanel configuration object and expects its execution context to be another JPanel. This TaskManager can be used for embedding JPanels within other GUIs.
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 |
validateAndApplyTunables(Object tunableContext)
Validates any pending changes to the tunables in the given context object. |
Methods inherited from interface org.cytoscape.work.TaskManager |
---|
execute, execute, getConfiguration, setExecutionContext |
Method Detail |
---|
boolean validateAndApplyTunables(Object tunableContext)
tunableContext
- the object whose tunables should be validated.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |