roneditor.ronview.model
Class HLTransitionPropertySource

java.lang.Object
  extended by roneditor.ronview.model.HLTransitionPropertySource
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertySource

public class HLTransitionPropertySource
extends java.lang.Object
implements org.eclipse.ui.views.properties.IPropertySource

Property source for HLTransition.


Field Summary
private static org.eclipse.ui.views.properties.IPropertyDescriptor[] descriptors
           
private  ronmodel.HLTransition hlTransition
           
static int ID_NAME
           
static int ID_X
           
static int ID_Y
           
 
Constructor Summary
HLTransitionPropertySource(ronmodel.HLTransition hlTransition)
           
 
Method Summary
 java.lang.Object getEditableValue()
           
 org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
           
 java.lang.Object getPropertyValue(java.lang.Object id)
           
 boolean isPropertySet(java.lang.Object propName)
           
 void resetPropertyValue(java.lang.Object propName)
           
 void setPropertyValue(java.lang.Object id, java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID_NAME

public static final int ID_NAME
See Also:
Constant Field Values

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

hlTransition

private ronmodel.HLTransition hlTransition
Constructor Detail

HLTransitionPropertySource

public HLTransitionPropertySource(ronmodel.HLTransition hlTransition)
Method Detail

getPropertyValue

public java.lang.Object getPropertyValue(java.lang.Object id)
Specified by:
getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
See Also:
IPropertySource.getPropertyValue(java.lang.Object)

setPropertyValue

public void setPropertyValue(java.lang.Object id,
                             java.lang.Object value)
Specified by:
setPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
See Also:
IPropertySource.setPropertyValue(java.lang.Object, java.lang.Object)

getEditableValue

public java.lang.Object getEditableValue()
Specified by:
getEditableValue in interface org.eclipse.ui.views.properties.IPropertySource
See Also:
IPropertySource.getEditableValue()

getPropertyDescriptors

public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
Specified by:
getPropertyDescriptors in interface org.eclipse.ui.views.properties.IPropertySource
See Also:
IPropertySource.getPropertyDescriptors()

resetPropertyValue

public void resetPropertyValue(java.lang.Object propName)
Specified by:
resetPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
See Also:
IPropertySource.resetPropertyValue(java.lang.Object)

isPropertySet

public boolean isPropertySet(java.lang.Object propName)
Specified by:
isPropertySet in interface org.eclipse.ui.views.properties.IPropertySource
See Also:
IPropertySource.isPropertySet(java.lang.Object)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()