Skip navigation links
A C D G I L R S T 

A

addSelectionListener(SelectionListener<T>) - Method in interface de.javagl.selection.SelectionModel
Add the given SelectionListener to be informed about changes in this selection model
addToSelection(T) - Method in interface de.javagl.selection.SelectionModel
Adds the given element to this selection
addToSelection(Collection<? extends T>) - Method in interface de.javagl.selection.SelectionModel
Adds the given elements to this selection

C

clear() - Method in interface de.javagl.selection.SelectionModel
Removes all elements from this selection
create() - Static method in class de.javagl.selection.SelectionModels
Creates a new default SelectionModel

D

de.javagl.selection - package de.javagl.selection
Classes describing a generic selection model Selection models may be instantiated with the SelectionModels class.

G

getAddedElements() - Method in class de.javagl.selection.SelectionEvent
Returns the (unmodifiable, possibly empty) set of elements that have been added.
getRemovedElements() - Method in class de.javagl.selection.SelectionEvent
Returns the (unmodifiable, possibly empty) set of elements that have been removed.
getSelection() - Method in interface de.javagl.selection.SelectionModel
Returns an unmodifiable view on the set of currently selected elements
getSelectionModel() - Method in class de.javagl.selection.SelectionEvent
Returns the SelectionModel from which this event originated

I

isSelected(T) - Method in interface de.javagl.selection.SelectionModel
Returns whether the given element is currently selected

L

LoggingSelectionListener<T> - Class in de.javagl.selection
A SelectionListener that prints logging information about the selection changes
LoggingSelectionListener() - Constructor for class de.javagl.selection.LoggingSelectionListener
Create a new listener with a default log level
LoggingSelectionListener(Level) - Constructor for class de.javagl.selection.LoggingSelectionListener
Create a new listener with the given log level

R

removeFromSelection(T) - Method in interface de.javagl.selection.SelectionModel
Removes the given element from this selection
removeFromSelection(Collection<? extends T>) - Method in interface de.javagl.selection.SelectionModel
Remove the given elements from this selection
removeSelectionListener(SelectionListener<T>) - Method in interface de.javagl.selection.SelectionModel
Remove the given SelectionListener

S

selectionChanged(SelectionEvent<T>) - Method in class de.javagl.selection.LoggingSelectionListener
 
selectionChanged(SelectionEvent<T>) - Method in interface de.javagl.selection.SelectionListener
Will be called when the selection in the SelectionModel changed
SelectionEvent<T> - Class in de.javagl.selection
A class describing a change in a SelectionModel.
SelectionListener<T> - Interface in de.javagl.selection
Interface for classes that want to be informed about changes in a SelectionModel
SelectionModel<T> - Interface in de.javagl.selection
Interface describing a selection model
SelectionModels - Class in de.javagl.selection
Methods to create SelectionModel instances
setLogLevel(Level) - Method in class de.javagl.selection.LoggingSelectionListener
Set the log level that should be used for the output
setSelection(Collection<? extends T>) - Method in interface de.javagl.selection.SelectionModel
Sets the given elements to be the selection of this model.

T

toString() - Method in class de.javagl.selection.SelectionEvent
 
A C D G I L R S T 
Skip navigation links

Copyright © 2015. All rights reserved.