public class FavoriteAlgorithmsEditor extends PreferenceEditor<java.util.List<java.lang.String>>
font| Constructor and Description |
|---|
FavoriteAlgorithmsEditor(PreferenceValue<java.util.List<java.lang.String>> pv)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
createComponent()
Cria o componente de edição da preferência.
|
static javax.swing.ImageIcon |
getIconForVersion(csbase.logic.algorithms.AlgorithmVersionInfo algorithmVersion)
Obtém o ícone para a versão especificada.
|
addListener, commit, getComponent, getLabel, getPrefixedString, getString, getValue, hasListeners, hasString, isEditable, notifyListeners, removeListener, setTitledBorder, setTitledBorder, setValuepublic FavoriteAlgorithmsEditor(PreferenceValue<java.util.List<java.lang.String>> pv)
pv - lista de valores de preferência.protected javax.swing.JComponent createComponent()
createComponent in class PreferenceEditor<java.util.List<java.lang.String>>public static javax.swing.ImageIcon getIconForVersion(csbase.logic.algorithms.AlgorithmVersionInfo algorithmVersion)
algorithmVersion - a versão do algoritmo.Copyright © 2016. All Rights Reserved.