org.grinvin.graphbrowser
Interface HasSelectableGraphList
- HasGraphList
- AnnotatedGraphCellListComponent, AnnotatedGraphListComponent, GraphCellListComponent, GraphListComponent, GraphTableComponent, RowHeaderView
public interface HasSelectableGraphList
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.
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.
|
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.