Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.jface.viewers.EditingSupport

Packages that use EditingSupport
org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.ui.views.markers Utility classes for working with markers in views
  
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 EditingSupport in org.eclipse.jface.databinding.viewers
 

Subclasses of EditingSupport in org.eclipse.jface.databinding.viewers
 class ObservableValueEditingSupport
           EditingSupport using the JFace Data Binding concepts to handle the updating of an element from a CellEditor.
 

Methods in org.eclipse.jface.databinding.viewers that return EditingSupport
static  EditingSupport ObservableValueEditingSupport. create ( ColumnViewer viewer, DataBindingContext dbc, CellEditor cellEditor, org.eclipse.core.databinding.property.value.IValueProperty cellEditorProperty, org.eclipse.core.databinding.property.value.IValueProperty elementProperty)
          Returns an ObservableValueEditingSupport instance which binds the given cell editor property to the given element property.
 

Uses of EditingSupport in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type EditingSupport
 void ViewerColumn. setEditingSupport ( EditingSupport editingSupport)
          Set the editing support.
 

Uses of EditingSupport in org.eclipse.ui.views.markers
 

Methods in org.eclipse.ui.views.markers that return EditingSupport
  EditingSupport MarkerField. getEditingSupport ( ColumnViewer viewer)
          Return the editing support for entries for this field.
 

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

Subclasses of EditingSupport in org.eclipse.ui.views.properties
 class PropertyEditingSupport
          A concrete subclass of EditingSupport that implements cell editing support for column-based viewers (such as e.g.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire