de.tu_berlin.cs.tfs.muvitorkit.properties
Class LocationPropertySource
java.lang.Object
de.tu_berlin.cs.tfs.muvitorkit.properties.AbstractPropertySource<Point>
de.tu_berlin.cs.tfs.muvitorkit.properties.LocationPropertySource
- All Implemented Interfaces:
- IPropertySource
public class LocationPropertySource
- extends AbstractPropertySource<Point>
Property source for location data.
- Rating

LocationPropertySource
public LocationPropertySource(int x,
int y)
createPropertyDescriptors
protected IPropertyDescriptor[] createPropertyDescriptors()
- Specified by:
createPropertyDescriptors
in class AbstractPropertySource<Point>
getPropertyValue
public Object getPropertyValue(Object id)
setPropertyValue
public void setPropertyValue(Object id,
Object value)
toString
public String toString()
- Overrides:
toString
in class Object