Uses of Interface
com.metamatrix.common.object.PropertyDefinition

Packages that use PropertyDefinition
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.common.object   
com.metamatrix.common.tree   
com.metamatrix.common.tree.basic   
com.metamatrix.common.tree.directory   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.properties   
com.metamatrix.toolbox.ui.widget.property   
com.metamatrix.toolbox.ui.widget.tree   
 

Uses of PropertyDefinition in com.metamatrix.common.config.api
 

Classes in com.metamatrix.common.config.api that implement PropertyDefinition
 class ComponentTypePropDefn
          ComponentTypePropDefn is an unmodifiable wrapper for the PropertyDefinition.
 

Methods in com.metamatrix.common.config.api that return PropertyDefinition
 PropertyDefinition ComponentTypeDefn.getClonedPropertyDefinition()
          Returns a modifiable PropertyDefinition.
 PropertyDefinition ComponentTypeDefn.getPropertyDefinition()
          Returns an unmodifiable PropertyDefinition
 

Methods in com.metamatrix.common.config.api with parameters of type PropertyDefinition
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID typeID, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use ConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID, PropertyDefinition, boolean)
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID typeID, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
          Create a new ComponentTypeDefn instance with the specified name.
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use ConfigurationObjectEditor.createComponentTypeDefn(ComponentType, PropertyDefinition, boolean)
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
          Create a new ComponentTypeDefn and update the ComponentType with the new defintion.
 PropDefnAllowedValue ConfigurationObjectEditor.createPropDefnAllowedValue(ComponentTypeDefn typeDefn, PropertyDefinition propDefn, java.lang.String value)
          Create a new PropDefnAllowedValue that will be added to the modifiable (cloned) PropertyDefinition that was obtained from the ComponentTypeDefn.
 ComponentTypeDefn ConfigurationObjectEditor.setPropertyDefinition(ComponentTypeDefn t, PropertyDefinition defn)
          Set the PropertyDefinition on the ComponentTypeDefn
 

Constructors in com.metamatrix.common.config.api with parameters of type PropertyDefinition
ComponentTypePropDefn(PropertyDefinition definition)
           
 

Uses of PropertyDefinition in com.metamatrix.common.config.model
 

Methods in com.metamatrix.common.config.model that return PropertyDefinition
 PropertyDefinition BasicComponentTypeDefn.getClonedPropertyDefinition()
           
 PropertyDefinition BasicComponentTypeDefn.getPropertyDefinition()
           
 

Methods in com.metamatrix.common.config.model with parameters of type PropertyDefinition
 ComponentTypeDefn BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID typeID, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID, PropertyDefinition, boolean)
 ComponentTypeDefn BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID typeID, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
           
 ComponentTypeDefn BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType, PropertyDefinition, boolean)
 ComponentTypeDefn BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
           
 PropDefnAllowedValue BasicConfigurationObjectEditor.createPropDefnAllowedValue(ComponentTypeDefn typeDefn, PropertyDefinition propDefn, java.lang.String value)
           
 ComponentTypeDefn BasicConfigurationObjectEditor.setPropertyDefinition(ComponentTypeDefn t, PropertyDefinition defn)
           
 

Constructors in com.metamatrix.common.config.model with parameters of type PropertyDefinition
BasicComponentTypeDefn(ComponentTypeDefnID id, ComponentTypeID typeID, PropertyDefinition propertyDefinition, boolean deprecated)
          Deprecated. as of 2.0 beta 1, use BasicComponentTypeDefn
BasicComponentTypeDefn(ComponentTypeDefnID id, ComponentTypeID typeID, PropertyDefinition propertyDefinition, boolean deprecated, boolean effectiveImmediately)
           
 

Uses of PropertyDefinition in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml that return PropertyDefinition
 PropertyDefinition XMLHelperImpl.createPropertyDefinition(org.jdom.Element element)
          This method is a helper method to create a PropertyDefinition object from an XML element that represents same.
 PropertyDefinition XMLConfig_42_HelperImpl.createPropertyDefinition(org.jdom.Element element)
          This method is a helper method to create a PropertyDefinition object from an XML element that represents same.
 

Methods in com.metamatrix.common.config.xml with parameters of type PropertyDefinition
 org.jdom.Element XMLHelperImpl.createPropertyDefinitionElement(PropertyDefinition defn)
          This method is used to create a PropertyDefinition JDOM Element from a PropertyDefinition object.
 org.jdom.Element XMLHelper.createPropertyDefinitionElement(PropertyDefinition defn)
          This method is used to create a PropertyDefinition JDOM Element from a PropertyDefinition object.
 org.jdom.Element XMLConfig_42_HelperImpl.createPropertyDefinitionElement(PropertyDefinition defn)
          This method is used to create a PropertyDefinition JDOM Element from a PropertyDefinition object.
 

