@Deprecated
public class DialogUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
showGenericDialog(java.lang.Object bean,
java.lang.String title)
Deprecated.
Utility to automatically create ImageJ's GenericDialog for editing bean properties.
|
public static boolean showGenericDialog(java.lang.Object bean,
java.lang.String title)
bean - Java bean for which to create dialog.title - dialog title.true if user closed bean dialog using OK button, false otherwise.