| Package | Description |
|---|---|
| de.javagl.common.ui.properties |
Classes for showing dialogs that allow entering properties
|
| Modifier and Type | Method and Description |
|---|---|
PropertiesDialog.PropertiesDialogBuilder |
PropertiesDialog.PropertiesDialogBuilder.addProperty(String name,
String description)
Add the specified property to the dialog that is being built
|
PropertiesDialog.PropertiesDialogBuilder |
PropertiesDialog.PropertiesDialogBuilder.addProperty(String name,
String description,
String defaultValue)
Add the specified property to the dialog that is being built
|
PropertiesDialog.PropertiesDialogBuilder |
PropertiesDialog.PropertiesDialogBuilder.addProperty(String name,
String description,
String defaultValue,
Predicate<? super String> validator)
Add the specified property to the dialog that is being built
|
PropertiesDialog.PropertiesDialogBuilder |
PropertiesDialog.PropertiesDialogBuilder.addProperty(String name,
String description,
String defaultValue,
Predicate<? super String> validator,
Function<? super String,String> message)
Add the specified property to the dialog that is being built
|
static PropertiesDialog.PropertiesDialogBuilder |
PropertiesDialog.create(Component parentComponent,
String title)
Creates a new
PropertiesDialog.PropertiesDialogBuilder that creates a
PropertiesDialog with the given parent and title |
Copyright © 2022. All rights reserved.