quicktime.app.ui
Class ButtonActivator

java.lang.Object
  |
  +--quicktime.app.event.MouseButtonAdapter
        |
        +--quicktime.app.ui.ButtonActivator
All Implemented Interfaces:
java.util.EventListener, MouseButtonListener, MouseTargetListener, QTMouseListener

Deprecated. since QTJava 6.1

public class ButtonActivator
extends MouseButtonAdapter
implements MouseTargetListener

The ButtonActivator class responds only to the QTMouseEvents on the QTButton object.


Field Summary
protected  java.lang.Object target
          Deprecated. since QTJava 6.1
 
Constructor Summary
ButtonActivator()
          Deprecated.  
 
Method Summary
 void mousePressed(QTMouseEvent event)
          Deprecated. since QTJava 6.1
 void mouseReleased(QTMouseEvent event)
          Deprecated. since QTJava 6.1
 void mouseTargetEntered(QTMouseEvent event)
          Deprecated. since QTJava 6.1
 void mouseTargetExited(QTMouseEvent event)
          Deprecated. since QTJava 6.1
 
Methods inherited from class quicktime.app.event.MouseButtonAdapter
matchModifierFilter, mouseClicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface quicktime.app.event.QTMouseListener
matchModifierFilter
 

Field Detail

target

protected java.lang.Object target
Deprecated. since QTJava 6.1

This is the Transformable target of the action

Constructor Detail

ButtonActivator

public ButtonActivator()
Deprecated. 
Method Detail

mousePressed

public void mousePressed(QTMouseEvent event)
Deprecated. since QTJava 6.1

Invoked when the mouse has been pressed on a found and valid QTButton within the enclosing space.

Specified by:
mousePressed in interface MouseButtonListener
Overrides:
mousePressed in class MouseButtonAdapter

mouseReleased

public void mouseReleased(QTMouseEvent event)
Deprecated. since QTJava 6.1

Invoked when the mouse has been released on a found and valid QTButton within the enclosing space.

Specified by:
mouseReleased in interface MouseButtonListener
Overrides:
mouseReleased in class MouseButtonAdapter

mouseTargetEntered

public void mouseTargetEntered(QTMouseEvent event)
Deprecated. since QTJava 6.1

Invoked when a mouseMoved event enters a QTButton within an enclosing space. The QTButton is set for events of this kind.

Specified by:
mouseTargetEntered in interface MouseTargetListener
Parameters:
event - the QTMouseEvent that triggered this event

mouseTargetExited

public void mouseTargetExited(QTMouseEvent event)
Deprecated. since QTJava 6.1

Invoked when a mouseMoved event exits the QTButton within an enclosing space. The QTButton is set for events of this kind.

Specified by:
mouseTargetExited in interface MouseTargetListener
Parameters:
event - the QTMouseEvent that triggered this event