|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKiemPropertyType
The Interface IKiemPropertyType. This is the base interface that has to be implemented by new
KiemProperty types that also must extend the KiemPropertyType
abstract class.
KiemProperties have to implement the getValue(KiemProperty)
and the
setValue(KiemProperty, Object)
methods depending on the CellEditor that is used. The
standard CellEditor is the TextCellEditor but KiemPropertyTypes may provide their own CellEditors
by overriding the method
KiemPropertyType.provideCellEditor(org.eclipse.swt.widgets.Composite)
.
Method Summary | |
---|---|
Object |
getValue(KiemProperty property)
Gets the value of the property type. |
void |
setValue(KiemProperty property,
Object value)
Sets the value of the property type. |
Method Detail |
---|
Object getValue(KiemProperty property)
property
- the KiemProperty that this type operates on
void setValue(KiemProperty property, Object value)
value
- the value of the property with the type depending on the cell editorproperty
- the KiemProperty that this type operates on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |