org.jext
Class JextTabbedPane.PopupMenu

java.lang.Object
java.awt.event.MouseAdapter
org.jext.JextTabbedPane.PopupMenu
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.MouseListener, java.lang.Runnable
- Enclosing class:
- JextTabbedPane
- class JextTabbedPane.PopupMenu
- extends java.awt.event.MouseAdapter
- implements java.lang.Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JextTabbedPane.PopupMenu
JextTabbedPane.PopupMenu()
run
public void run()
- Description copied from interface:
java.lang.Runnable
- This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
- Specified by:
run in interface java.lang.Runnable
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent me)
- Description copied from class:
java.awt.event.MouseAdapter
- Implements this method in the interface with an empty method body.
- Specified by:
mouseReleased in interface java.awt.event.MouseListener
mousePressed
public void mousePressed(java.awt.event.MouseEvent me)
- Description copied from class:
java.awt.event.MouseAdapter
- Implements this method in the interface with an empty method body.
- Specified by:
mousePressed in interface java.awt.event.MouseListener
showPopupIfNeeded
private void showPopupIfNeeded(java.awt.event.MouseEvent me)