org.guvnor.tools.views.model
Class TreePropertyProvider
java.lang.Object
org.guvnor.tools.views.model.TreePropertyProvider
- All Implemented Interfaces:
- org.eclipse.ui.views.properties.IPropertySource
public class TreePropertyProvider
- extends Object
- implements org.eclipse.ui.views.properties.IPropertySource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreePropertyProvider
public TreePropertyProvider(TreeObject node)
getEditableValue
public 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
getPropertyValue
public Object getPropertyValue(Object id)
- Specified by:
getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
isPropertySet
public boolean isPropertySet(Object id)
- Specified by:
isPropertySet in interface org.eclipse.ui.views.properties.IPropertySource
resetPropertyValue
public void resetPropertyValue(Object id)
- Specified by:
resetPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
setPropertyValue
public void setPropertyValue(Object id,
Object value)
- Specified by:
setPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.