roneditor.model
Class LocationPropertySource
java.lang.Object
roneditor.model.LocationPropertySource
- All Implemented Interfaces:
- org.eclipse.ui.views.properties.IPropertySource
public class LocationPropertySource
- extends java.lang.Object
- implements org.eclipse.ui.views.properties.IPropertySource
Property source for delta data.
- Author:
- Tony Modica
Field Summary |
private static org.eclipse.ui.views.properties.IPropertyDescriptor[] |
descriptors
|
static int |
ID_X
|
static int |
ID_Y
|
private org.eclipse.draw2d.geometry.Point |
location
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ID_X
public static final int ID_X
- See Also:
- Constant Field Values
ID_Y
public static final int ID_Y
- See Also:
- Constant Field Values
descriptors
private static final org.eclipse.ui.views.properties.IPropertyDescriptor[] descriptors
location
private org.eclipse.draw2d.geometry.Point location
LocationPropertySource
public LocationPropertySource(org.eclipse.draw2d.geometry.Point location)
getPropertyValue
public java.lang.Object getPropertyValue(java.lang.Object id)
- Specified by:
getPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
setPropertyValue
public void setPropertyValue(java.lang.Object id,
java.lang.Object value)
- Specified by:
setPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
getEditableValue
public java.lang.Object getEditableValue()
- Specified by:
getEditableValue
in interface org.eclipse.ui.views.properties.IPropertySource
getPropertyDescriptors
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptors
in interface org.eclipse.ui.views.properties.IPropertySource
resetPropertyValue
public void resetPropertyValue(java.lang.Object propName)
- Specified by:
resetPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
isPropertySet
public boolean isPropertySet(java.lang.Object propName)
- Specified by:
isPropertySet
in interface org.eclipse.ui.views.properties.IPropertySource
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object