public static class ConfigUtils.ColorEntryHandler extends java.lang.Object implements EntryHandler
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JColorChooser |
colorChooser |
Constructor and Description |
---|
ConfigUtils.ColorEntryHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildComponent() |
java.awt.Component |
getComponent() |
java.lang.Object |
getValue() |
boolean |
isValueEditable() |
boolean |
isValueValid() |
java.lang.Object |
newEntry() |
void |
setValue(java.lang.Object value) |
protected void buildComponent()
public java.awt.Component getComponent()
getComponent
in interface EntryHandler
public java.lang.Object getValue()
getValue
in interface EntryHandler
public boolean isValueEditable()
isValueEditable
in interface EntryHandler
public boolean isValueValid()
isValueValid
in interface EntryHandler
public void setValue(java.lang.Object value)
setValue
in interface EntryHandler
public java.lang.Object newEntry()
newEntry
in interface EntryHandler