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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

StructuredSelectionEMPTY
The canonical empty selection.

Constructor

StructuredSelection(Object[] elements)
Creates a structured selection from the given elements.
StructuredSelection(Object element)
Creates a structured selection containing a single object.
StructuredSelection(List elements)
Creates a structured selection from the given List.
StructuredSelection()
Creates a new empty selection.

Method

booleanequals(Object o)
Returns whether this structured selection is equal to the given object.
ObjectgetFirstElement()
booleanisEmpty()
Iteratoriterator()
intsize()
Object[]toArray()
ListtoList()
StringtoString()
Internal method which returns a string representation of this selection suitable for debug purposes only.