public class FXResizePolicy extends AbstractPolicy<javafx.scene.Node> implements ITransactional
Modifier and Type | Field and Description |
---|---|
protected ForwardUndoCompositeOperation |
forwardUndoOperation |
protected FXResizeNodeOperation |
resizeOperation |
Constructor and Description |
---|
FXResizePolicy() |
Modifier and Type | Method and Description |
---|---|
IUndoableOperation |
commit() |
protected double |
getMinimumHeight() |
protected double |
getMinimumWidth() |
void |
init() |
void |
performResize(double dw,
double dh) |
protected void |
updateOperation(double layoutDw,
double layoutDh) |
commit, disableRefreshVisuals, enableRefreshVisuals, getAdaptable, getHost, init, setAdaptable
protected FXResizeNodeOperation resizeOperation
protected ForwardUndoCompositeOperation forwardUndoOperation
public IUndoableOperation commit()
commit
in interface ITransactional
protected double getMinimumHeight()
protected double getMinimumWidth()
public void init()
init
in interface ITransactional
public void performResize(double dw, double dh)
protected void updateOperation(double layoutDw, double layoutDh)
Copyright (c) 2014 itemis AG and others. All rights reserved.