de.tu_berlin.cs.tfs.muvitorkit.properties
Class LocationPropertySource

java.lang.Object
  extended by de.tu_berlin.cs.tfs.muvitorkit.properties.AbstractPropertySource<Point>
      extended by de.tu_berlin.cs.tfs.muvitorkit.properties.LocationPropertySource
All Implemented Interfaces:
IPropertySource

public class LocationPropertySource
extends AbstractPropertySource<Point>

Property source for location data.

Rating red

Constructor Summary
LocationPropertySource(int x, int y)
           
 
Method Summary
protected  IPropertyDescriptor[] createPropertyDescriptors()
           
 Object getPropertyValue(Object id)
           
 void setPropertyValue(Object id, Object value)
           
 String toString()
           
 
Methods inherited from class de.tu_berlin.cs.tfs.muvitorkit.properties.AbstractPropertySource
getEditableValue, getModel, getPropertyDescriptors, isPropertySet, resetPropertyValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationPropertySource

public LocationPropertySource(int x,
                              int y)
Method Detail

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