public interface TunableUIHelper
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 |
|---|---|
Window |
getParent()
Get the parent of the current Tunable dialog.
|
void |
refresh(Object objectWithTunables)
Recreate the Tunable UI.
|
void |
setModality(Dialog.ModalityType modality)
Set the modality of the parent dialog.
|
void |
update(Object objectWithTunables)
Update all of the tunable values.
|
Window getParent()
void setModality(Dialog.ModalityType modality)
modality - the new modality for the dialogvoid update(Object objectWithTunables)
objectWithTunables - the object containing the tunablesvoid refresh(Object objectWithTunables)
objectWithTunables - the object containing the tunablesCopyright 2011-2015 Cytoscape Consortium. All rights reserved.