Uses of PropertyDefinition in com.metamatrix.common.object
 

Classes in com.metamatrix.common.object that implement PropertyDefinition
 class PropertyDefinitionImpl
          Prototype implementation of PropertyDefinition
 

Methods in com.metamatrix.common.object with parameters of type PropertyDefinition
 int PropertyDefinitionFilter.filter(PropertiedObjectEditor editor, PropertiedObject obj, PropertyDefinition defn)
          Return the filter code indicating how this PropertyDefinition associated with the specified PropertiedObject instance should be treated by the calling method.
 int DefaultPropertyDefinitionFilter.filter(PropertiedObjectEditor editor, PropertiedObject obj, PropertyDefinition defn)
           
 java.util.List PropertiedObjectEditorImpl.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.util.List PropertiedObjectEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.lang.Object PropertiedObjectsEditorImpl.getValue(int index, PropertyDefinition def)
          Obtain from the PropertiedObject at the specified index the property value that corresponds to the specified PropertyDefinition.
 java.lang.Object PropertiedObjectsEditor.getValue(int index, PropertyDefinition def)
          Obtain from the PropertiedObject at the specified index the property value that corresponds to the specified PropertyDefinition.
 java.lang.Object PropertiedObjectEditorImpl.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 java.lang.Object PropertiedObjectEditor.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 java.lang.Object PropertiedObjectsEditorImpl.getValue(PropertyDefinition def)
          Determine whether all of PropertiedObjects this editor is using have the same value for the specified PropertyDefinition.
 java.lang.Object PropertiedObjectsEditor.getValue(PropertyDefinition def)
          Determine whether all of PropertiedObjects this editor is using have the same value for the specified PropertyDefinition.
 java.lang.Object PropertiedObjectImpl.getValue(PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 java.util.List PropertiedObjectsEditorImpl.getValues(PropertyDefinition def)
          Return the ordered list of property values for the specified property definition, ordered by the list of PropertiedObjects that this editor is currently set to use.
 java.util.List PropertiedObjectsEditor.getValues(PropertyDefinition def)
          Return the ordered list of property values for the specified property definition, ordered by the list of PropertiedObjects that this editor is currently set to use.
 boolean PropertyAccessPolicyImpl.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean PropertyAccessPolicy.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean PropertiedObjectEditorImpl.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean DefaultPropertyAccessPolicy.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean PropertiedObjectsEditorImpl.isValidValue(int index, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 boolean PropertiedObjectsEditor.isValidValue(int index, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 boolean PropertiedObjectEditorImpl.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 boolean PropertiedObjectEditor.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 boolean PropertiedObjectImpl.isValidValue(PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 void PropertyAccessPolicyImpl.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void PropertyAccessPolicy.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void PropertiedObjectEditorImpl.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void DefaultPropertyAccessPolicy.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void PropertiedObjectsEditorImpl.setValue(int index, PropertyDefinition def, java.lang.Object value)
          Set the value of the property defined by the PropertyDefinition on the Propertied PropertiedObject at the specified index in this editor's list of objects.
 void PropertiedObjectsEditor.setValue(int index, PropertyDefinition def, java.lang.Object value)
          Set the value of the property defined by the PropertyDefinition on the Propertied PropertiedObject at the specified index in this editor's list of objects.
 void PropertiedObjectEditorImpl.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 void PropertiedObjectEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 void PropertiedObjectsEditorImpl.setValue(PropertyDefinition def, java.lang.Object value)
          Set the specified value for the PropertyDefinition on all of PropertiedObjects this editor is using.
 void PropertiedObjectsEditor.setValue(PropertyDefinition def, java.lang.Object value)
          Set the specified value for the PropertyDefinition on all of PropertiedObjects this editor is using.
 void PropertiedObjectImpl.setValue(PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 void PropertiedObjectsEditorImpl.setValues(PropertyDefinition def, java.util.List values)
          Set the value for the specified PropertyDefinition on each of the PropertiedObject instances that this editor is set to use.
 void PropertiedObjectsEditor.setValues(PropertyDefinition def, java.util.List values)
          Set the value for the specified PropertyDefinition on each of the PropertiedObject instances that this editor is set to use.
 

Constructors in com.metamatrix.common.object with parameters of type PropertyDefinition
PropertyDefinitionImpl(PropertyDefinition defn)
          Create a property definition object that is a copy of the specified property definition.
 

Uses of PropertyDefinition in com.metamatrix.common.tree
 

Methods in com.metamatrix.common.tree that return PropertyDefinition
 PropertyDefinition TreeNodeEditor.getNamePropertyDefinition(TreeNode obj)
          Filter the specified PropertyDefinition instances and return the first definition that is mapped to "the name" property for the tree node.
 

Methods in com.metamatrix.common.tree with parameters of type PropertyDefinition
 void TreeNodePropertyComparator.setPropertyDefinition(PropertyDefinition defn)
           
 

Uses of PropertyDefinition in com.metamatrix.common.tree.basic
 

Methods in com.metamatrix.common.tree.basic that return PropertyDefinition
protected  PropertyDefinition BasicTreeNode.getDescriptionPropertyDefinition()
          This method is used to determine which, if any, of the property definitions for this object are used to access the description.
 PropertyDefinition BasicTreeNodeEditor.getDescriptionPropertyDefinition(TreeNode obj)
          Filter the specified PropertyDefinition instances and return the first definition that is mapped to "the description" property for the metadata object.
protected  PropertyDefinition BasicTreeNode.getNamePropertyDefinition()
          This method is used to determine which, if any, of the property definitions for this object are used to access the name.
 PropertyDefinition BasicTreeNodeEditor.getNamePropertyDefinition(TreeNode obj)
          Filter the specified PropertyDefinition instances and return the first definition that is mapped to "the name" property for the tree node.
 

Methods in com.metamatrix.common.tree.basic with parameters of type PropertyDefinition
protected  java.lang.Object BasicTreeNode.convertTypeToString(java.lang.Object value, PropertyDefinition def)
          hook to allow some PropertyDefinition values to be converted non-string values into Strings before they are set on the PropertiedObject.
 java.util.List BasicTreeNodeEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.lang.Object BasicTreeNode.getPropertyValue(PropertyDefinition propertyDefn)
           
 java.lang.Object BasicTreeNodeEditor.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 boolean BasicTreeNodeEditor.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean BasicTreeNodeEditor.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 java.lang.Object BasicTreeNode.removePropertyValue(PropertyDefinition propertyDefn)
           
protected  java.lang.Object BasicTreeNode.resolveTypeFromString(java.lang.Object value, PropertyDefinition def)
          hook to allow some PropertyDefinition values to be converted from String values before they are sent to clients of this Editor.
 java.lang.Object BasicTreeNode.setPropertyValue(PropertyDefinition propertyDefn, java.lang.Object value)
           
 void BasicTreeNodeEditor.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void BasicTreeNodeEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 

Uses of PropertyDefinition in com.metamatrix.common.tree.directory
 

Methods in com.metamatrix.common.tree.directory that return PropertyDefinition
protected  PropertyDefinition FileSystemEntry.getDescriptionPropertyDefinition()
          This method is used to determine which, if any, of the property definitions for this object are used to access the description.
 PropertyDefinition FileSystemEntryEditor.getDescriptionPropertyDefinition(TreeNode obj)
          Filter the specified PropertyDefinition instances and return the first definition that is mapped to "the description" property for the metadata object.
 PropertyDefinition DirectoryEntryEditor.getDescriptionPropertyDefinition(TreeNode obj)
          Filter the specified PropertyDefinition instances and return the first definition that is mapped to "the description" property for the metadata object.
protected  PropertyDefinition FileSystemEntry.getNamePropertyDefinition()
          This method is used to determine which, if any, of the property definitions for this object are used to access the name.
 PropertyDefinition FileSystemEntryEditor.getNamePropertyDefinition(TreeNode obj)
          Filter the specified PropertyDefinition instances and return the first definition that is mapped to "the name" property for the tree node.
 

Methods in com.metamatrix.common.tree.directory with parameters of type PropertyDefinition
 java.util.List FileSystemEntryEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.lang.Object FileSystemEntryEditor.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
protected  java.lang.Object FileSystemEntry.getValue(PropertyDefinition def)
          Return the value for this objects's property that corresponds to the specified PropertyDefinition.
 boolean FileSystemEntryEditor.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean FileSystemEntryEditor.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
protected  boolean FileSystemEntry.isValidValue(PropertyDefinition definition, java.lang.Object value)
           
 void FileSystemEntryEditor.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void FileSystemEntryEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
protected  void FileSystemEntry.setValue(PropertyDefinition def, java.lang.Object value)
          Set this object's value for the property defined by the specified PropertyDefinition.
 

Uses of PropertyDefinition in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models with parameters of type PropertyDefinition
 java.util.List ResourcePropertiedObjectEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.util.List ConfigurationPropertiedObjectEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 ComponentTypeDefn ConfigurationManager.getComponentTypeDefn(PropertyDefinition propertyDefinition, ComponentObject componentObject)
           
 java.lang.Object ConfigurationPropertiedObjectEditor.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 boolean ConfigurationPropertiedObjectEditor.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean ConfigurationPropertiedObjectEditor.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 void ConfigurationPropertiedObjectEditor.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void ResourcePropertiedObjectEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 void ConfigurationPropertiedObjectEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 

Uses of PropertyDefinition in com.metamatrix.console.ui.views.properties
 

Methods in com.metamatrix.console.ui.views.properties with parameters of type PropertyDefinition
 java.util.List ConsolePropertiedEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
           
 java.lang.Object ConsolePropertiedEditor.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 boolean ConsolePropertiedEditor.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean ConsolePropertiedEditor.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 void ConsolePropertiedEditor.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void ConsolePropertiedEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 

Uses of PropertyDefinition in com.metamatrix.toolbox.ui.widget.property
 

Methods in com.metamatrix.toolbox.ui.widget.property that return PropertyDefinition
 PropertyDefinition PropertyDefinitionLabel.getPropertyDefinition()
           
 PropertyDefinition PropertySelectionEvent.getPropertyDefinition()
           
 

Methods in com.metamatrix.toolbox.ui.widget.property with parameters of type PropertyDefinition
 javax.swing.JComponent PropertyComponentFactory.createComponentForPropertyDefinition(PropertyDefinition def, java.lang.Object value, boolean isReadOnly, int index)
          Creates and returns the 2D object array table model for the properties of the MetadataEntity.
protected  javax.swing.JComponent PropertiedObjectPanel.createComponentFromPropertyDefinition(PropertyDefinition def, java.lang.Object val, boolean isReadOnly, int ndx, PropertyDefinitionLabel nameComp)
           
protected  javax.swing.JComponent PropertyComponentFactory.createDateField(PropertyDefinition definition, java.lang.Object value, boolean editable)
           
protected  javax.swing.JComponent PropertyComponentFactory.createTextField(PropertyDefinition definition, java.lang.Object value, boolean editable)
           
protected  javax.swing.JComponent PropertyComponentFactory.createURLTextField(PropertyDefinition definition, java.lang.Object value, boolean editable)
           
protected  java.text.DateFormat PropertyComponentFactory.getDateFormat(PropertyDefinition definition, java.lang.Object value)
           
 java.lang.Object ObjectReferenceHandler.getObjectReference(PropertiedObject object, PropertiedObjectEditor editor, PropertyDefinition def, java.lang.Object currentValue)
          Return a value for the specified ObjectReference type PropertyDefinition on the specified PropertiedObject.
 java.lang.Object[] ObjectReferenceHandler.getObjectReferences(PropertiedObject object, PropertiedObjectEditor editor, PropertyDefinition def, java.util.Collection currentValues)
          Return a Collection of values for the specified ObjectReference type PropertyDefinition on the specified PropertiedObject.
protected  boolean PropertiedObjectPanel.hasValidValue(PropertyDefinition def, java.lang.Object value)
           
 void PropertyChangeAdapter.setPropertyDefinition(PropertyDefinition propertyDefinition)
          set the PropertyDefinition that this adapter will be controlling the value of for the PropertiedObject.
 

Constructors in com.metamatrix.toolbox.ui.widget.property with parameters of type PropertyDefinition
MultivaluedPropertyComponent(PropertyDefinition def, java.lang.Object data, boolean readOnly, int index, PropertiedObject object, PropertiedObjectEditor editor)
           
ObjectReferencePropertyComponent(PropertyDefinition dfn, java.lang.Object data, boolean readOnly, int index, PropertiedObject object, PropertiedObjectEditor editor, ObjectReferenceHandler handler, PropertyChangeAdapter adapter)
          Constructor
PropertyDefinitionLabel(PropertyDefinition def, boolean showTooltip, boolean showRequiredProperties, boolean isInvalid)
           
PropertySelectionEvent(java.lang.Object source, PropertyDefinition definition)
           
 

Uses of PropertyDefinition in com.metamatrix.toolbox.ui.widget.tree
 

Methods in com.metamatrix.toolbox.ui.widget.tree that return PropertyDefinition
 PropertyDefinition DefaultTreeNodeEditor.getNamePropertyDefinition(TreeNode obj)
           
 

Methods in com.metamatrix.toolbox.ui.widget.tree with parameters of type PropertyDefinition
 java.util.List DefaultTreeNodeEditor.getAllowedValues(PropertiedObject object, PropertyDefinition def)
           
 java.lang.Object DefaultTreeNodeEditor.getValue(PropertiedObject object, PropertyDefinition definition)
           
 boolean DefaultTreeNodeEditor.isReadOnly(PropertiedObject object, PropertyDefinition definition)
           
 boolean DefaultTreeNodeEditor.isValidValue(PropertiedObject object, PropertyDefinition definition, java.lang.Object value)
           
 void DefaultTreeNodeEditor.setReadOnly(PropertiedObject object, PropertyDefinition definition, boolean isReadOnly)
           
 void DefaultTreeNodeEditor.setValue(PropertiedObject object, PropertyDefinition definition, java.lang.Object value)
           
 



Copyright © 2009. All Rights Reserved.