T - tipo do valor editado.public class EmptyEditor<T> extends PreferenceEditor<T>
PreferenceValue.getEditor()font| Constructor and Description |
|---|
EmptyEditor(PreferenceValue<T> pv)
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
createComponent()
Cria o componente de edição da preferência.
|
addListener, commit, getComponent, getLabel, getPrefixedString, getString, getValue, hasListeners, hasString, isEditable, notifyListeners, removeListener, setTitledBorder, setTitledBorder, setValuepublic EmptyEditor(PreferenceValue<T> pv)
pv - objeto que encapsula o valor da preferência.protected JComponent createComponent()
createComponent in class PreferenceEditor<T>Copyright © 2016. All rights reserved.