org.grinvin.graphbrowser

Interface HasSelectableGraphList

All Superinterfaces:
HasGraphList
Known Implementing Classes:
AnnotatedGraphCellListComponent, AnnotatedGraphListComponent, GraphCellListComponent, GraphListComponent, GraphTableComponent, RowHeaderView

public interface HasSelectableGraphList
extends HasGraphList

Common interface of all components that allow a set of graph list elements to be selected. Indicates that these elements can be dragged to another component.

Method Summary

Object
getSelectedValue()
Returns the first selected value, or null when the selection is empty.
Object[]
getSelectedValues()
Returns the graph list elements that are currently selected.

Methods inherited from interface org.grinvin.graphbrowser.HasGraphList

getGraphList

Method Details

getSelectedValue

public Object getSelectedValue()
Returns the first selected value, or null when the selection is empty.

getSelectedValues

public Object[] getSelectedValues()
Returns the graph list elements that are currently selected.