public class Authoring
extends java.lang.Object
| Constructor and Description |
|---|
Authoring(java.lang.String language)
Constructor that takes in the language choice of the user.
|
Authoring(java.lang.String language,
java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
createTab(javafx.scene.control.ScrollPane tabContent,
java.lang.String key,
boolean closable) |
javafx.scene.Scene |
init(javafx.beans.property.ReadOnlyDoubleProperty height,
javafx.beans.property.ReadOnlyDoubleProperty width)
Initializes the scene which is displayed in the window.
|
public Authoring(java.lang.String language)
language - that the user chooses the program from.public Authoring(java.lang.String language,
java.lang.String fileName)
public javafx.scene.Scene init(javafx.beans.property.ReadOnlyDoubleProperty height,
javafx.beans.property.ReadOnlyDoubleProperty width)
public void createTab(javafx.scene.control.ScrollPane tabContent,
java.lang.String key,
boolean closable)