Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext
Class JextTabbedPane.PopupMenu  view JextTabbedPane.PopupMenu download JextTabbedPane.PopupMenu.java

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byorg.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


Constructor Summary
(package private) JextTabbedPane.PopupMenu()
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent me)
          Implements this method in the interface with an empty method body.
 void mouseReleased(java.awt.event.MouseEvent me)
          Implements this method in the interface with an empty method body.
 void run()
          This method will be called by whoever wishes to run your class implementing Runnable.
private  void showPopupIfNeeded(java.awt.event.MouseEvent me)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JextTabbedPane.PopupMenu

JextTabbedPane.PopupMenu()
Method Detail

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)