| java.lang.Object org.jdesktop.j3dfly.SelectionControl
All known Subclasses: org.jdesktop.j3dedit.locationeditor.ViewFrameSelectionControl,
Inner Class :class ListenerObj | |
MOUSE_CLICKED | final public static int MOUSE_CLICKED(Code) | | |
MOUSE_DRAGGED | final public static int MOUSE_DRAGGED(Code) | | |
MOUSE_MOVED | final public static int MOUSE_MOVED(Code) | | |
MOUSE_PRESSED | final public static int MOUSE_PRESSED(Code) | | |
MOUSE_RELEASED | final public static int MOUSE_RELEASED(Code) | | |
SelectionControl | public SelectionControl(Locale locale, Canvas3D canvas)(Code) | | Creates new PickControl
|
popSelectionListener | public void popSelectionListener(SelectionListener listener)(Code) | | Remove a listener and update the global listenFlags
|
pushSelectionListener | public void pushSelectionListener(SelectionListener listener, int listenFlags)(Code) | | Add a new Listener for pick events. The listener will receive all
SelectionListener events, the flag determines if a pick is performed
before calling the listener
Parameters: listener - The event listener Parameters: listenFlags - Flags for which events should be a combination ofMOUSE_CLICKED, MOUSE_PRESSED, MOUSE_RELEASED, MOUSE_MOVED and MOUSE_DRAGGED |
|
|