Java org.eclipse.jface.viewers CheckboxTableViewer fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers CheckboxTableViewer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers CheckboxTableViewer.

The text is from its open source code.

Subclass

org.eclipse.jface.viewers.CheckboxTableViewer has subclasses.
Click this link to see all its subclasses.

Constructor

CheckboxTableViewer(Composite parent)
Creates a table viewer on a newly-created table control under the given parent.
CheckboxTableViewer(Table table)
Creates a table viewer on the given table control.

Method

voidaddCheckStateListener(ICheckStateListener listener)
booleangetChecked(Object element)
Object[]getCheckedElements()
Returns a list of elements corresponding to checked table items in this viewer.
booleangetGrayed(Object element)
Returns the grayed state of the given element.
CheckboxTableViewernewCheckList(Composite parent, int style)
Creates a table viewer on a newly-created table control under the given parent.
voidsetAllChecked(boolean state)
Sets to the given value the checked state for all elements in this viewer.
booleansetChecked(Object element, boolean state)
voidsetCheckedElements(Object[] elements)
Sets which nodes are checked in this viewer.
voidsetCheckStateProvider(ICheckStateProvider checkStateProvider)
Sets the ICheckStateProvider for this CheckboxTreeViewer .
booleansetGrayed(Object element, boolean state)
Sets the grayed state for the given element in this viewer.
voidsetGrayedElements(Object... elements)
Sets which nodes are grayed in this viewer.