public class DialogPane
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
DialogPane(DialogBox owner,
java.lang.Object parent) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
computeMaxHeight(double width) |
protected double |
computeMaxWidth(double height) |
protected double |
computeMinHeight(double width) |
protected double |
computeMinWidth(double height) |
protected double |
computePrefHeight(double width) |
protected double |
computePrefWidth(double height) |
java.lang.Object |
getPane() |
protected void |
layoutChildren() |
void |
run() |
public DialogPane(DialogBox owner, java.lang.Object parent)
public java.lang.Object getPane()
protected void layoutChildren()
protected double computeMinHeight(double width)
protected double computeMinWidth(double height)
protected double computePrefHeight(double width)
protected double computePrefWidth(double height)
protected double computeMaxHeight(double width)
protected double computeMaxWidth(double height)
public void run()
run in interface java.lang.Runnable