|
||||||||||
| 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.ComponentPropertyEditor
public class ComponentPropertyEditor
This editor can be seen as a dummy editor and is only intended for use where you just want to display a component i the property editor. It can for example be used if you want to show a JButton that opens a dialog when you click it.
| Field Summary |
|---|
| Fields inherited from class com.wirefusion.propertyeditor.WfPropertyEditor |
|---|
LEFT_POSITION, TOP_POSITION |
| Constructor Summary | |
|---|---|
ComponentPropertyEditor(java.lang.String label,
javax.swing.JComponent component)
Constructs a ColorPropertyEditor object. |
|
| Method Summary |
|---|
| Methods inherited from class com.wirefusion.propertyeditor.WfPropertyEditor |
|---|
addPropertyChangeListener, firePropertyChange, getEditor, getInfoString, getPropertyId, isEnabled, removePropertyChangeListener, setEnabled, setLabelPosition, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentPropertyEditor(java.lang.String label,
javax.swing.JComponent component)
label - the labelcomponent - the component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||