uic.themes
Class UICTabbedPaneUI.MouseHandler

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by uic.themes.UICTabbedPaneUI.MouseHandler
All Implemented Interfaces:
MouseListener, EventListener
Enclosing class:
UICTabbedPaneUI

public class UICTabbedPaneUI.MouseHandler
extends MouseAdapter

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTabbedPaneUI.


Constructor Summary
UICTabbedPaneUI.MouseHandler()
           
 
Method Summary
 void mousePressed(MouseEvent evt)
           
 
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
 

Constructor Detail

UICTabbedPaneUI.MouseHandler

public UICTabbedPaneUI.MouseHandler()
Method Detail

mousePressed

public void mousePressed(MouseEvent evt)
Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class MouseAdapter


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence