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

org.eclipse.jface.databinding.viewers
Class ViewerProperties


java.lang.Object
  extended by 
org.eclipse.jface.databinding.viewers.ViewerProperties

public class ViewerProperties
extends Object

A factory for creating properties of JFace viewers.

Since:
1.3

Constructor Summary
ViewerProperties ()
           
 
Method Summary
static  IViewerSetProperty checkedElements ( Object elementType)
          Returns a set property for observing the checked elements of a CheckboxTableViewer, CheckboxTreeViewer or ICheckable.
static  IViewerSetProperty filters ()
          Returns a value property for observing the input of a StructuredViewer.
static  IViewerValueProperty input ()
          Returns a value property for observing the input of a Viewer.
static  IViewerListProperty multipleSelection ()
          Returns a list property for observing the multiple selection of an ISelectionProvider.
static  IViewerValueProperty singleSelection ()
          Returns a value property for observing the single selection of a ISelectionProvider.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewerProperties

public ViewerProperties()
Method Detail

checkedElements

public static 
IViewerSetProperty checkedElements(
Object elementType)
Returns a set property for observing the checked elements of a CheckboxTableViewer, CheckboxTreeViewer or ICheckable.

Parameters:
elementType - the element type of the returned property
Returns:
a set property for observing the checked elements of a CheckboxTableViewer, CheckboxTreeViewer or ICheckable.

filters

public static 
IViewerSetProperty filters()
Returns a value property for observing the input of a StructuredViewer.

Returns:
a value property for observing the input of a StructuredViewer.

input

public static 
IViewerValueProperty input()
Returns a value property for observing the input of a Viewer.

Returns:
a value property for observing the input of a Viewer.

multipleSelection

public static 
IViewerListProperty multipleSelection()
Returns a list property for observing the multiple selection of an ISelectionProvider.

Returns:
a list property for observing the multiple selection of an ISelectionProvider.

singleSelection

public static 
IViewerValueProperty singleSelection()
Returns a value property for observing the single selection of a ISelectionProvider.

Returns:
a value property for observing the single selection of a ISelectionProvider.

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