Drools :: Eclipse :: Guvnor tools 6.1.0.CR2

org.guvnor.tools.views.model
Class TreePropertyProvider

java.lang.Object
  extended by 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


Constructor Summary
TreePropertyProvider(TreeObject node)
           
 
Method Summary
 Object getEditableValue()
           
 org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
           
 Object getPropertyValue(Object id)
           
 boolean isPropertySet(Object id)
           
 void resetPropertyValue(Object id)
           
 void setPropertyValue(Object id, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreePropertyProvider

public TreePropertyProvider(TreeObject node)
Method Detail

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

Drools :: Eclipse :: Guvnor tools 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.