Package mgui.interfaces
Interface InterfaceMouseListener
- All Known Subinterfaces:
Graphic2DMouseListener
,GraphicMouseListener
- All Known Implementing Classes:
InterfaceGraphic2DTextBox
,InterfaceGraphicTextBox
,InterfaceQueryPanel
,InterfaceSelectionPanel
,InterfaceSelectionSet
,Text2DIntMouseCoords
public interface InterfaceMouseListener
Mouse listener for
InterfacePanel
objects- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description javax.swing.event.MouseInputAdapter
getMouseListener()
java.awt.event.MouseWheelListener
getMouseWheelListener()
-
Method Details
-
getMouseListener
javax.swing.event.MouseInputAdapter getMouseListener() -
getMouseWheelListener
java.awt.event.MouseWheelListener getMouseWheelListener()
-