public class ApplyDialog extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyDialog.What
Enumeration of settings that can be applied.
|
static class |
ApplyDialog.Where
Enumeration of target sets of plots the settings should be applied to.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplyDialog |
apply(Component parent)
Displays the dialog.
|
Set<ApplyDialog.What> |
getWhat() |
ApplyDialog.Where |
getWhere() |
boolean |
isCancelled() |
static void |
main(String... args) |
String |
toString() |
public static ApplyDialog apply(Component parent)
parent - Parent component.public Set<ApplyDialog.What> getWhat()
public ApplyDialog.Where getWhere()
public boolean isCancelled()
public static void main(String... args)
Copyright © 2024 LSST. All rights reserved.