aminePlatform.guis.aminePlatformGUI
Class AminePlatformFrame.CursorHandler

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byaminePlatform.guis.aminePlatformGUI.AminePlatformFrame.CursorHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
AminePlatformFrame

class AminePlatformFrame.CursorHandler
extends java.awt.event.MouseAdapter


Constructor Summary
AminePlatformFrame.CursorHandler()
           
 
Method Summary
(package private)  void cursorDefault()
           
(package private)  void cursorHand()
           
 void mouseEntered(java.awt.event.MouseEvent e)
           
 void mouseExited(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AminePlatformFrame.CursorHandler

public AminePlatformFrame.CursorHandler()
Method Detail

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)

mouseExited

public void mouseExited(java.awt.event.MouseEvent e)

cursorHand

void cursorHand()

cursorDefault

void cursorDefault()