|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.render.GLSelectionEvent
public class GLSelectionEvent
Event returned whenever items are selected inside the GLViewer.
Field Summary | |
---|---|
static int |
DRAG
Flag indicating that drag selection was performed. |
static int |
MULTIPLE
Flag indicating that multiple object selection is desired. |
Constructor Summary | |
---|---|
GLSelectionEvent()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MULTIPLE
public static final int DRAG
Constructor Detail |
---|
public GLSelectionEvent()
Method Detail |
---|
public int getModifiersEx()
public java.util.LinkedList<java.lang.Object>[] getSelectedObjects()
public int numSelectedQueries()
public int getFlags()
MULTIPLE
and DRAG
.
public void setFlags(int flags)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |