Module net.anwiba.commons.swing
Interface IChooserDialogConfiguration<T>
public interface IChooserDialogConfiguration<T>
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getOptionPanelConfigurations
List<IChooserPanelConfiguration<T>> getOptionPanelConfigurations() -
getPresetValue
T getPresetValue() -
getDialogType
DialogType getDialogType()
-