|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wirefusion.propertyeditor.WfPropertyEditor
com.wirefusion.propertyeditor.ColorPropertyEditor
public class ColorPropertyEditor
This editor is intended for use with color properties.
| Field Summary |
|---|
| Fields inherited from class com.wirefusion.propertyeditor.WfPropertyEditor |
|---|
LEFT_POSITION, TOP_POSITION |
| Constructor Summary | |
|---|---|
ColorPropertyEditor(java.lang.String propertyId,
java.lang.String label,
java.awt.Color color)
Constructs a ColorPropertyEditor object. |
|
| Method Summary | |
|---|---|
void |
setEnabled(boolean enabled)
Enables or disables this component, depending on the value of the parameter enabled. |
| Methods inherited from class com.wirefusion.propertyeditor.WfPropertyEditor |
|---|
addPropertyChangeListener, firePropertyChange, getEditor, getInfoString, getPropertyId, isEnabled, removePropertyChangeListener, setLabelPosition, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColorPropertyEditor(java.lang.String propertyId,
java.lang.String label,
java.awt.Color color)
propertyId - the property IDlabel - the labelcolor - the color property| Method Detail |
|---|
public void setEnabled(boolean enabled)
WfPropertyEditor
setEnabled in class WfPropertyEditorenabled - If true, this editor is enabled; otherwise the editor is disabled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||