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 |
setModality(Dialog.ModalityType modality)
Set the modality of the parent dialog.
|
Window getParent()
void setModality(Dialog.ModalityType modality)
modality - the new modality for the dialogCopyright 2011-2015 Cytoscape Consortium. All rights reserved.