org.grinvin.list

Interface HasSelectableValues

Known Subinterfaces:
HasSelectableGraphList
Known Implementing Classes:
FactoryCellListComponent, FilterListComponent, GeneratorCellListComponent, GeneratorInstanceListComponent, GraphCellListComponent, GraphListComponent, GraphTableComponent, GraphViewer, InvariantListComponent

public interface HasSelectableValues

Common interface of all components for which a set of objects can be selected. Used by SelectionDragHandler to enable dragging of elements from these components.

Method Summary

Object[]
getSelectedValues()
Returns the objects that are currently selected.

Method Details

getSelectedValues

public Object[] getSelectedValues()
Returns the objects that are currently selected.