Uses of Interface
net.anwiba.commons.swing.dialog.chooser.IChooserPanelConfiguration
-
Packages that use IChooserPanelConfiguration Package Description net.anwiba.commons.swing.dialog.chooser -
-
Uses of IChooserPanelConfiguration in net.anwiba.commons.swing.dialog.chooser
Classes in net.anwiba.commons.swing.dialog.chooser that implement IChooserPanelConfiguration Modifier and Type Class Description classChooserPanelConfiguration<T>Methods in net.anwiba.commons.swing.dialog.chooser that return types with arguments of type IChooserPanelConfiguration Modifier and Type Method Description java.util.List<IChooserPanelConfiguration<T>>IChooserDialogConfiguration. getOptionPanelConfigurations()Methods in net.anwiba.commons.swing.dialog.chooser with parameters of type IChooserPanelConfiguration Modifier and Type Method Description javax.swing.IconChooserPanelConfigurationUi. getIcon(IChooserPanelConfiguration<T> configuration)java.lang.StringChooserPanelConfigurationUi. getText(IChooserPanelConfiguration<T> configuration)java.lang.StringChooserPanelConfigurationUi. getToolTipText(IChooserPanelConfiguration<T> configuration)
-