public class RaterBehavior extends com.sun.javafx.scene.control.behavior.BehaviorBase<Rater>
Constructor and Description |
---|
RaterBehavior(Rater CONTROL) |
Modifier and Type | Method and Description |
---|---|
void |
mouseExited(javafx.scene.input.MouseEvent EVENT) |
void |
mousePressed(javafx.scene.input.MouseEvent EVENT) |
callAction, callActionForEvent, dispose, focusChanged, getControl, matchActionForEvent, mouseDragged, mouseEntered, mouseReleased, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUp
public RaterBehavior(Rater CONTROL)
public void mousePressed(javafx.scene.input.MouseEvent EVENT)
mousePressed
in class com.sun.javafx.scene.control.behavior.BehaviorBase<Rater>
public void mouseExited(javafx.scene.input.MouseEvent EVENT)
mouseExited
in class com.sun.javafx.scene.control.behavior.BehaviorBase<Rater>