|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.sim.kiem.properties.KiemPropertyType
de.cau.cs.kieler.sim.kiem.properties.KiemPropertyTypeString
public class KiemPropertyTypeString
The Class KiemPropertyTypeString. This implements a sample KiemPropertyType for a String type.
Constructor Summary | |
---|---|
KiemPropertyTypeString()
Instantiates a new KiemPropertyType string. |
Method Summary | |
---|---|
Object |
getValue(KiemProperty property)
This method does not bridge anything because the string cell editor handles Strings directly. |
Image |
provideIcon()
Provide an icon Image for this KiemPropertyType. |
void |
setValue(KiemProperty property,
Object value)
This method does not bridge anything because the string cell editor handles Strings directly. |
Methods inherited from class de.cau.cs.kieler.sim.kiem.properties.KiemPropertyType |
---|
getCellEditor, getIcon, getId, provideCellEditor, setCellEditor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KiemPropertyTypeString()
Method Detail |
---|
public Object getValue(KiemProperty property)
getValue
in interface IKiemPropertyType
property
- the KiemProperty that this type operates on
public void setValue(KiemProperty property, Object value)
setValue
in interface IKiemPropertyType
property
- the KiemProperty that this type operates onvalue
- the value of the property with the type depending on the cell editorpublic Image provideIcon()
KiemPropertyType
provideIcon
in class KiemPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |