JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.anwiba.commons.swing
Package
net.anwiba.commons.swing.dialog.chooser
Interface IChooserPanelFactory<T>
public interface
IChooserPanelFactory<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
IChooserPanel
<
T
>
create
(
Window
owner,
T
value)
boolean
isApplicable
(
T
value)
Method Details
create
IChooserPanel
<
T
>
create
(
Window
owner,
T
value)
isApplicable
boolean
isApplicable
(
T
value)