public interface IChooserPanelFactory<T>
| Modifier and Type | Method and Description |
|---|---|
IChooserPanel<T> |
create(Window owner,
T value) |
boolean |
isApplicable(T value) |
IChooserPanel<T> create(Window owner, T value)
boolean isApplicable(T value)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.