public abstract class AbstractConverterChooseWizardPanel extends AbstractWizardPanel implements Localizable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_CONVERTER |
static String |
PROPERTY_INIT
Special property without value for the wizard panel.
|
changeSupport, wizard| Constructor and Description |
|---|
AbstractConverterChooseWizardPanel()
Creates a new AbstractConverterChooseWizardPanel object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener pcl) |
void |
addPropertyChangeListener(String property,
PropertyChangeListener pcl) |
protected Component |
createComponent()
DOCUMENT ME!
|
abstract List<de.cismet.commons.converter.Converter> |
getAvailableConverters()
Shall return a list of converters that the user may choose from.
|
de.cismet.commons.converter.Converter |
getConverter()
Getter for the currently chosen converter.
|
ResourceBundle |
getResourceBundle()
The current (custom) resource bundle in use.
|
String |
getText(String property)
Get for localised text for certain properties.
|
boolean |
isValid() |
protected void |
read(org.openide.WizardDescriptor wizard)
DOCUMENT ME!
|
void |
removePropertyChangeListener(PropertyChangeListener pcl) |
void |
removePropertyChangeListener(String property,
PropertyChangeListener pcl) |
void |
setConverter(de.cismet.commons.converter.Converter converter)
Sets the chosen converter.
|
void |
setResourceBundle(ResourceBundle resourceBundle)
Sets the new (custom) resource bundle that shall be used for L10N.
|
protected void |
store(org.openide.WizardDescriptor wizard)
DOCUMENT ME!
|
addChangeListener, getComponent, getHelp, readSettings, removeChangeListener, storeSettingspublic static final String PROP_CONVERTER
public static final String PROPERTY_INIT
public AbstractConverterChooseWizardPanel()
protected Component createComponent()
AbstractWizardPanelcreateComponent in class AbstractWizardPanelprotected void read(org.openide.WizardDescriptor wizard)
AbstractWizardPanelread in class AbstractWizardPanelwizard - DOCUMENT ME!protected void store(org.openide.WizardDescriptor wizard)
AbstractWizardPanelstore in class AbstractWizardPanelwizard - DOCUMENT ME!public boolean isValid()
isValid in interface org.openide.WizardDescriptor.PanelisValid in class AbstractWizardPanelpublic abstract List<de.cismet.commons.converter.Converter> getAvailableConverters()
nullpublic de.cismet.commons.converter.Converter getConverter()
public void setConverter(de.cismet.commons.converter.Converter converter)
converter - the chosen converterpublic ResourceBundle getResourceBundle()
LocalizablegetResourceBundle in interface Localizablepublic void setResourceBundle(ResourceBundle resourceBundle)
LocalizablesetResourceBundle in interface LocalizableresourceBundle - the new (custom) resource bundle that shall be used for L10Npublic String getText(String property)
ResourceBundle from
getResourceBundle() to locate the value for the given property. If no custom bundle is set or if the
custom bundle does not contain a value for the property the return value is provided by
NbBundle.getMessage(java.lang.Class, java.lang.String).property - the property to get the localised value forpublic void addPropertyChangeListener(PropertyChangeListener pcl)
public void addPropertyChangeListener(String property, PropertyChangeListener pcl)
public void removePropertyChangeListener(PropertyChangeListener pcl)
public void removePropertyChangeListener(String property, PropertyChangeListener pcl)
Copyright © 2012–2026 cismet GmbH. All rights reserved.