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, setAdaptableprotected FXResizeNodeOperation resizeOperation
protected ForwardUndoCompositeOperation forwardUndoOperation
public IUndoableOperation commit()
commit in interface ITransactionalprotected double getMinimumHeight()
protected double getMinimumWidth()
public void init()
init in interface ITransactionalpublic void performResize(double dw,
double dh)
protected void updateOperation(double layoutDw,
double layoutDh)
Copyright (c) 2014 itemis AG and others. All rights reserved.