public class DragResizer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
isInDraggableZone(javafx.scene.input.MouseEvent event) |
static void |
makeResizable(javafx.scene.layout.Region region)
make the following region resizable
|
protected void |
mouseDragged(javafx.scene.input.MouseEvent event) |
protected void |
mouseOver(javafx.scene.input.MouseEvent event) |
protected void |
mousePressed(javafx.scene.input.MouseEvent event) |
protected void |
mouseReleased(javafx.scene.input.MouseEvent event) |
public static void makeResizable(javafx.scene.layout.Region region)
region
- protected void mouseReleased(javafx.scene.input.MouseEvent event)
protected void mouseOver(javafx.scene.input.MouseEvent event)
protected boolean isInDraggableZone(javafx.scene.input.MouseEvent event)
protected void mouseDragged(javafx.scene.input.MouseEvent event)
protected void mousePressed(javafx.scene.input.MouseEvent event)