com.vistech.graphics
Class CommandSelectionPanel
java.lang.Object
|
+--java.awt.event.MouseAdapter
|
+--com.vistech.graphics.CommandSelectionPanel
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.MouseListener
- public class CommandSelectionPanel
- extends java.awt.event.MouseAdapter
Creates a GUI panel for selecting operations.
- Version:
- 1.0 24 July 1998
- Author:
- Larry Rodrigues
Method Summary |
void |
mousePressed(java.awt.event.MouseEvent e)
|
protected void |
popupMenu(javax.swing.JComponent comp,
int x,
int y)
|
Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mouseEntered, mouseExited, mouseReleased |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
drawShapes
protected DrawShapesController drawShapes
CommandSelectionPanel
public CommandSelectionPanel(DrawShapesController drawShapes)
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- Overrides:
mousePressed
in class java.awt.event.MouseAdapter
popupMenu
protected void popupMenu(javax.swing.JComponent comp,
int x,
int y)