Package mgui.interfaces.tools
Class ToolMouseEvent
java.lang.Object
java.util.EventObject
mgui.interfaces.tools.ToolInputEvent
mgui.interfaces.tools.ToolMouseEvent
- All Implemented Interfaces:
java.io.Serializable
public class ToolMouseEvent extends ToolInputEvent
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description java.awt.event.MouseEvent
mouseEvent
Fields inherited from class mgui.interfaces.tools.ToolInputEvent
ctrl_pressed, eventPoint, eventType, eventVal, keyInputVal, shift_pressed
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors Constructor Description ToolMouseEvent(java.awt.event.MouseEvent e, int type)
ToolMouseEvent(InterfacePanel panel)
ToolMouseEvent(InterfacePanel panel, int type, java.awt.Point thisPt)
-
Method Summary
Methods inherited from class mgui.interfaces.tools.ToolInputEvent
getEventType, getKeyInputVal, getPoint, getVal, isCtrlPressed, isShiftPressed, setKeyInputVal, setVal
Methods inherited from class java.util.EventObject
getSource, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
mouseEvent
public java.awt.event.MouseEvent mouseEvent
-
-
Constructor Details
-
ToolMouseEvent
-
ToolMouseEvent
-
ToolMouseEvent
public ToolMouseEvent(java.awt.event.MouseEvent e, int type)
-