public class DefaultAttributeDescriptorPickerController extends AbstractPickerController<FeatureAttributeDescriptor> implements AttributeDescriptorPickerController
changeListenerHelper, LOG| Constructor and Description |
|---|
DefaultAttributeDescriptorPickerController(javax.swing.JComboBox combo,
java.util.function.Predicate<FeatureAttributeDescriptor> filter) |
DefaultAttributeDescriptorPickerController(javax.swing.JList list,
java.util.function.Predicate<FeatureAttributeDescriptor> filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
void |
coerceAndSet(java.lang.Object descriptor) |
FeatureAttributeDescriptor |
get() |
boolean |
getAllowNull() |
java.lang.String |
getName() |
boolean |
isEnabled() |
void |
set(FeatureAttributeDescriptor descriptor) |
void |
set(java.lang.String name) |
void |
setAllowNull(boolean allowNull) |
void |
setEditable(boolean editable) |
void |
setEnabled(boolean enabled) |
void |
setFeatureType(FeatureType featureType) |
addChangeListener, coerce, existsIcon, fireChangeEvent, fireChangeEvent, getChangeListeners, getIcon, hasChangeListeners, initButton, initText, isEditable, isEmpty, isValid, removeAllChangeListener, removeChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEditable, isEmpty, isValidaddChangeListener, getChangeListeners, hasChangeListeners, removeAllChangeListener, removeChangeListenerpublic DefaultAttributeDescriptorPickerController(javax.swing.JComboBox combo,
java.util.function.Predicate<FeatureAttributeDescriptor> filter)
public DefaultAttributeDescriptorPickerController(javax.swing.JList list,
java.util.function.Predicate<FeatureAttributeDescriptor> filter)
public void setFeatureType(FeatureType featureType)
setFeatureType in interface AttributeDescriptorPickerControllerpublic FeatureAttributeDescriptor get()
get in interface PickerController<FeatureAttributeDescriptor>public void set(FeatureAttributeDescriptor descriptor)
set in interface PickerController<FeatureAttributeDescriptor>public void set(java.lang.String name)
set in interface AttributeDescriptorPickerControllerpublic void coerceAndSet(java.lang.Object descriptor)
coerceAndSet in interface PickerController<FeatureAttributeDescriptor>public void setEnabled(boolean enabled)
setEnabled in interface PickerController<FeatureAttributeDescriptor>public boolean isEnabled()
isEnabled in interface PickerController<FeatureAttributeDescriptor>public java.lang.String getName()
getName in interface AttributeDescriptorPickerControllerpublic void clean()
clean in interface AttributeDescriptorPickerControllerpublic void setEditable(boolean editable)
setEditable in interface PickerController<FeatureAttributeDescriptor>setEditable in class AbstractPickerController<FeatureAttributeDescriptor>public void setAllowNull(boolean allowNull)
setAllowNull in interface AttributeDescriptorPickerControllerpublic boolean getAllowNull()
getAllowNull in interface AttributeDescriptorPickerController