Package net.anwiba.commons.swing.dialog
Interface IValueDialog<T>
-
- All Known Implementing Classes:
ComboBoxChooserDialog,ConfigurableDialogToValueDialogAdapter,ListChooserDialog
public interface IValueDialog<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDialogResultgetResult()TgetValue()voidsetVisible(boolean is)
-
-
-
Method Detail
-
getResult
IDialogResult getResult()
-
setVisible
void setVisible(boolean is)
-
getValue
T getValue()
-
-