public class GLSelectionEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DRAG
Flag indicating that drag selection was performed.
|
static int |
MULTIPLE
Flag indicating that multiple object selection is desired.
|
Constructor and Description |
---|
GLSelectionEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Returns the mode flags associated with the selection.
|
int |
getModifiersEx()
Returns the extended keyboard modifiers that were in play at the
time the selection was invoked.
|
java.util.LinkedList<java.lang.Object>[] |
getSelectedObjects()
Returns an array containing a list of objects for each selection query
that resulted in a selection.
|
int |
numSelectedQueries()
Returns the number of selection queries that resulted in a selection.
|
void |
setFlags(int flags) |
public static final int MULTIPLE
public static final int DRAG
public int getModifiersEx()
public java.util.LinkedList<java.lang.Object>[] getSelectedObjects()
public int numSelectedQueries()
public int getFlags()
public void setFlags(int flags)