Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.viewers.ICellEditorValidator

Packages that use ICellEditorValidator
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.  
 

Uses of ICellEditorValidator in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return ICellEditorValidator
 ICellEditorValidator CellEditor.getValidator()
          Returns the input validator for this cell editor.
 

Methods in org.eclipse.jface.viewers with parameters of type ICellEditorValidator
 void CellEditor.setValidator(ICellEditorValidator validator)
          Sets the input validator for this cell editor.
 

Uses of ICellEditorValidator in org.eclipse.ui.views.properties
 

Methods in org.eclipse.ui.views.properties that return ICellEditorValidator
protected  ICellEditorValidator PropertyDescriptor.getValidator()
          Returns the input validator for editing the property.
 

Methods in org.eclipse.ui.views.properties with parameters of type ICellEditorValidator
 void PropertyDescriptor.setValidator(ICellEditorValidator validator)
          Sets the input validator for the cell editor for this property descriptor.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.