public class LayoutedSnapshot
extends java.lang.Object
This class only exists, so we don't mix JavaFX Code with business Domain objects, in order to keep the ability to easily replace the UI framework.
| Constructor | Description |
|---|---|
LayoutedSnapshot(long snapshotId,
javafx.scene.layout.Region pane,
java.util.List<javafx.scene.control.SplitPane.Divider> dividers) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.util.List<javafx.scene.control.SplitPane.Divider> |
getDividers() |
|
javafx.scene.layout.Region |
getPane() |
|
java.lang.String |
getSnapshotDescription() |
|
long |
getSnapshotId() |
|
int |
hashCode() |
|
void |
setSnapshotDescription(java.lang.String snapshotDescription) |
public LayoutedSnapshot(long snapshotId,
javafx.scene.layout.Region pane,
java.util.List<javafx.scene.control.SplitPane.Divider> dividers)
public long getSnapshotId()
public java.lang.String getSnapshotDescription()
public void setSnapshotDescription(java.lang.String snapshotDescription)
public javafx.scene.layout.Region getPane()
public java.util.List<javafx.scene.control.SplitPane.Divider> getDividers()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object