uic.themes
Class UICTabbedPaneUI.MouseHandler

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byuic.themes.UICTabbedPaneUI.MouseHandler
All Implemented Interfaces:
EventListener, MouseListener
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)


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence