optimize a bit

This commit is contained in:
Code002Lover Arch Laptop 2023-02-15 10:29:17 +01:00
parent a08dae9ad9
commit 82bc8f70ab
52 changed files with 7301 additions and 9469 deletions

2
.idea/misc.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_19" default="true" project-jdk-name="azul-19" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_19" default="true" project-jdk-name="zulu-19" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
</project> </project>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -7,12 +7,12 @@ public class A1 extends Application {
public A1() { public A1() {
} }
public void start(Stage stage) {
new B3();
}
public static void main(String[] args) { public static void main(String[] args) {
launch(args); launch(args);
} }
public void start(Stage stage) {
new B3();
}
} }

View File

@ -1,268 +1,235 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.event.ActionEvent; import javafx.event.ActionEvent;
import javafx.event.EventHandler; import javafx.event.EventHandler;
import javafx.scene.control.RadioButton; import javafx.scene.control.RadioButton;
public class A2 public class A2
implements EventHandler<ActionEvent> implements EventHandler<ActionEvent> {
{ private final B3 view;
private final B3 view;
public A2(B3 simpleFrame) { public A2(B3 simpleFrame) {
this.view = simpleFrame; this.view = simpleFrame;
} }
public void handle(ActionEvent arg0) {
Object source = arg0.getSource();
if (source instanceof RadioButton && source == this.view.selectModeBTN) {
this.view.selectModeBTN.setStyle("-fx-text-fill:red");
this.view.creationModelabel.setStyle("-fx-text-fill:white");
this.view.menuVisibility.setDisable(false);
}
if (source instanceof RadioButton && source != this.view.selectModeBTN) {
this.view.menuVisibilityAllRMI.setSelected(true);
this.view.menuVisibilityTEXTRMI.setSelected(true);
(this.view.getCurrentTab()).canvas.modelVisibility();
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.menuVisibility.setDisable(true);
public void handle(ActionEvent arg0) { this.view.showAttributeCB.setSelected(false);
Object source = arg0.getSource(); this.view.graphicElemLV.getItems().clear();
this.view.graphicElemLV.getItems().addAll((this.view.getCurrentTab()).canvas.sddsfsfsdf45645645());
if (source instanceof RadioButton && source == this.view.selectModeBTN) { this.view.selectModeBTN.setStyle("-fx-text-fill:white");
this.view.selectModeBTN.setStyle("-fx-text-fill:red"); this.view.creationModelabel.setStyle("-fx-text-fill:red");
this.view.creationModelabel.setStyle("-fx-text-fill:white"); this.view.lastCreationSelected = (RadioButton) source;
this.view.menuVisibility.setDisable(false); if (this.view.getCurrentTab() == null) {
} this.view.selectModeBTN.setSelected(true);
if (source instanceof RadioButton && source != this.view.selectModeBTN) {
return;
this.view.menuVisibilityAllRMI.setSelected(true); }
this.view.menuVisibilityTEXTRMI.setSelected(true);
(this.view.getCurrentTab()).canvas.modelVisibility();
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); if (this.view.generateRelationalModelCB.isSelected()) {
this.view.menuVisibility.setDisable(true); this.view.selectModeBTN.setStyle("-fx-text-fill:red");
this.view.creationModelabel.setStyle("-fx-text-fill:white");
this.view.selectModeBTN.setSelected(true);
this.view.showAttributeCB.setSelected(false);
this.view.graphicElemLV.getItems().clear(); return;
this.view.graphicElemLV.getItems().addAll((this.view.getCurrentTab()).canvas.sddsfsfsdf45645645()); }
}
this.view.selectModeBTN.setStyle("-fx-text-fill:white");
this.view.creationModelabel.setStyle("-fx-text-fill:red");
this.view.lastCreationSelected = (RadioButton)source; if (source == this.view.menuExitMI) {
if (this.view.getCurrentTab() == null) { this.view.close();
this.view.selectModeBTN.setSelected(true); }
if (source == this.view.menuNewMI) {
this.view.setCurrentTab(this.view.addNewTab(null));
(this.view.getCurrentTab()).canvas.requestFocus();
this.view.tabPane.getSelectionModel().select(this.view.getCurrentTab());
return; }
}
if (source == this.view.menuRedrawMI) {
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
}
if (source == this.view.menuExportMI) {
if (this.view.generateRelationalModelCB.isSelected()) { this.view.exportModel();
this.view.selectModeBTN.setStyle("-fx-text-fill:red"); }
this.view.creationModelabel.setStyle("-fx-text-fill:white");
this.view.selectModeBTN.setSelected(true); if (source == this.view.menuSaveMI) {
this.view.saveModel();
}
if (source == this.view.menuSaveAsMI) {
this.view.saveModelAs();
}
if (source == this.view.menuReadMI) {
this.view.readModel();
return; }
}
}
if (source == this.view.creation_selection_group.getSelectedToggle()) {
(this.view.getCurrentTab()).canvas.sdfdsfdsdf43543ref();
}
if (source == this.view.selectModeBTN) {
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
(this.view.getCurrentTab()).canvas.sdfsdfds435634terf();
if (source == this.view.menuExitMI) { this.view.statusInformation.setText("Selection mode: move mouse over element or use mouse to draw a rectangle - ESC -> deselect - DEL -> delete selected elements - pressed left mouse key -> move selected elements - right mouse over selected element -> open context menu");
this.view.close(); }
}
if (source == this.view.textElemBTN) {
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.statusInformation.setText("Creation Mode: text-element-with-border -> press left mouse button on working area -> enter text (ALT-Enter for linefeed) -> press enter key");
if (source == this.view.menuNewMI) { }
this.view.setCurrentTab(this.view.addNewTab(null)); if (source == this.view.textWithoutBorderElemBTN) {
(this.view.getCurrentTab()).canvas.requestFocus(); (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.tabPane.getSelectionModel().select(this.view.getCurrentTab()); this.view.statusInformation.setText("Creation Mode: text-element-without-border -> press left mouse button on working area -> enter text (ALT-Enter for linefeed) -> press enter key");
} }
if (source == this.view.esBTN) {
if (source == this.view.menuRedrawMI) { (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); this.view.statusInformation.setText("Creation Mode: entity-set -> press left mouse button on working area -> enter name of entity-set -> press enter key");
} }
if (source == this.view.esWeakBTN) {
if (source == this.view.menuExportMI) { (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.exportModel(); this.view.statusInformation.setText("Creation Mode: weak-entity-set -> press left mouse button on working area -> enter name of weak-entity-set -> press enter key");
} }
if (source == this.view.esAssociativeBTN) {
if (source == this.view.menuSaveMI) { (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.saveModel(); this.view.statusInformation.setText("Creation Mode: associative-entity-set -> press left mouse button on working area -> enter name of assoc.-entity-set -> press enter key");
} }
if (source == this.view.rsBTN) {
if (source == this.view.menuSaveAsMI) { (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.saveModelAs(); this.view.statusInformation.setText("Creation Mode: relationship-type -> press left mouse button on working area -> enter name of relationship-type -> press enter key");
} }
if (source == this.view.rsIDBTN) {
if (source == this.view.menuReadMI) { (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.readModel(); this.view.statusInformation.setText("Creation Mode: identifying-relationship-type -> press left mouse button on working area -> enter name of entity-set -> press enter key");
} }
if (source == this.view.rsISABTN) {
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
if (source == this.view.creation_selection_group.getSelectedToggle()) { this.view.statusInformation.setText("Creation Mode: isa relationship-type -> press left mouse button on working area -> enter type (p/t/d/nd) -> press enter key");
(this.view.getCurrentTab()).canvas.sdfdsfdsdf43543ref(); }
} if (source == this.view.attrKeyBTN) {
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.statusInformation.setText("Creation Mode: key-attribute");
if (source == this.view.selectModeBTN) { }
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); if (source == this.view.attrWeakKeyBTN) {
(this.view.getCurrentTab()).canvas.sdfsdfds435634terf(); (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.statusInformation.setText("Selection mode: move mouse over element or use mouse to draw a rectangle - ESC -> deselect - DEL -> delete selected elements - pressed left mouse key -> move selected elements - right mouse over selected element -> open context menu"); this.view.statusInformation.setText("Creation Mode: weak-key-attribute");
} }
if (source == this.view.attrOneBTN) {
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
this.view.statusInformation.setText("Creation Mode: one-value-attribute");
if (source == this.view.textElemBTN) { }
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); if (source == this.view.attrMultiBTN) {
this.view.statusInformation.setText("Creation Mode: text-element-with-border -> press left mouse button on working area -> enter text (ALT-Enter for linefeed) -> press enter key"); (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
}
if (source == this.view.textWithoutBorderElemBTN) { this.view.statusInformation.setText("Creation Mode: multi-value-attribute");
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); }
this.view.statusInformation.setText("Creation Mode: text-element-without-border -> press left mouse button on working area -> enter text (ALT-Enter for linefeed) -> press enter key"); if (source == this.view.attrDerivedOneBTN) {
} (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
if (source == this.view.esBTN) { this.view.statusInformation.setText("Creation Mode: derived-one-value-attribute");
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); }
this.view.statusInformation.setText("Creation Mode: entity-set -> press left mouse button on working area -> enter name of entity-set -> press enter key"); if (source == this.view.attrDerivedMultiBTN) {
} (this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
if (source == this.view.esWeakBTN) { this.view.statusInformation.setText("Creation Mode: derived-multi-value-attribute");
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); }
this.view.statusInformation.setText("Creation Mode: weak-entity-set -> press left mouse button on working area -> enter name of weak-entity-set -> press enter key");
}
if (source == this.view.esAssociativeBTN) { (this.view.getCurrentTab()).canvas.setConnectionModeSet(false);
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); if (source == this.view.attrToAttrBTN) {
this.view.statusInformation.setText("Creation Mode: associative-entity-set -> press left mouse button on working area -> enter name of assoc.-entity-set -> press enter key"); (this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
} (this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
if (source == this.view.rsBTN) { this.view.statusInformation.setText("Creation Mode: connect attribute to a composite-attribute - select element->click left mouse button->move mouse to second element->click left mouse button");
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); }
this.view.statusInformation.setText("Creation Mode: relationship-type -> press left mouse button on working area -> enter name of relationship-type -> press enter key");
} if (source == this.view.attrToESBTN) {
if (source == this.view.rsIDBTN) { (this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); (this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: identifying-relationship-type -> press left mouse button on working area -> enter name of entity-set -> press enter key"); this.view.statusInformation.setText("Creation Mode: connect attribute with an entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
} }
if (source == this.view.rsISABTN) {
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); if (source == this.view.attrToRSBTN) {
this.view.statusInformation.setText("Creation Mode: isa relationship-type -> press left mouse button on working area -> enter type (p/t/d/nd) -> press enter key"); (this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
} (this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
if (source == this.view.attrKeyBTN) { this.view.statusInformation.setText("Creation Mode: connect attribute with a relationship-type - select element->click left mouse button->move mouse to second element->click left mouse button");
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); }
this.view.statusInformation.setText("Creation Mode: key-attribute");
} if (source == this.view.attrToRSBTN) {
if (source == this.view.attrWeakKeyBTN) { (this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); (this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: weak-key-attribute"); this.view.statusInformation.setText("Creation Mode: connect attribute with a relationship-type - select element->click left mouse button->move mouse to second element->click left mouse button");
} }
if (source == this.view.attrOneBTN) {
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); if (source == this.view.rsToESBTN) {
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
this.view.statusInformation.setText("Creation Mode: one-value-attribute"); (this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
} this.view.statusInformation.setText("Creation Mode: connect relationship-type with (associative-)entity-set or entity-set with associative-entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
if (source == this.view.attrMultiBTN) { }
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
if (source == this.view.rsidToESBTN) {
this.view.statusInformation.setText("Creation Mode: multi-value-attribute"); (this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
} (this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
if (source == this.view.attrDerivedOneBTN) { this.view.statusInformation.setText("Creation Mode: connect identifying-relationship-type with entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); }
this.view.statusInformation.setText("Creation Mode: derived-one-value-attribute"); if (source == this.view.rsidToESWeakBTN) {
} (this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
if (source == this.view.attrDerivedMultiBTN) { (this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true); this.view.statusInformation.setText("Creation Mode: connect identifying-relationship-type with weak-entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
this.view.statusInformation.setText("Creation Mode: derived-multi-value-attribute"); }
}
if (source == this.view.rsisaGeToESBTN) {
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.setConnectionModeSet(false); (this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
if (source == this.view.attrToAttrBTN) { this.view.statusInformation.setText("Creation Mode: connect isa-relationship-type with generalized entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true); }
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: connect attribute to a composite-attribute - select element->click left mouse button->move mouse to second element->click left mouse button"); if (source == this.view.rsisaSpToESBTN) {
} (this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
if (source == this.view.attrToESBTN) { this.view.statusInformation.setText("Creation Mode: connect isa-relationship-type with specialized entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true); }
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: connect attribute with an entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
} if (this.view.getCurrentTab() != null) {
(this.view.getCurrentTab()).canvas.dsfdsdfssdf45645re();
if (source == this.view.attrToRSBTN) { }
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre(); if (source == this.view.menuVisibilityTEXTRMI || source == this.view.menuVisibilityAllRMI || source == this.view.menuVisibilityES_RS_KEYRMI ||
this.view.statusInformation.setText("Creation Mode: connect attribute with a relationship-type - select element->click left mouse button->move mouse to second element->click left mouse button"); source == this.view.menuVisibilityES_RSRMI) {
} (this.view.getCurrentTab()).canvas.modelVisibility();
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
if (source == this.view.attrToRSBTN) { }
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true); }
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre(); }
this.view.statusInformation.setText("Creation Mode: connect attribute with a relationship-type - select element->click left mouse button->move mouse to second element->click left mouse button");
}
if (source == this.view.rsToESBTN) {
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: connect relationship-type with (associative-)entity-set or entity-set with associative-entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
}
if (source == this.view.rsidToESBTN) {
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: connect identifying-relationship-type with entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
}
if (source == this.view.rsidToESWeakBTN) {
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: connect identifying-relationship-type with weak-entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
}
if (source == this.view.rsisaGeToESBTN) {
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: connect isa-relationship-type with generalized entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
}
if (source == this.view.rsisaSpToESBTN) {
(this.view.getCurrentTab()).canvas.setConnectionModeSet(true);
(this.view.getCurrentTab()).canvas.sdfdsfdsdf34543erretwre();
this.view.statusInformation.setText("Creation Mode: connect isa-relationship-type with specialized entity-set - select element->click left mouse button->move mouse to second element->click left mouse button");
}
if (this.view.getCurrentTab() != null) {
(this.view.getCurrentTab()).canvas.dsfdsdfssdf45645re();
}
if (source == this.view.menuVisibilityTEXTRMI || source == this.view.menuVisibilityAllRMI || source == this.view.menuVisibilityES_RS_KEYRMI ||
source == this.view.menuVisibilityES_RSRMI) {
(this.view.getCurrentTab()).canvas.modelVisibility();
(this.view.getCurrentTab()).canvas.sdfsdfds3465er(true);
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,180 +1,163 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.geometry.Insets; import javafx.geometry.Insets;
import javafx.scene.Scene; import javafx.scene.Scene;
import javafx.scene.control.Label; import javafx.scene.control.Label;
import javafx.scene.control.TextField; import javafx.scene.control.TextField;
import javafx.scene.layout.GridPane; import javafx.scene.layout.GridPane;
import javafx.stage.Modality; import javafx.stage.Modality;
import javafx.stage.Stage; import javafx.stage.Stage;
import javafx.stage.StageStyle; import javafx.stage.StageStyle;
public class A4 public class A4
extends Stage extends Stage {
{ private final A4 thisActionMessageDialog;
private final A4 thisActionMessageDialog; private final TextField minTF;
private final TextField minTF; private final TextField maxTF;
private final TextField maxTF; private final String holdminimum;
private boolean doNothing; private final String holdmaximum;
private final String holdminimum; private boolean doNothing;
private final String holdmaximum;
public A4(final A3 canvas, double xPos, double yPos, String minimum, String maximum) { public A4(final A3 canvas, double xPos, double yPos, String minimum, String maximum) {
String title = "Enter Min-Max"; String title = "Enter Min-Max";
this.holdminimum = minimum; this.holdminimum = minimum;
this.holdmaximum = maximum; this.holdmaximum = maximum;
this.doNothing = false; this.doNothing = false;
this.thisActionMessageDialog = this; this.thisActionMessageDialog = this;
setTitle(title); setTitle(title);
initModality(Modality.APPLICATION_MODAL); initModality(Modality.APPLICATION_MODAL);
this.minTF = new TextField(minimum);
this.minTF.textProperty().addListener((observable, oldValue, newValue) -> {
if (newValue.length() > 1 && newValue.charAt(0) == '0') {
newValue = newValue.replaceAll("^0*", "");
if (newValue.length() == 0)
newValue = "0";
this.minTF.setText(newValue);
}
if (!newValue.matches("\\d*"))
this.minTF.setText(newValue.replaceAll("[^\\d]", ""));
});
this.minTF.setPrefWidth(50.0D);
this.minTF.setOnMouseEntered(event -> T3.fdssdf4354(A4.this.minTF, C2.MouseSelectedColor));
this.minTF.setOnMouseExited(event -> A4.this.minTF.setEffect(null));
this.minTF.setOnKeyPressed(event -> {
switch (event.getCode()) {
case ENTER -> A4.this.maxTF.requestFocus();
case ESCAPE -> A4.this.setNothingAndLeave();
}
});
this.maxTF = new TextField(maximum);
this.maxTF.setPrefWidth(50.0D);
this.maxTF.textProperty().addListener((observable, oldValue, newValue) -> {
if (newValue.length() == 1 && newValue.charAt(0) == '0') {
newValue = "n";
this.maxTF.setText(newValue);
return;
}
if (newValue.length() > 1 && !newValue.matches("\\d*")) {
newValue = "n";
this.maxTF.setText(newValue);
return;
}
if (newValue.length() == 1 && newValue.charAt(0) == 'n') {
newValue = "n";
this.maxTF.setText(newValue);
return;
}
if (newValue.length() > 1 && newValue.charAt(0) == '0') {
newValue = newValue.replaceAll("^0*", "");
if (newValue.length() == 0)
newValue = "0";
this.maxTF.setText(newValue);
return;
}
if (!newValue.matches("\\d*"))
this.maxTF.setText(newValue.replaceAll("[^\\d]", ""));
});
this.maxTF.setOnMouseEntered(event -> T3.fdssdf4354(A4.this.maxTF, C2.MouseSelectedColor));
this.maxTF.setOnMouseExited(event -> A4.this.maxTF.setEffect(null));
this.maxTF.setOnKeyPressed(event -> {
switch (event.getCode()) {
case ENTER -> {
A4.this.setDataAndLeave();
if (!canvas.getTabWithCanvas().getText().contains("*"))
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
}
case ESCAPE -> A4.this.setNothingAndLeave();
}
});
GridPane gPane = new GridPane();
gPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D));
gPane.setHgap(4.0D);
gPane.add(new Label("ESC->Cancel"), 0, 0, 2, 1);
gPane.add(new Label("Minimum:"), 0, 1);
gPane.add(this.minTF, 1, 1);
gPane.add(new Label("Maximum:"), 0, 2);
gPane.add(this.maxTF, 1, 2);
initStyle(StageStyle.UNDECORATED);
Scene scene = new Scene(gPane, 130.0D, 90.0D);
this.minTF = new TextField(minimum); setScene(scene);
this.minTF.textProperty().addListener((observable, oldValue, newValue) -> {
if (newValue.length() > 1 && newValue.charAt(0) == '0') {
newValue = newValue.replaceAll("^0*", "");
if (newValue.length() == 0)
newValue = "0";
this.minTF.setText(newValue);
}
if (!newValue.matches("\\d*"))
this.minTF.setText(newValue.replaceAll("[^\\d]", ""));
});
this.minTF.setPrefWidth(50.0D);
this.minTF.setOnMouseEntered(event -> T3.fdssdf4354(A4.this.minTF, C2.MouseSelectedColor));
this.minTF.setOnMouseExited(event -> A4.this.minTF.setEffect(null));
this.minTF.setOnKeyPressed(event -> { setX(xPos);
switch (event.getCode()) { setY(yPos);
case ENTER -> A4.this.maxTF.requestFocus(); if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
case ESCAPE -> A4.this.setNothingAndLeave(); setY(yPos - scene.getHeight() - 20.0D);
} }
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
setX(xPos - scene.getWidth() - 20.0D);
}
}); this.minTF.requestFocus();
this.maxTF = new TextField(maximum); this.minTF.selectPositionCaret(0);
this.maxTF.setPrefWidth(50.0D); this.minTF.selectEndOfNextWord();
this.maxTF.textProperty().addListener((observable, oldValue, newValue) -> { sizeToScene();
if (newValue.length() == 1 && newValue.charAt(0) == '0') { showAndWait();
newValue = "n"; }
this.maxTF.setText(newValue);
return;
}
if (newValue.length() > 1 && !newValue.matches("\\d*")) {
newValue = "n";
this.maxTF.setText(newValue);
return;
}
if (newValue.length() == 1 && newValue.charAt(0) == 'n') {
newValue = "n";
this.maxTF.setText(newValue);
return;
}
if (newValue.length() > 1 && newValue.charAt(0) == '0') {
newValue = newValue.replaceAll("^0*", "");
if (newValue.length() == 0)
newValue = "0";
this.maxTF.setText(newValue);
return;
}
if (!newValue.matches("\\d*"))
this.maxTF.setText(newValue.replaceAll("[^\\d]", ""));
});
this.maxTF.setOnMouseEntered(event -> T3.fdssdf4354(A4.this.maxTF, C2.MouseSelectedColor));
this.maxTF.setOnMouseExited(event -> A4.this.maxTF.setEffect(null));
this.maxTF.setOnKeyPressed(event -> {
switch (event.getCode()) {
case ENTER -> {
A4.this.setDataAndLeave();
if (!canvas.getTabWithCanvas().getText().contains("*"))
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
}
case ESCAPE -> A4.this.setNothingAndLeave();
}
});
GridPane gPane = new GridPane();
gPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D));
gPane.setHgap(4.0D);
gPane.add(new Label("ESC->Cancel"), 0, 0, 2, 1);
gPane.add(new Label("Minimum:"), 0, 1);
gPane.add(this.minTF, 1, 1);
gPane.add(new Label("Maximum:"), 0, 2);
gPane.add(this.maxTF, 1, 2);
private void setDataAndLeave() {
if (this.minTF.getText() == null || this.minTF.getText().length() == 0) this.minTF.setText("m");
if (this.maxTF.getText() == null || this.maxTF.getText().length() == 0) this.maxTF.setText("n");
this.thisActionMessageDialog.close();
}
initStyle(StageStyle.UNDECORATED); private void setNothingAndLeave() {
Scene scene = new Scene(gPane, 130.0D, 90.0D); this.minTF.setText(this.holdminimum);
this.maxTF.setText(this.holdmaximum);
this.doNothing = true;
setScene(scene); this.thisActionMessageDialog.close();
}
setX(xPos);
setY(yPos);
if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
setY(yPos - scene.getHeight() - 20.0D);
}
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
setX(xPos - scene.getWidth() - 20.0D);
}
this.minTF.requestFocus();
this.minTF.selectPositionCaret(0);
this.minTF.selectEndOfNextWord();
sizeToScene();
showAndWait();
}
public TextField getMinTF() {
return this.minTF;
}
private void setDataAndLeave() { public TextField getMaxTF() {
if (this.minTF.getText() == null || this.minTF.getText().length() == 0) this.minTF.setText("m"); return this.maxTF;
if (this.maxTF.getText() == null || this.maxTF.getText().length() == 0) this.maxTF.setText("n"); }
this.thisActionMessageDialog.close();
}
public boolean isDoNothing() {
return this.doNothing;
}
private void setNothingAndLeave() { }
this.minTF.setText(this.holdminimum);
this.maxTF.setText(this.holdmaximum);
this.doNothing = true;
this.thisActionMessageDialog.close();
}
public TextField getMinTF() {
return this.minTF;
}
public TextField getMaxTF() {
return this.maxTF;
}
public boolean isDoNothing() {
return this.doNothing;
}
}

View File

@ -1,117 +1,103 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.geometry.Insets; import javafx.geometry.Insets;
import javafx.scene.Scene; import javafx.scene.Scene;
import javafx.scene.control.Label; import javafx.scene.control.Label;
import javafx.scene.control.TextField; import javafx.scene.control.TextField;
import javafx.scene.layout.GridPane; import javafx.scene.layout.GridPane;
import javafx.stage.Modality; import javafx.stage.Modality;
import javafx.stage.Stage; import javafx.stage.Stage;
import javafx.stage.StageStyle; import javafx.stage.StageStyle;
public class A5 public class A5
extends Stage extends Stage {
{ private final A5 thisActionMessageDialog;
private final A5 thisActionMessageDialog; private final TextField nameTF;
private final TextField nameTF; private final String holdName;
private boolean doNothing; private boolean doNothing;
private final String holdName;
public A5(final A3 canvas, double xPos, double yPos, String name) { public A5(final A3 canvas, double xPos, double yPos, String name) {
String title = "Enter Name"; String title = "Enter Name";
this.holdName = name; this.holdName = name;
this.doNothing = false; this.doNothing = false;
this.thisActionMessageDialog = this; this.thisActionMessageDialog = this;
setTitle(title); setTitle(title);
initModality(Modality.APPLICATION_MODAL); initModality(Modality.APPLICATION_MODAL);
this.nameTF = new TextField(name);
this.nameTF.setOnMouseEntered(event -> T3.fdssdf4354(A5.this.nameTF, C2.MouseSelectedColor));
this.nameTF.setOnMouseExited(event -> A5.this.nameTF.setEffect(null));
this.nameTF.setOnKeyPressed(event -> {
switch (event.getCode()) {
case ENTER -> {
A5.this.setDataAndLeave();
if (!canvas.getTabWithCanvas().getText().contains("*"))
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
}
case ESCAPE -> A5.this.setNothingAndLeave();
}
});
GridPane fPane = new GridPane();
fPane.setPadding(new Insets(5.0D, 5.0D, 5.0D, 5.0D));
fPane.setVgap(2.0D);
fPane.setHgap(2.0D);
fPane.add(new Label("ESC->Cancel"), 0, 0, 2, 1);
fPane.add(new Label("Name:"), 0, 1);
fPane.add(this.nameTF, 1, 1);
Scene scene = new Scene(fPane, 220.0D, 75.0D);
this.nameTF = new TextField(name); setX(xPos);
this.nameTF.setOnMouseEntered(event -> T3.fdssdf4354(A5.this.nameTF, C2.MouseSelectedColor)); setY(yPos);
this.nameTF.setOnMouseExited(event -> A5.this.nameTF.setEffect(null)); if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
this.nameTF.setOnKeyPressed(event -> { setY(yPos - scene.getHeight() - 20.0D);
switch (event.getCode()) { }
case ENTER -> { if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
A5.this.setDataAndLeave(); setX(xPos - scene.getWidth() - 20.0D);
if (!canvas.getTabWithCanvas().getText().contains("*")) }
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
}
case ESCAPE -> A5.this.setNothingAndLeave();
}
}); this.nameTF.requestFocus();
GridPane fPane = new GridPane(); this.nameTF.selectPositionCaret(0);
fPane.setPadding(new Insets(5.0D, 5.0D, 5.0D, 5.0D)); this.nameTF.selectEndOfNextWord();
initStyle(StageStyle.UNDECORATED);
fPane.setVgap(2.0D); setScene(scene);
fPane.setHgap(2.0D); sizeToScene();
showAndWait();
fPane.add(new Label("ESC->Cancel"), 0, 0, 2, 1); }
fPane.add(new Label("Name:"), 0, 1);
fPane.add(this.nameTF, 1, 1);
private void setDataAndLeave() {
if (this.nameTF.getText() == null || this.nameTF.getText().length() == 0)
return;
this.thisActionMessageDialog.close();
}
private void setNothingAndLeave() {
Scene scene = new Scene(fPane, 220.0D, 75.0D); this.nameTF.setText(this.holdName);
this.doNothing = true;
setX(xPos); this.thisActionMessageDialog.close();
setY(yPos); }
if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
setY(yPos - scene.getHeight() - 20.0D);
}
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
setX(xPos - scene.getWidth() - 20.0D);
}
this.nameTF.requestFocus();
this.nameTF.selectPositionCaret(0);
this.nameTF.selectEndOfNextWord();
initStyle(StageStyle.UNDECORATED);
setScene(scene);
sizeToScene();
showAndWait();
}
public TextField getNameTF() {
return this.nameTF;
}
private void setDataAndLeave() { public boolean isDoNothing() {
if (this.nameTF.getText() == null || this.nameTF.getText().length() == 0) return this.doNothing;
return; this.thisActionMessageDialog.close(); }
} }
private void setNothingAndLeave() {
this.nameTF.setText(this.holdName);
this.doNothing = true;
this.thisActionMessageDialog.close();
}
public TextField getNameTF() {
return this.nameTF;
}
public boolean isDoNothing() {
return this.doNothing;
}
}

View File

@ -1,206 +1,171 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.event.EventHandler; import javafx.event.EventHandler;
import javafx.geometry.Insets; import javafx.geometry.Insets;
import javafx.scene.Scene; import javafx.scene.Scene;
import javafx.scene.control.Label; import javafx.scene.control.Label;
import javafx.scene.control.TextField; import javafx.scene.control.TextField;
import javafx.scene.input.KeyEvent; import javafx.scene.input.KeyEvent;
import javafx.scene.layout.GridPane; import javafx.scene.layout.GridPane;
import javafx.stage.Modality; import javafx.stage.Modality;
import javafx.stage.Stage; import javafx.stage.Stage;
import javafx.stage.StageStyle; import javafx.stage.StageStyle;
public class A6
extends Stage {
private final A6 thisActionMessageDialog;
private final TextField p_tTF;
private final TextField d_ndTF;
private final String holdpartial_or_total;
private final String holddisjunct_or_notdisjunct;
private boolean doNothing;
public A6(final A3 canvas, double xPos, double yPos, String partial_or_total, String disjunct_or_notdisjunct) {
String title = "Enter P-T-D-ND";
this.doNothing = false;
if (partial_or_total == null) partial_or_total = "p";
if (disjunct_or_notdisjunct == null) disjunct_or_notdisjunct = "nd";
this.holdpartial_or_total = partial_or_total;
this.holddisjunct_or_notdisjunct = disjunct_or_notdisjunct;
public class A6
extends Stage this.thisActionMessageDialog = this;
{ setTitle(title);
private final A6 thisActionMessageDialog; initModality(Modality.APPLICATION_MODAL);
private final TextField p_tTF;
private final TextField d_ndTF;
private boolean doNothing; this.p_tTF = new TextField(partial_or_total);
private final String holdpartial_or_total; this.p_tTF.setPrefWidth(50.0D);
private final String holddisjunct_or_notdisjunct; this.p_tTF.textProperty().addListener((observable, oldValue, newValue) -> {
if (newValue.length() == 1 && newValue.charAt(0) != 'p' && newValue.charAt(0) != 't') {
public A6(final A3 canvas, double xPos, double yPos, String partial_or_total, String disjunct_or_notdisjunct) { newValue = "p";
String title = "Enter P-T-D-ND"; this.p_tTF.setText(newValue);
this.doNothing = false; return;
}
if (partial_or_total == null) partial_or_total = "p"; if (newValue.length() > 1) {
if (disjunct_or_notdisjunct == null) disjunct_or_notdisjunct = "nd"; newValue = oldValue;
this.holdpartial_or_total = partial_or_total; this.p_tTF.setText(newValue);
this.holddisjunct_or_notdisjunct = disjunct_or_notdisjunct; return;
}
this.thisActionMessageDialog = this; if (newValue.length() == 1 && (newValue.charAt(0) == 'p' || newValue.charAt(0) == 't')) {
setTitle(title); this.p_tTF.setText(newValue);
initModality(Modality.APPLICATION_MODAL); }
});
this.p_tTF.setOnMouseEntered(event -> T3.fdssdf4354(A6.this.p_tTF, C2.MouseSelectedColor));
this.p_tTF.setOnMouseExited(event -> A6.this.p_tTF.setEffect(null));
this.p_tTF.setOnKeyPressed(new EventHandler<>() {
this.p_tTF = new TextField(partial_or_total); public void handle(KeyEvent event) {
this.p_tTF.setPrefWidth(50.0D); switch (event.getCode()) {
this.p_tTF.textProperty().addListener((observable, oldValue, newValue) -> { case ENTER -> A6.this.d_ndTF.requestFocus();
if (newValue.length() == 1 && newValue.charAt(0) != 'p' && newValue.charAt(0) != 't') { case ESCAPE -> A6.this.setNothingAndLeave();
newValue = "p"; }
this.p_tTF.setText(newValue); }
});
return; this.d_ndTF = new TextField(disjunct_or_notdisjunct);
} this.d_ndTF.setPrefWidth(50.0D);
if (newValue.length() > 1) { this.d_ndTF.textProperty().addListener((observable, oldValue, newValue) -> {
newValue = oldValue; if (newValue.length() == 1 && newValue.charAt(0) != 'd') {
this.p_tTF.setText(newValue); newValue = "d";
return;
} this.d_ndTF.setText(newValue);
if (newValue.length() == 1 && (newValue.charAt(0) == 'p' || newValue.charAt(0) == 't')) { return;
this.p_tTF.setText(newValue); }
} if (newValue.length() == 2 && !newValue.equals("nd")) {
}); newValue = "nd";
this.p_tTF.setOnMouseEntered(event -> T3.fdssdf4354(A6.this.p_tTF, C2.MouseSelectedColor)); this.d_ndTF.setText(newValue);
this.p_tTF.setOnMouseExited(event -> A6.this.p_tTF.setEffect(null)); return;
this.p_tTF.setOnKeyPressed(new EventHandler<>() { }
if (newValue.length() > 2) {
public void handle(KeyEvent event) { newValue = oldValue;
switch (event.getCode()) { this.d_ndTF.setText(newValue);
case ENTER -> A6.this.d_ndTF.requestFocus(); return;
case ESCAPE -> A6.this.setNothingAndLeave(); }
} if (newValue.length() == 1 && newValue.charAt(0) == 'd') {
this.d_ndTF.setText(newValue);
} }
}); });
this.d_ndTF = new TextField(disjunct_or_notdisjunct); this.d_ndTF.setOnMouseEntered(event -> T3.fdssdf4354(A6.this.d_ndTF, C2.MouseSelectedColor));
this.d_ndTF.setPrefWidth(50.0D); this.d_ndTF.setOnMouseExited(event -> A6.this.d_ndTF.setEffect(null));
this.d_ndTF.textProperty().addListener((observable, oldValue, newValue) -> { this.d_ndTF.setOnKeyPressed(event -> {
if (newValue.length() == 1 && newValue.charAt(0) != 'd') { switch (event.getCode()) {
newValue = "d"; case ENTER -> {
A6.this.setDataAndLeave();
this.d_ndTF.setText(newValue); if (!canvas.getTabWithCanvas().getText().contains("*"))
return; canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
} }
if (newValue.length() == 2 && !newValue.equals("nd")) { case ESCAPE -> A6.this.setNothingAndLeave();
newValue = "nd"; }
this.d_ndTF.setText(newValue);
return; });
} GridPane gPane = new GridPane();
if (newValue.length() > 2) { gPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D));
newValue = oldValue;
this.d_ndTF.setText(newValue); gPane.setHgap(4.0D);
return;
} gPane.add(new Label("ESC->Cancel"), 0, 0);
if (newValue.length() == 1 && newValue.charAt(0) == 'd') { gPane.add(new Label("Partial[p]/Total[t]:"), 0, 1);
this.d_ndTF.setText(newValue); gPane.add(this.p_tTF, 1, 1);
} gPane.add(new Label("Disjunct[d]/Not disjunct[nd]:"), 0, 2);
}); gPane.add(this.d_ndTF, 1, 2);
this.d_ndTF.setOnMouseEntered(event -> T3.fdssdf4354(A6.this.d_ndTF, C2.MouseSelectedColor));
this.d_ndTF.setOnMouseExited(event -> A6.this.d_ndTF.setEffect(null));
this.d_ndTF.setOnKeyPressed(event -> { initStyle(StageStyle.UNDECORATED);
switch (event.getCode()) { Scene scene = new Scene(gPane, 230.0D, 90.0D);
case ENTER -> {
A6.this.setDataAndLeave(); setScene(scene);
if (!canvas.getTabWithCanvas().getText().contains("*"))
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*"); setX(xPos);
} setY(yPos);
case ESCAPE -> A6.this.setNothingAndLeave(); if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
} setY(yPos - scene.getHeight() - 20.0D);
}
}); if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
GridPane gPane = new GridPane(); setX(xPos - scene.getWidth() - 20.0D);
gPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D)); }
gPane.setHgap(4.0D); this.p_tTF.requestFocus();
this.p_tTF.selectPositionCaret(0);
gPane.add(new Label("ESC->Cancel"), 0, 0); this.p_tTF.selectEndOfNextWord();
gPane.add(new Label("Partial[p]/Total[t]:"), 0, 1);
gPane.add(this.p_tTF, 1, 1); sizeToScene();
gPane.add(new Label("Disjunct[d]/Not disjunct[nd]:"), 0, 2); showAndWait();
gPane.add(this.d_ndTF, 1, 2); }
private void setDataAndLeave() {
if (this.p_tTF.getText() == null || this.p_tTF.getText().length() == 0) this.p_tTF.setText("p");
initStyle(StageStyle.UNDECORATED); if (this.d_ndTF.getText() == null || this.d_ndTF.getText().length() == 0) this.d_ndTF.setText("nd");
Scene scene = new Scene(gPane, 230.0D, 90.0D); this.thisActionMessageDialog.close();
}
setScene(scene);
setX(xPos); private void setNothingAndLeave() {
setY(yPos); this.p_tTF.setText(this.holdpartial_or_total);
if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) { this.d_ndTF.setText(this.holddisjunct_or_notdisjunct);
setY(yPos - scene.getHeight() - 20.0D); this.doNothing = true;
}
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) { this.thisActionMessageDialog.close();
setX(xPos - scene.getWidth() - 20.0D); }
}
this.p_tTF.requestFocus(); public TextField getP_tTF() {
this.p_tTF.selectPositionCaret(0); return this.p_tTF;
this.p_tTF.selectEndOfNextWord(); }
sizeToScene();
showAndWait(); public TextField getD_ndTF() {
} return this.d_ndTF;
}
public boolean isDoNothing() {
private void setDataAndLeave() { return this.doNothing;
if (this.p_tTF.getText() == null || this.p_tTF.getText().length() == 0) this.p_tTF.setText("p"); }
if (this.d_ndTF.getText() == null || this.d_ndTF.getText().length() == 0) this.d_ndTF.setText("nd"); }
this.thisActionMessageDialog.close();
}
private void setNothingAndLeave() {
this.p_tTF.setText(this.holdpartial_or_total);
this.d_ndTF.setText(this.holddisjunct_or_notdisjunct);
this.doNothing = true;
this.thisActionMessageDialog.close();
}
public TextField getP_tTF() {
return this.p_tTF;
}
public TextField getD_ndTF() {
return this.d_ndTF;
}
public boolean isDoNothing() {
return this.doNothing;
}
}

View File

@ -1,160 +1,122 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.geometry.Insets; import javafx.geometry.Insets;
import javafx.scene.Scene; import javafx.scene.Scene;
import javafx.scene.control.Label; import javafx.scene.control.Label;
import javafx.scene.control.TextArea; import javafx.scene.control.TextArea;
import javafx.scene.input.KeyCode; import javafx.scene.input.KeyCode;
import javafx.scene.input.KeyCodeCombination; import javafx.scene.input.KeyCodeCombination;
import javafx.scene.input.KeyCombination; import javafx.scene.input.KeyCombination;
import javafx.scene.layout.GridPane; import javafx.scene.layout.GridPane;
import javafx.stage.Modality; import javafx.stage.Modality;
import javafx.stage.Stage; import javafx.stage.Stage;
import javafx.stage.StageStyle; import javafx.stage.StageStyle;
public class A7
extends Stage {
final KeyCombination keyCombinationALT_ENTER = new KeyCodeCombination(KeyCode.ENTER, KeyCombination.ALT_DOWN);
private final A7 thisActionMessageDialog;
private final TextArea textTA;
private final String holdName;
private boolean doNothing;
public A7(final A3 canvas, double xPos, double yPos, String name) {
String title = "Enter Name";
this.holdName = name;
this.doNothing = false;
this.thisActionMessageDialog = this;
setTitle(title);
initModality(Modality.APPLICATION_MODAL);
this.textTA = new TextArea(name);
this.textTA.setPrefWidth(350.0D);
this.textTA.setPrefHeight(100.0D);
this.textTA.setOnMouseEntered(event -> T3.fdssdf4354(A7.this.textTA, C2.MouseSelectedColor));
this.textTA.setOnMouseExited(event -> A7.this.textTA.setEffect(null));
this.textTA.setOnKeyPressed(event -> {
if (A7.this.keyCombinationALT_ENTER.match(event)) {
A7.this.textTA.appendText("\n");
event.consume();
return;
}
switch (event.getCode()) {
case ENTER -> {
event.consume();
A7.this.setDataAndLeave();
if (!canvas.getTabWithCanvas().getText().contains("*"))
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
}
case ESCAPE -> A7.this.setNothingAndLeave();
}
});
GridPane fPane = new GridPane();
fPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D));
fPane.setHgap(4.0D);
fPane.add(new Label("ESC->Cancel, Alt-Enter->Linefeed"), 0, 0, 2, 1);
fPane.add(this.textTA, 0, 1);
initStyle(StageStyle.UNDECORATED);
Scene scene = new Scene(fPane, 370.0D, 150.0D);
setScene(scene);
setX(xPos);
setY(yPos);
if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
setY(yPos - scene.getHeight() - 20.0D);
}
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
setX(xPos - scene.getWidth() - 20.0D);
}
this.textTA.requestFocus();
public class A7 sizeToScene();
extends Stage showAndWait();
{ }
private final A7 thisActionMessageDialog;
private final TextArea textTA;
private boolean doNothing;
private final String holdName;
final KeyCombination keyCombinationALT_ENTER = new KeyCodeCombination(KeyCode.ENTER, KeyCombination.ALT_DOWN);
private void setDataAndLeave() {
if (this.textTA.getText() == null || this.textTA.getText().length() == 0) {
this.textTA.setText("");
return;
}
this.thisActionMessageDialog.close();
}
public A7(final A3 canvas, double xPos, double yPos, String name) { private void setNothingAndLeave() {
this.textTA.setText(this.holdName);
this.doNothing = true;
this.thisActionMessageDialog.close();
}
String title = "Enter Name";
public TextArea getTextTA() {
return this.textTA;
}
this.holdName = name;
this.doNothing = false; public boolean isDoNothing() {
return this.doNothing;
this.thisActionMessageDialog = this; }
setTitle(title); }
initModality(Modality.APPLICATION_MODAL);
this.textTA = new TextArea(name);
this.textTA.setPrefWidth(350.0D);
this.textTA.setPrefHeight(100.0D);
this.textTA.setOnMouseEntered(event -> T3.fdssdf4354(A7.this.textTA, C2.MouseSelectedColor));
this.textTA.setOnMouseExited(event -> A7.this.textTA.setEffect(null));
this.textTA.setOnKeyPressed(event -> {
if (A7.this.keyCombinationALT_ENTER.match(event)) {
A7.this.textTA.appendText("\n");
event.consume();
return;
}
switch (event.getCode()) {
case ENTER -> {
event.consume();
A7.this.setDataAndLeave();
if (!canvas.getTabWithCanvas().getText().contains("*"))
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
}
case ESCAPE -> A7.this.setNothingAndLeave();
}
});
GridPane fPane = new GridPane();
fPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D));
fPane.setHgap(4.0D);
fPane.add(new Label("ESC->Cancel, Alt-Enter->Linefeed"), 0, 0, 2, 1);
fPane.add(this.textTA, 0, 1);
initStyle(StageStyle.UNDECORATED);
Scene scene = new Scene(fPane, 370.0D, 150.0D);
setScene(scene);
setX(xPos);
setY(yPos);
if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
setY(yPos - scene.getHeight() - 20.0D);
}
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
setX(xPos - scene.getWidth() - 20.0D);
}
this.textTA.requestFocus();
sizeToScene();
showAndWait();
}
private void setDataAndLeave() {
if (this.textTA.getText() == null || this.textTA.getText().length() == 0) {
this.textTA.setText("");
return;
}
this.thisActionMessageDialog.close();
}
private void setNothingAndLeave() {
this.textTA.setText(this.holdName);
this.doNothing = true;
this.thisActionMessageDialog.close();
}
public TextArea getTextTA() {
return this.textTA;
}
public boolean isDoNothing() {
return this.doNothing;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,248 +1,229 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.event.ActionEvent; import javafx.event.ActionEvent;
import javafx.event.EventHandler; import javafx.event.EventHandler;
import javafx.geometry.Insets; import javafx.geometry.Insets;
import javafx.scene.Cursor; import javafx.scene.Cursor;
import javafx.scene.Scene; import javafx.scene.Scene;
import javafx.scene.control.Button; import javafx.scene.control.Button;
import javafx.scene.control.CheckBox; import javafx.scene.control.CheckBox;
import javafx.scene.control.Label; import javafx.scene.control.Label;
import javafx.scene.control.TextField; import javafx.scene.control.TextField;
import javafx.scene.input.KeyCode; import javafx.scene.input.KeyCode;
import javafx.scene.layout.*; import javafx.scene.layout.*;
import javafx.stage.Modality; import javafx.stage.Modality;
import javafx.stage.Stage; import javafx.stage.Stage;
import java.util.Objects; import java.util.Objects;
public class A9 public class A9
extends Stage extends Stage {
{ private final A9 thisActionMessageDialog;
private final A9 thisActionMessageDialog; private final TextField nameTF;
private final TextField nameTF; private final CheckBox createRelationCB;
private final CheckBox createRelationCB; private final TextField relationNameTF;
private final TextField relationNameTF; private final TextField relationPraefixTF;
private final TextField relationPraefixTF; private final CheckBox createInsertStatementsCB;
private final CheckBox createInsertStatementsCB; private final TextField numberRowsToInsertTF;
private final TextField numberRowsToInsertTF; private final Button okBTN;
private final Button okBTN; private final String holdName;
private Button cancelBTN; private Button cancelBTN;
private final String holdName;
public A9(final A3 canvas, double xPos, double yPos, String name, boolean createRelation, String relationName, String relationPraefix, boolean createInsertStatements, long numberRowsToInsert, boolean setCreationRelationChangeable) {
public A9(final A3 canvas, double xPos, double yPos, String name, boolean createRelation, String relationName, String relationPraefix, boolean createInsertStatements, long numberRowsToInsert, boolean setCreationRelationChangeable) {
String title = "ES/RS Transformation";
String title = "ES/RS Transformation";
this.holdName = name;
this.holdName = name;
this.thisActionMessageDialog = this;
this.thisActionMessageDialog = this; setTitle(title);
setTitle(title); initModality(Modality.APPLICATION_MODAL);
initModality(Modality.APPLICATION_MODAL);
this.nameTF = new TextField(name);
this.nameTF.setDisable(true);
this.nameTF = new TextField(name); this.createRelationCB = new CheckBox();
this.nameTF.setDisable(true); this.createRelationCB.setSelected(false);
if (!setCreationRelationChangeable) this.createRelationCB.setDisable(true);
this.createRelationCB = new CheckBox(); if (createRelation) this.createRelationCB.setSelected(true);
this.createRelationCB.setSelected(false);
this.relationPraefixTF = new TextField(relationPraefix);
if (!setCreationRelationChangeable) this.createRelationCB.setDisable(true); this.relationPraefixTF.setOnMouseEntered(event -> T3.fdssdf4354(A9.this.relationPraefixTF, C2.MouseSelectedColor));
if (createRelation) this.createRelationCB.setSelected(true); this.relationPraefixTF.setOnMouseExited(event -> A9.this.relationPraefixTF.setEffect(null));
this.relationNameTF = new TextField(relationName);
this.relationPraefixTF = new TextField(relationPraefix); this.relationNameTF.setOnMouseEntered(event -> T3.fdssdf4354(A9.this.relationNameTF, C2.MouseSelectedColor));
this.relationPraefixTF.setOnMouseEntered(event -> T3.fdssdf4354(A9.this.relationPraefixTF, C2.MouseSelectedColor)); this.relationNameTF.setOnMouseExited(event -> A9.this.relationNameTF.setEffect(null));
this.relationPraefixTF.setOnMouseExited(event -> A9.this.relationPraefixTF.setEffect(null));
this.relationNameTF = new TextField(relationName);
this.relationNameTF.setOnMouseEntered(event -> T3.fdssdf4354(A9.this.relationNameTF, C2.MouseSelectedColor)); this.createInsertStatementsCB = new CheckBox();
this.relationNameTF.setOnMouseExited(event -> A9.this.relationNameTF.setEffect(null)); this.createInsertStatementsCB.setSelected(true);
this.createInsertStatementsCB.setDisable(true);
if (createInsertStatements) this.createInsertStatementsCB.setSelected(true);
this.createInsertStatementsCB = new CheckBox(); this.createInsertStatementsCB.setOnAction(new EventHandler<>() {
this.createInsertStatementsCB.setSelected(true); public void handle(ActionEvent event) {
this.createInsertStatementsCB.setDisable(true); A9.this.numberRowsToInsertTF.setDisable(!A9.this.createInsertStatementsCB.isSelected());
if (createInsertStatements) this.createInsertStatementsCB.setSelected(true); }
this.createInsertStatementsCB.setOnAction(new EventHandler<>() { });
public void handle(ActionEvent event) { this.numberRowsToInsertTF = new TextField(String.valueOf(numberRowsToInsert));
A9.this.numberRowsToInsertTF.setDisable(!A9.this.createInsertStatementsCB.isSelected()); this.numberRowsToInsertTF.setDisable(true);
} if (createInsertStatements) this.numberRowsToInsertTF.setDisable(false);
});
this.numberRowsToInsertTF = new TextField(String.valueOf(numberRowsToInsert)); this.okBTN = new Button("Ok");
this.numberRowsToInsertTF.setDisable(true); this.okBTN.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY)));
if (createInsertStatements) this.numberRowsToInsertTF.setDisable(false); this.okBTN.setOnMouseEntered(event -> {
A9.this.getScene().getRoot().setCursor(Cursor.HAND);
this.okBTN = new Button("Ok"); T3.fdssdf4354(A9.this.okBTN, C2.MouseSelectedColor);
this.okBTN.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY))); });
this.okBTN.setOnMouseEntered(event -> { this.okBTN.setOnMouseExited(event -> {
A9.this.getScene().getRoot().setCursor(Cursor.HAND); A9.this.getScene().getRoot().setCursor(Cursor.DEFAULT);
T3.fdssdf4354(A9.this.okBTN, C2.MouseSelectedColor); A9.this.okBTN.setEffect(null);
}); if (A9.this.okBTN.isFocused()) T3.fdssdf4354(A9.this.okBTN, C2.FocusOnComponentColor);
this.okBTN.setOnMouseExited(event -> { });
A9.this.getScene().getRoot().setCursor(Cursor.DEFAULT); this.okBTN.focusedProperty().addListener((obs, oldVal, newVal) -> {
A9.this.okBTN.setEffect(null); if (this.okBTN.isFocused()) {
if (A9.this.okBTN.isFocused()) T3.fdssdf4354(A9.this.okBTN, C2.FocusOnComponentColor); T3.fdssdf4354(this.okBTN, C2.FocusOnComponentColor);
});
this.okBTN.focusedProperty().addListener((obs, oldVal, newVal) -> { this.relationPraefixTF.setEffect(null);
if (this.okBTN.isFocused()) {
T3.fdssdf4354(this.okBTN, C2.FocusOnComponentColor); this.cancelBTN.setEffect(null);
} else {
this.relationPraefixTF.setEffect(null); this.okBTN.setEffect(null);
}
this.cancelBTN.setEffect(null); });
} else { this.okBTN.setOnAction(event -> {
this.okBTN.setEffect(null); A9.this.setDataAndLeave();
}
}); if (!canvas.getTabWithCanvas().getText().contains("*"))
this.okBTN.setOnAction(event -> { canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
A9.this.setDataAndLeave(); });
this.okBTN.setOnKeyPressed(event -> {
if (!canvas.getTabWithCanvas().getText().contains("*")) canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*"); if (Objects.requireNonNull(event.getCode()) == KeyCode.ENTER) {
}); A9.this.setDataAndLeave();
this.okBTN.setOnKeyPressed(event -> {
if (Objects.requireNonNull(event.getCode()) == KeyCode.ENTER) { if (!canvas.getTabWithCanvas().getText().contains("*"))
A9.this.setDataAndLeave(); canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
}
});
this.cancelBTN = new Button("Cancel");
this.cancelBTN.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY)));
this.cancelBTN.setOnMouseEntered(event -> {
A9.this.getScene().getRoot().setCursor(Cursor.HAND);
T3.fdssdf4354(A9.this.cancelBTN, C2.MouseSelectedColor);
});
this.cancelBTN.setOnMouseExited(event -> {
A9.this.getScene().getRoot().setCursor(Cursor.DEFAULT);
A9.this.cancelBTN.setEffect(null);
if (A9.this.cancelBTN.isFocused()) T3.fdssdf4354(A9.this.cancelBTN, C2.FocusOnComponentColor);
});
this.cancelBTN.focusedProperty().addListener((obs, oldVal, newVal) -> {
if (this.cancelBTN.isFocused()) {
T3.fdssdf4354(this.cancelBTN, C2.FocusOnComponentColor);
this.relationPraefixTF.setEffect(null);
this.okBTN.setEffect(null);
} else {
this.cancelBTN.setEffect(null);
}
});
this.cancelBTN.setOnAction(event -> A9.this.setNothingAndLeave());
this.cancelBTN.setOnKeyPressed(event -> {
if (Objects.requireNonNull(event.getCode()) == KeyCode.ENTER) {
A9.this.setNothingAndLeave();
}
});
GridPane gridPane = new GridPane();
gridPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D));
gridPane.setVgap(4.0D);
gridPane.setHgap(4.0D);
gridPane.add(new Label("Name:"), 0, 0);
gridPane.add(this.nameTF, 1, 0);
gridPane.add(new Label("Create relation:"), 0, 1);
gridPane.add(this.createRelationCB, 1, 1);
gridPane.add(new Label("Relation name:"), 0, 2);
gridPane.add(this.relationNameTF, 1, 2);
gridPane.add(new Label("Relation praefix:"), 0, 3);
gridPane.add(this.relationPraefixTF, 1, 3);
gridPane.add(new Label("Create inserts:"), 0, 4);
gridPane.add(this.createInsertStatementsCB, 1, 4);
gridPane.add(new Label("Number rows:"), 0, 5);
gridPane.add(this.numberRowsToInsertTF, 1, 5);
FlowPane fp = new FlowPane();
fp.setHgap(10.0D);
fp.getChildren().addAll(this.okBTN, this.cancelBTN);
gridPane.add(fp, 0, 6, 2, 1);
Scene scene = new Scene(gridPane, 300.0D, 205.0D);
setScene(scene);
sizeToScene();
setX(xPos);
setY(yPos);
if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
setY(yPos - scene.getHeight() - 20.0D);
}
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
setX(xPos - scene.getWidth() - 20.0D);
}
this.relationNameTF.requestFocus();
sizeToScene();
showAndWait();
}
if (!canvas.getTabWithCanvas().getText().contains("*"))
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*"); private void setDataAndLeave() {
} if (this.nameTF.getText() == null || this.nameTF.getText().length() == 0)
return;
this.thisActionMessageDialog.close();
}
private void setNothingAndLeave() {
this.nameTF.setText(this.holdName);
this.thisActionMessageDialog.close();
}
});
this.cancelBTN = new Button("Cancel");
this.cancelBTN.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY)));
this.cancelBTN.setOnMouseEntered(event -> {
A9.this.getScene().getRoot().setCursor(Cursor.HAND);
T3.fdssdf4354(A9.this.cancelBTN, C2.MouseSelectedColor);
});
this.cancelBTN.setOnMouseExited(event -> {
A9.this.getScene().getRoot().setCursor(Cursor.DEFAULT);
A9.this.cancelBTN.setEffect(null);
if (A9.this.cancelBTN.isFocused()) T3.fdssdf4354(A9.this.cancelBTN, C2.FocusOnComponentColor);
}); public CheckBox getCreateRelationCB() {
this.cancelBTN.focusedProperty().addListener((obs, oldVal, newVal) -> { return this.createRelationCB;
if (this.cancelBTN.isFocused()) { }
T3.fdssdf4354(this.cancelBTN, C2.FocusOnComponentColor);
this.relationPraefixTF.setEffect(null);
this.okBTN.setEffect(null);
} else {
this.cancelBTN.setEffect(null);
}
});
this.cancelBTN.setOnAction(event -> A9.this.setNothingAndLeave());
this.cancelBTN.setOnKeyPressed(event -> {
if (Objects.requireNonNull(event.getCode()) == KeyCode.ENTER) {
A9.this.setNothingAndLeave();
}
public TextField getRelationNameTF() {
return this.relationNameTF;
}
});
GridPane gridPane = new GridPane();
gridPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D));
gridPane.setVgap(4.0D);
gridPane.setHgap(4.0D);
gridPane.add(new Label("Name:"), 0, 0); public TextField getRelationPraefixTF() {
gridPane.add(this.nameTF, 1, 0); return this.relationPraefixTF;
gridPane.add(new Label("Create relation:"), 0, 1); }
gridPane.add(this.createRelationCB, 1, 1);
gridPane.add(new Label("Relation name:"), 0, 2);
gridPane.add(this.relationNameTF, 1, 2);
gridPane.add(new Label("Relation praefix:"), 0, 3);
gridPane.add(this.relationPraefixTF, 1, 3);
gridPane.add(new Label("Create inserts:"), 0, 4);
gridPane.add(this.createInsertStatementsCB, 1, 4);
gridPane.add(new Label("Number rows:"), 0, 5);
gridPane.add(this.numberRowsToInsertTF, 1, 5);
FlowPane fp = new FlowPane();
fp.setHgap(10.0D);
fp.getChildren().addAll(this.okBTN, this.cancelBTN); public CheckBox getCreateInsertStatementsCB() {
gridPane.add(fp, 0, 6, 2, 1); return this.createInsertStatementsCB;
}
public TextField getNumberRowsToInsertTF() {
return this.numberRowsToInsertTF;
}
Scene scene = new Scene(gridPane, 300.0D, 205.0D); }
setScene(scene);
sizeToScene();
setX(xPos);
setY(yPos);
if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
setY(yPos - scene.getHeight() - 20.0D);
}
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
setX(xPos - scene.getWidth() - 20.0D);
}
this.relationNameTF.requestFocus();
sizeToScene();
showAndWait();
}
private void setDataAndLeave() {
if (this.nameTF.getText() == null || this.nameTF.getText().length() == 0)
return; this.thisActionMessageDialog.close();
}
private void setNothingAndLeave() {
this.nameTF.setText(this.holdName);
this.thisActionMessageDialog.close();
}
public CheckBox getCreateRelationCB() {
return this.createRelationCB;
}
public TextField getRelationNameTF() {
return this.relationNameTF;
}
public TextField getRelationPraefixTF() {
return this.relationPraefixTF;
}
public CheckBox getCreateInsertStatementsCB() {
return this.createInsertStatementsCB;
}
public TextField getNumberRowsToInsertTF() {
return this.numberRowsToInsertTF;
}
}

View File

@ -1,334 +1,301 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.geometry.Insets; import javafx.geometry.Insets;
import javafx.scene.Cursor; import javafx.scene.Cursor;
import javafx.scene.Scene; import javafx.scene.Scene;
import javafx.scene.control.Button; import javafx.scene.control.Button;
import javafx.scene.control.CheckBox; import javafx.scene.control.CheckBox;
import javafx.scene.control.Label; import javafx.scene.control.Label;
import javafx.scene.control.TextField; import javafx.scene.control.TextField;
import javafx.scene.input.KeyCode; import javafx.scene.input.KeyCode;
import javafx.scene.layout.*; import javafx.scene.layout.*;
import javafx.stage.Modality; import javafx.stage.Modality;
import javafx.stage.Stage; import javafx.stage.Stage;
import java.util.Objects; import java.util.Objects;
public class B1 public class B1
extends Stage extends Stage {
{ private final B1 thisActionMessageDialog;
private final B1 thisActionMessageDialog; private final TextField nameTF;
private final TextField nameTF; private final CheckBox createColumnCB;
private final CheckBox createColumnCB; private final TextField columnNameTF;
private final TextField columnNameTF; private final TextField relationNameTF;
private final TextField relationNameTF; private final TextField relationNamePraefixTF;
private final TextField relationNamePraefixTF; private final TextField columnPostfixTF;
private final TextField columnPostfixTF; private final TextField datatypeTF;
private final TextField datatypeTF; private final CheckBox isAutoincrementCB;
private final CheckBox isAutoincrementCB; private final CheckBox isKeyCB;
private final CheckBox isKeyCB; private final CheckBox isNullableCB;
private final CheckBox isNullableCB; private final CheckBox isUniqueCB;
private final CheckBox isUniqueCB; private final Button okBTN;
private final Button okBTN; private final String holdName;
private Button cancelBTN; private Button cancelBTN;
private final String holdName;
public B1(final A3 canvas, double xPos, double yPos, String name, boolean createColumn, String columnName, String relationName, String relationNamePraefix, String columnPostfix, String datatype, boolean isAutoincrement, boolean isKey, boolean isNullable, boolean isUnique) {
public B1(final A3 canvas, double xPos, double yPos, String name, boolean createColumn, String columnName, String relationName, String relationNamePraefix, String columnPostfix, String datatype, boolean isAutoincrement, boolean isKey, boolean isNullable, boolean isUnique) { String title = "Multivalue Attribute Transformation";
String title = "Multivalue Attribute Transformation";
this.holdName = name;
this.holdName = name;
this.thisActionMessageDialog = this;
this.thisActionMessageDialog = this; setTitle(title);
setTitle(title); initModality(Modality.APPLICATION_MODAL);
initModality(Modality.APPLICATION_MODAL);
this.nameTF = new TextField(name);
this.nameTF.setDisable(true);
this.createColumnCB = new CheckBox();
this.nameTF = new TextField(name); this.createColumnCB.setSelected(false);
this.nameTF.setDisable(true);
this.createColumnCB.setDisable(true);
if (createColumn) this.createColumnCB.setSelected(true);
this.createColumnCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.createColumnCB, C2.MouseSelectedColor));
this.createColumnCB = new CheckBox(); this.createColumnCB.setOnMouseExited(event -> B1.this.createColumnCB.setEffect(null));
this.createColumnCB.setSelected(false);
this.columnPostfixTF = new TextField(columnPostfix);
this.createColumnCB.setDisable(true); this.columnPostfixTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.columnPostfixTF, C2.MouseSelectedColor));
if (createColumn) this.createColumnCB.setSelected(true); this.columnPostfixTF.setOnMouseExited(event -> B1.this.columnPostfixTF.setEffect(null));
this.createColumnCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.createColumnCB, C2.MouseSelectedColor));
this.createColumnCB.setOnMouseExited(event -> B1.this.createColumnCB.setEffect(null)); this.columnNameTF = new TextField(columnName);
this.columnNameTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.columnNameTF, C2.MouseSelectedColor));
this.columnPostfixTF = new TextField(columnPostfix); this.columnNameTF.setOnMouseExited(event -> B1.this.columnNameTF.setEffect(null));
this.columnPostfixTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.columnPostfixTF, C2.MouseSelectedColor));
this.columnPostfixTF.setOnMouseExited(event -> B1.this.columnPostfixTF.setEffect(null)); this.relationNameTF = new TextField(relationName);
this.relationNameTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.relationNameTF, C2.MouseSelectedColor));
this.columnNameTF = new TextField(columnName); this.relationNameTF.setOnMouseExited(event -> B1.this.relationNameTF.setEffect(null));
this.columnNameTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.columnNameTF, C2.MouseSelectedColor));
this.columnNameTF.setOnMouseExited(event -> B1.this.columnNameTF.setEffect(null)); this.relationNamePraefixTF = new TextField(relationNamePraefix);
this.relationNamePraefixTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.relationNamePraefixTF, C2.MouseSelectedColor));
this.relationNameTF = new TextField(relationName); this.relationNamePraefixTF.setOnMouseExited(event -> B1.this.relationNamePraefixTF.setEffect(null));
this.relationNameTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.relationNameTF, C2.MouseSelectedColor));
this.relationNameTF.setOnMouseExited(event -> B1.this.relationNameTF.setEffect(null)); this.datatypeTF = new TextField(datatype);
this.datatypeTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.datatypeTF, C2.MouseSelectedColor));
this.relationNamePraefixTF = new TextField(relationNamePraefix); this.datatypeTF.setOnMouseExited(event -> B1.this.datatypeTF.setEffect(null));
this.relationNamePraefixTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.relationNamePraefixTF, C2.MouseSelectedColor));
this.relationNamePraefixTF.setOnMouseExited(event -> B1.this.relationNamePraefixTF.setEffect(null)); this.isAutoincrementCB = new CheckBox();
this.isAutoincrementCB.setSelected(false);
this.datatypeTF = new TextField(datatype); if (isAutoincrement) this.isAutoincrementCB.setSelected(true);
this.datatypeTF.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.datatypeTF, C2.MouseSelectedColor)); this.isAutoincrementCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.isAutoincrementCB, C2.MouseSelectedColor));
this.datatypeTF.setOnMouseExited(event -> B1.this.datatypeTF.setEffect(null)); this.isAutoincrementCB.setOnMouseExited(event -> B1.this.isAutoincrementCB.setEffect(null));
this.isAutoincrementCB = new CheckBox(); this.isKeyCB = new CheckBox();
this.isAutoincrementCB.setSelected(false); this.isKeyCB.setSelected(false);
if (isAutoincrement) this.isAutoincrementCB.setSelected(true); if (isKey) this.isKeyCB.setSelected(true);
this.isAutoincrementCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.isAutoincrementCB, C2.MouseSelectedColor)); this.isKeyCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.isKeyCB, C2.MouseSelectedColor));
this.isAutoincrementCB.setOnMouseExited(event -> B1.this.isAutoincrementCB.setEffect(null)); this.isKeyCB.setOnMouseExited(event -> B1.this.isKeyCB.setEffect(null));
this.isKeyCB = new CheckBox(); this.isNullableCB = new CheckBox();
this.isKeyCB.setSelected(false); this.isNullableCB.setSelected(false);
if (isKey) this.isKeyCB.setSelected(true); if (isNullable) this.isNullableCB.setSelected(true);
this.isKeyCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.isKeyCB, C2.MouseSelectedColor)); this.isNullableCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.isNullableCB, C2.MouseSelectedColor));
this.isKeyCB.setOnMouseExited(event -> B1.this.isKeyCB.setEffect(null)); this.isNullableCB.setOnMouseExited(event -> B1.this.isNullableCB.setEffect(null));
this.isNullableCB = new CheckBox(); this.isUniqueCB = new CheckBox();
this.isNullableCB.setSelected(false); this.isUniqueCB.setSelected(false);
if (isNullable) this.isNullableCB.setSelected(true); if (isUnique) this.isUniqueCB.setSelected(true);
this.isNullableCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.isNullableCB, C2.MouseSelectedColor)); this.isUniqueCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.isUniqueCB, C2.MouseSelectedColor));
this.isNullableCB.setOnMouseExited(event -> B1.this.isNullableCB.setEffect(null)); this.isUniqueCB.setOnMouseExited(event -> B1.this.isUniqueCB.setEffect(null));
this.isUniqueCB = new CheckBox(); this.okBTN = new Button("Ok");
this.isUniqueCB.setSelected(false); this.okBTN.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY)));
if (isUnique) this.isUniqueCB.setSelected(true); this.okBTN.setOnMouseEntered(event -> {
this.isUniqueCB.setOnMouseEntered(event -> T3.fdssdf4354(B1.this.isUniqueCB, C2.MouseSelectedColor)); B1.this.getScene().getRoot().setCursor(Cursor.HAND);
this.isUniqueCB.setOnMouseExited(event -> B1.this.isUniqueCB.setEffect(null)); T3.fdssdf4354(B1.this.okBTN, C2.MouseSelectedColor);
});
this.okBTN = new Button("Ok"); this.okBTN.setOnMouseExited(event -> {
this.okBTN.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY))); B1.this.getScene().getRoot().setCursor(Cursor.DEFAULT);
this.okBTN.setOnMouseEntered(event -> { B1.this.okBTN.setEffect(null);
B1.this.getScene().getRoot().setCursor(Cursor.HAND); if (B1.this.okBTN.isFocused()) T3.fdssdf4354(B1.this.okBTN, C2.FocusOnComponentColor);
T3.fdssdf4354(B1.this.okBTN, C2.MouseSelectedColor); });
}); this.okBTN.focusedProperty().addListener((obs, oldVal, newVal) -> {
this.okBTN.setOnMouseExited(event -> { if (this.okBTN.isFocused()) {
B1.this.getScene().getRoot().setCursor(Cursor.DEFAULT); T3.fdssdf4354(this.okBTN, C2.FocusOnComponentColor);
B1.this.okBTN.setEffect(null);
if (B1.this.okBTN.isFocused()) T3.fdssdf4354(B1.this.okBTN, C2.FocusOnComponentColor); this.columnPostfixTF.setEffect(null);
});
this.okBTN.focusedProperty().addListener((obs, oldVal, newVal) -> { this.cancelBTN.setEffect(null);
if (this.okBTN.isFocused()) { } else {
T3.fdssdf4354(this.okBTN, C2.FocusOnComponentColor); this.okBTN.setEffect(null);
}
this.columnPostfixTF.setEffect(null); });
this.okBTN.setOnAction(event -> {
this.cancelBTN.setEffect(null); if (!canvas.getTabWithCanvas().getText().contains("*"))
} else { canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
this.okBTN.setEffect(null);
} B1.this.setDataAndLeave();
}); });
this.okBTN.setOnAction(event -> { this.okBTN.setOnKeyPressed(event -> {
if (!canvas.getTabWithCanvas().getText().contains("*")) canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*"); if (Objects.requireNonNull(event.getCode()) == KeyCode.ENTER) {
B1.this.setDataAndLeave();
B1.this.setDataAndLeave();
}); if (!canvas.getTabWithCanvas().getText().contains("*"))
this.okBTN.setOnKeyPressed(event -> { canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*");
if (Objects.requireNonNull(event.getCode()) == KeyCode.ENTER) { }
B1.this.setDataAndLeave();
if (!canvas.getTabWithCanvas().getText().contains("*")) });
canvas.getTabWithCanvas().setText(canvas.getTabWithCanvas().getText() + "*"); this.cancelBTN = new Button("Cancel");
} this.cancelBTN.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY)));
this.cancelBTN.setOnMouseEntered(event -> {
B1.this.getScene().getRoot().setCursor(Cursor.HAND);
T3.fdssdf4354(B1.this.cancelBTN, C2.MouseSelectedColor);
});
this.cancelBTN.setOnMouseExited(event -> {
B1.this.getScene().getRoot().setCursor(Cursor.DEFAULT);
B1.this.cancelBTN.setEffect(null);
if (B1.this.cancelBTN.isFocused()) T3.fdssdf4354(B1.this.cancelBTN, C2.FocusOnComponentColor);
});
this.cancelBTN.focusedProperty().addListener((obs, oldVal, newVal) -> {
if (this.cancelBTN.isFocused()) {
T3.fdssdf4354(this.cancelBTN, C2.FocusOnComponentColor);
this.columnPostfixTF.setEffect(null);
this.okBTN.setEffect(null);
} else {
this.cancelBTN.setEffect(null);
}
});
this.cancelBTN.setOnAction(event -> B1.this.setNothingAndLeave());
this.cancelBTN.setOnKeyPressed(event -> {
if (Objects.requireNonNull(event.getCode()) == KeyCode.ENTER) {
B1.this.setNothingAndLeave();
}
});
if (isKey) {
this.isKeyCB.setDisable(true);
this.isUniqueCB.setDisable(true);
this.createColumnCB.setDisable(true);
this.isNullableCB.setDisable(true);
} else {
this.isKeyCB.setDisable(true);
}
GridPane gridPane = new GridPane();
gridPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D));
gridPane.setVgap(4.0D);
gridPane.setHgap(4.0D);
gridPane.add(new Label("Name:"), 0, 0);
gridPane.add(this.nameTF, 1, 0);
gridPane.add(new Label("Create column:"), 0, 1);
gridPane.add(this.createColumnCB, 1, 1);
gridPane.add(new Label("Column name:"), 0, 2);
gridPane.add(this.columnNameTF, 1, 2);
gridPane.add(new Label("Relation name:"), 0, 3);
gridPane.add(this.relationNameTF, 1, 3);
gridPane.add(new Label("Relation name praefix:"), 0, 4);
gridPane.add(this.relationNamePraefixTF, 1, 4);
gridPane.add(new Label("Column postfix:"), 0, 5);
gridPane.add(this.columnPostfixTF, 1, 5);
gridPane.add(new Label("Column datatype:"), 0, 6);
gridPane.add(this.datatypeTF, 1, 6);
gridPane.add(new Label("Key:"), 0, 7);
gridPane.add(this.isKeyCB, 1, 7);
gridPane.add(new Label("Autoincrement:"), 0, 8);
gridPane.add(this.isAutoincrementCB, 1, 8);
gridPane.add(new Label("Nullable:"), 0, 9);
gridPane.add(this.isNullableCB, 1, 9);
gridPane.add(new Label("Unique:"), 0, 10);
gridPane.add(this.isUniqueCB, 1, 10);
FlowPane fp = new FlowPane();
fp.setHgap(10.0D);
fp.getChildren().addAll(this.okBTN, this.cancelBTN);
gridPane.add(fp, 0, 11, 2, 1);
});
this.cancelBTN = new Button("Cancel");
this.cancelBTN.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY)));
this.cancelBTN.setOnMouseEntered(event -> {
B1.this.getScene().getRoot().setCursor(Cursor.HAND);
T3.fdssdf4354(B1.this.cancelBTN, C2.MouseSelectedColor);
});
this.cancelBTN.setOnMouseExited(event -> {
B1.this.getScene().getRoot().setCursor(Cursor.DEFAULT);
B1.this.cancelBTN.setEffect(null);
if (B1.this.cancelBTN.isFocused()) T3.fdssdf4354(B1.this.cancelBTN, C2.FocusOnComponentColor);
});
this.cancelBTN.focusedProperty().addListener((obs, oldVal, newVal) -> {
if (this.cancelBTN.isFocused()) {
T3.fdssdf4354(this.cancelBTN, C2.FocusOnComponentColor);
this.columnPostfixTF.setEffect(null);
this.okBTN.setEffect(null);
} else {
this.cancelBTN.setEffect(null);
}
});
this.cancelBTN.setOnAction(event -> B1.this.setNothingAndLeave());
this.cancelBTN.setOnKeyPressed(event -> {
if (Objects.requireNonNull(event.getCode()) == KeyCode.ENTER) {
B1.this.setNothingAndLeave();
}
Scene scene = new Scene(gridPane, 300.0D, 325.0D);
setScene(scene);
}); setX(xPos);
if (isKey) { setY(yPos);
this.isKeyCB.setDisable(true); if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) {
this.isUniqueCB.setDisable(true); setY(yPos - scene.getHeight() - 20.0D);
this.createColumnCB.setDisable(true); }
this.isNullableCB.setDisable(true); if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
} else { setX(xPos - scene.getWidth() - 20.0D);
}
this.isKeyCB.setDisable(true); this.columnNameTF.requestFocus();
}
sizeToScene();
GridPane gridPane = new GridPane(); showAndWait();
gridPane.setPadding(new Insets(10.0D, 10.0D, 10.0D, 10.0D)); }
gridPane.setVgap(4.0D);
gridPane.setHgap(4.0D);
gridPane.add(new Label("Name:"), 0, 0);
gridPane.add(this.nameTF, 1, 0);
gridPane.add(new Label("Create column:"), 0, 1);
gridPane.add(this.createColumnCB, 1, 1);
gridPane.add(new Label("Column name:"), 0, 2);
gridPane.add(this.columnNameTF, 1, 2);
gridPane.add(new Label("Relation name:"), 0, 3);
gridPane.add(this.relationNameTF, 1, 3);
gridPane.add(new Label("Relation name praefix:"), 0, 4);
gridPane.add(this.relationNamePraefixTF, 1, 4);
gridPane.add(new Label("Column postfix:"), 0, 5);
gridPane.add(this.columnPostfixTF, 1, 5);
gridPane.add(new Label("Column datatype:"), 0, 6);
gridPane.add(this.datatypeTF, 1, 6);
gridPane.add(new Label("Key:"), 0, 7);
gridPane.add(this.isKeyCB, 1, 7);
gridPane.add(new Label("Autoincrement:"), 0, 8);
gridPane.add(this.isAutoincrementCB, 1, 8);
gridPane.add(new Label("Nullable:"), 0, 9);
gridPane.add(this.isNullableCB, 1, 9);
gridPane.add(new Label("Unique:"), 0, 10);
gridPane.add(this.isUniqueCB, 1, 10);
private void setDataAndLeave() {
if (this.nameTF.getText() == null || this.nameTF.getText().length() == 0)
return;
this.thisActionMessageDialog.close();
}
FlowPane fp = new FlowPane(); private void setNothingAndLeave() {
fp.setHgap(10.0D); this.nameTF.setText(this.holdName);
fp.getChildren().addAll(this.okBTN, this.cancelBTN); this.thisActionMessageDialog.close();
gridPane.add(fp, 0, 11, 2, 1); }
public CheckBox getCreateColumnCB() {
return this.createColumnCB;
}
public TextField getColumnNameTF() {
return this.columnNameTF;
}
Scene scene = new Scene(gridPane, 300.0D, 325.0D);
setScene(scene);
setX(xPos); public TextField getColumnPostfixTF() {
setY(yPos); return this.columnPostfixTF;
if (yPos + scene.getHeight() > canvas.getView().getHeight() - 5.0D) { }
setY(yPos - scene.getHeight() - 20.0D);
}
if (xPos + scene.getWidth() > canvas.getView().getWidth() - 5.0D) {
setX(xPos - scene.getWidth() - 20.0D);
}
this.columnNameTF.requestFocus();
public TextField getDatatypeTF() {
return this.datatypeTF;
}
sizeToScene(); public CheckBox getIsAutoincrementCB() {
return this.isAutoincrementCB;
}
showAndWait();
}
public CheckBox getIsKeyCB() {
return this.isKeyCB;
}
public CheckBox getIsNullableCB() {
return this.isNullableCB;
}
private void setDataAndLeave() {
if (this.nameTF.getText() == null || this.nameTF.getText().length() == 0)
return; this.thisActionMessageDialog.close();
}
public CheckBox getIsUniqueCB() {
return this.isUniqueCB;
}
public TextField getRelationNameTF() {
return this.relationNameTF;
}
private void setNothingAndLeave() {
this.nameTF.setText(this.holdName);
this.thisActionMessageDialog.close();
}
public TextField getRelationNamePraefixTF() {
public CheckBox getCreateColumnCB() { return this.relationNamePraefixTF;
return this.createColumnCB; }
} }
public TextField getColumnNameTF() {
return this.columnNameTF;
}
public TextField getColumnPostfixTF() {
return this.columnPostfixTF;
}
public TextField getDatatypeTF() {
return this.datatypeTF;
}
public CheckBox getIsAutoincrementCB() {
return this.isAutoincrementCB;
}
public CheckBox getIsKeyCB() {
return this.isKeyCB;
}
public CheckBox getIsNullableCB() {
return this.isNullableCB;
}
public CheckBox getIsUniqueCB() {
return this.isUniqueCB;
}
public TextField getRelationNameTF() {
return this.relationNameTF;
}
public TextField getRelationNamePraefixTF() {
return this.relationNamePraefixTF;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,157 +1,141 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.event.Event; import javafx.event.Event;
import javafx.geometry.Insets; import javafx.geometry.Insets;
import javafx.scene.Cursor; import javafx.scene.Cursor;
import javafx.scene.control.Alert; import javafx.scene.control.Alert;
import javafx.scene.control.Button; import javafx.scene.control.Button;
import javafx.scene.control.ButtonType; import javafx.scene.control.ButtonType;
import javafx.scene.control.Label; import javafx.scene.control.Label;
import javafx.scene.image.Image; import javafx.scene.image.Image;
import javafx.scene.layout.Background; import javafx.scene.layout.Background;
import javafx.scene.layout.BackgroundFill; import javafx.scene.layout.BackgroundFill;
import javafx.scene.layout.CornerRadii; import javafx.scene.layout.CornerRadii;
import javafx.scene.layout.StackPane; import javafx.scene.layout.StackPane;
import javafx.scene.paint.Color; import javafx.scene.paint.Color;
import javafx.stage.Stage; import javafx.stage.Stage;
import javafx.stage.StageStyle; import javafx.stage.StageStyle;
import javafx.stage.Window; import javafx.stage.Window;
import java.util.Optional;
public class C1 import java.util.Optional;
{
private Optional<ButtonType> result;
public C1(Window window, Alert.AlertType alertType, String title, String header, String contentText, Boolean showAndWait, Image image, String okBtnText, String cancelBtnText, Color btnBackgroundColor, Color btnSelectedColor, Color btnFocusColor) { public class C1 {
Alert alert = setAlert(window, alertType, title, header, contentText, image); private Optional<ButtonType> result;
Button button = (Button)alert.getDialogPane().lookupButton(ButtonType.OK); public C1(Window window, Alert.AlertType alertType, String title, String header, String contentText, Boolean showAndWait, Image image, String okBtnText, String cancelBtnText, Color btnBackgroundColor, Color btnSelectedColor, Color btnFocusColor) {
if (button != null) { Alert alert = setAlert(window, alertType, title, header, contentText, image);
setButtonLookAndFeel(button, okBtnText, btnBackgroundColor, btnSelectedColor, btnFocusColor);
}
button = (Button)alert.getDialogPane().lookupButton(ButtonType.CANCEL); Button button = (Button) alert.getDialogPane().lookupButton(ButtonType.OK);
if (button != null) setButtonLookAndFeel(button, cancelBtnText, btnBackgroundColor, btnSelectedColor, btnFocusColor); if (button != null) {
setButtonLookAndFeel(button, okBtnText, btnBackgroundColor, btnSelectedColor, btnFocusColor);
}
button = (Button)alert.getDialogPane().lookupButton(ButtonType.APPLY); button = (Button) alert.getDialogPane().lookupButton(ButtonType.CANCEL);
if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor); if (button != null)
setButtonLookAndFeel(button, cancelBtnText, btnBackgroundColor, btnSelectedColor, btnFocusColor);
button = (Button)alert.getDialogPane().lookupButton(ButtonType.CLOSE); button = (Button) alert.getDialogPane().lookupButton(ButtonType.APPLY);
if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor); if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor);
button = (Button)alert.getDialogPane().lookupButton(ButtonType.FINISH); button = (Button) alert.getDialogPane().lookupButton(ButtonType.CLOSE);
if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor); if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor);
button = (Button)alert.getDialogPane().lookupButton(ButtonType.NEXT); button = (Button) alert.getDialogPane().lookupButton(ButtonType.FINISH);
if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor); if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor);
button = (Button)alert.getDialogPane().lookupButton(ButtonType.NO); button = (Button) alert.getDialogPane().lookupButton(ButtonType.NEXT);
if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor); if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor);
button = (Button)alert.getDialogPane().lookupButton(ButtonType.PREVIOUS); button = (Button) alert.getDialogPane().lookupButton(ButtonType.NO);
if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor); if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor);
button = (Button)alert.getDialogPane().lookupButton(ButtonType.YES); button = (Button) alert.getDialogPane().lookupButton(ButtonType.PREVIOUS);
if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor); if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor);
if (showAndWait) { button = (Button) alert.getDialogPane().lookupButton(ButtonType.YES);
this.result = alert.showAndWait(); if (button != null) setButtonLookAndFeel(button, null, btnBackgroundColor, btnSelectedColor, btnFocusColor);
} else {
alert.show();
}
}
private void setButtonLookAndFeel(final Button button, String buttonText, Color btnBackgroundColor, final Color btnSelectedColor, final Color btnFocusColor) { if (showAndWait) {
button.setBackground(new Background(new BackgroundFill(btnBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY))); this.result = alert.showAndWait();
button.setOnMouseEntered(event -> { } else {
button.getScene().getRoot().setCursor(Cursor.HAND); alert.show();
T3.fdssdf4354(button, btnSelectedColor); }
}); }
button.setOnMouseExited(event -> {
button.getScene().getRoot().setCursor(Cursor.DEFAULT);
button.setEffect(null);
if (button.isFocused()) {
T3.fdssdf4354(button, btnFocusColor);
} else {
button.setEffect(null); private void setButtonLookAndFeel(final Button button, String buttonText, Color btnBackgroundColor, final Color btnSelectedColor, final Color btnFocusColor) {
} button.setBackground(new Background(new BackgroundFill(btnBackgroundColor, new CornerRadii(5.0D), Insets.EMPTY)));
}); button.setOnMouseEntered(event -> {
button.focusedProperty().addListener((obs, oldVal, newVal) -> { button.getScene().getRoot().setCursor(Cursor.HAND);
if (button.isFocused()) { T3.fdssdf4354(button, btnSelectedColor);
T3.fdssdf4354(button, btnSelectedColor); });
} else { button.setOnMouseExited(event -> {
button.setEffect(null); button.getScene().getRoot().setCursor(Cursor.DEFAULT);
} button.setEffect(null);
}); if (button.isFocused()) {
T3.fdssdf4354(button, btnFocusColor);
} else {
button.setEffect(null);
}
});
button.focusedProperty().addListener((obs, oldVal, newVal) -> {
if (button.isFocused()) {
T3.fdssdf4354(button, btnSelectedColor);
} else {
button.setEffect(null);
}
});
if (buttonText != null) button.setText(buttonText); if (buttonText != null) button.setText(buttonText);
} }
private Alert setAlert(Window window, Alert.AlertType alertType, String title, String header, String contentText, Image image) {
Alert alert = new Alert(alertType);
alert.setTitle(title);
alert.setHeaderText(header);
alert.setContentText(contentText);
alert.initOwner(window);
alert.initStyle(StageStyle.DECORATED);
StackPane iv = switch (alertType) {
case ERROR -> C2.alerterror;
case INFORMATION -> C2.alertinformation;
default -> C2.alertconfirmation;
};
alert.setGraphic(iv);
alert.getDialogPane().getChildren().stream().filter(node -> node instanceof Label).forEach(node -> ((Label) node).setMinHeight(Double.NEGATIVE_INFINITY));
alert.getDialogPane().getChildren().stream().filter(node -> node instanceof Label).forEach(node -> ((Label) node).setMinWidth(Double.NEGATIVE_INFINITY));
alert.getDialogPane().getChildren().stream().filter(node -> node instanceof Label).forEach(node -> ((Label) node).setMaxWidth(Double.NEGATIVE_INFINITY));
alert.getDialogPane().setBackground(new Background(new BackgroundFill(Color.GAINSBORO, CornerRadii.EMPTY, Insets.EMPTY)));
Stage stage = (Stage) alert.getDialogPane().getScene().getWindow();
if (image != null) {
stage.getIcons().add(image);
}
stage.setOnCloseRequest(Event::consume);
stage.centerOnScreen();
stage.setAlwaysOnTop(true);
return alert;
}
public Optional<ButtonType> getResult() {
return this.result;
private Alert setAlert(Window window, Alert.AlertType alertType, String title, String header, String contentText, Image image) { }
Alert alert = new Alert(alertType); }
alert.setTitle(title);
alert.setHeaderText(header);
alert.setContentText(contentText);
alert.initOwner(window);
alert.initStyle(StageStyle.DECORATED);
StackPane iv = switch (alertType) {
case ERROR ->
C2.alerterror;
case INFORMATION ->
C2.alertinformation;
default ->
C2.alertconfirmation;
};
alert.setGraphic(iv);
alert.getDialogPane().getChildren().stream().filter(node -> node instanceof Label).forEach(node -> ((Label)node).setMinHeight(Double.NEGATIVE_INFINITY));
alert.getDialogPane().getChildren().stream().filter(node -> node instanceof Label).forEach(node -> ((Label)node).setMinWidth(Double.NEGATIVE_INFINITY));
alert.getDialogPane().getChildren().stream().filter(node -> node instanceof Label).forEach(node -> ((Label)node).setMaxWidth(Double.NEGATIVE_INFINITY));
alert.getDialogPane().setBackground(new Background(new BackgroundFill(Color.GAINSBORO, CornerRadii.EMPTY, Insets.EMPTY)));
Stage stage = (Stage)alert.getDialogPane().getScene().getWindow();
if (image != null) {
stage.getIcons().add(image);
}
stage.setOnCloseRequest(Event::consume);
stage.centerOnScreen();
stage.setAlwaysOnTop(true);
return alert;
}
public Optional<ButtonType> getResult() {
return this.result;
}
}

View File

@ -1,170 +1,166 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import java.io.BufferedReader; import javafx.geometry.Insets;
import java.io.InputStream; import javafx.scene.image.Image;
import java.util.HashMap; import javafx.scene.layout.Background;
import java.util.Objects; import javafx.scene.layout.BackgroundFill;
import javafx.scene.layout.CornerRadii;
import javafx.scene.layout.StackPane;
import javafx.scene.paint.Color;
import javafx.scene.text.Font;
import javafx.scene.text.FontWeight;
import javafx.scene.text.Text;
import javafx.geometry.Insets; import java.io.BufferedReader;
import javafx.scene.image.Image; import java.io.InputStream;
import javafx.scene.layout.Background; import java.util.HashMap;
import javafx.scene.layout.BackgroundFill; import java.util.Objects;
import javafx.scene.layout.CornerRadii;
import javafx.scene.layout.StackPane;
import javafx.scene.paint.Color;
import javafx.scene.text.Font;
import javafx.scene.text.FontWeight;
import javafx.scene.text.Text;
public class C2 public class C2 {
{ public static final Color MouseSelectedColor = Color.RED;
public static final Color MouseSelectedColor = Color.RED; public static final Color FocusOnComponentColor = Color.BLUE;
public static final Color FocusOnComponentColor = Color.BLUE; public static final Color ButtonBackgroundColor = Color.rgb(179, 179, 179);
public static final Color ButtonBackgroundColor = Color.rgb(179,179,179);
public static final Color ERMDockablePointColor = Color.rgb(236, 234, 241); public static final Color ERMDockablePointColor = Color.rgb(236, 234, 241);
public static final Color ERMTextBorderColor = Color.GREY; public static final Color ERMTextBorderColor = Color.GREY;
public static Font ERMFont = Font.font(null, FontWeight.BOLD, 12.0D); public static Font ERMFont = Font.font(null, FontWeight.BOLD, 12.0D);
public static Color ERMBackgroundColor = Color.rgb(27, 27, 30); public static Color ERMBackgroundColor = Color.rgb(27, 27, 30);
public static Color ERMForegroundColor = Color.rgb(48, 48, 52); public static Color ERMForegroundColor = Color.rgb(48, 48, 52);
public static Color ERMTextColor = Color.rgb(236, 234, 241); public static Color ERMTextColor = Color.rgb(236, 234, 241);
public static Background AppBackground = new Background(new BackgroundFill(C2.ERMBackgroundColor, CornerRadii.EMPTY, Insets.EMPTY)); public static Background AppBackground = new Background(new BackgroundFill(C2.ERMBackgroundColor, CornerRadii.EMPTY, Insets.EMPTY));
public static Background AppForeground = new Background(new BackgroundFill(C2.ERMForegroundColor, CornerRadii.EMPTY, Insets.EMPTY)); public static Background AppForeground = new Background(new BackgroundFill(C2.ERMForegroundColor, CornerRadii.EMPTY, Insets.EMPTY));
public static StackPane alerterror = new StackPane(); public static StackPane alerterror = new StackPane();
public static StackPane alertconfirmation = new StackPane(); public static StackPane alertconfirmation = new StackPane();
public static StackPane alertinformation = new StackPane(); public static StackPane alertinformation = new StackPane();
public static Color ERMSelectedColor = Color.RED; public static Color ERMSelectedColor = Color.RED;
public static Color ERMESColor = Color.rgb(0,255,0); public static Color ERMESColor = Color.rgb(0, 255, 0);
public static Color ERMRSColor = Color.AQUA; public static Color ERMRSColor = Color.AQUA;
public static Color ERMRSConnColor = Color.AQUA; public static Color ERMRSConnColor = Color.AQUA;
public static Color ERMRSISAColor = Color.BLUEVIOLET; public static Color ERMRSISAColor = Color.BLUEVIOLET;
public static Color ERMISAConnGENERAL = Color.BLUEVIOLET; public static Color ERMISAConnGENERAL = Color.BLUEVIOLET;
public static Color ERMISAConnSPEC = Color.AQUA; public static Color ERMISAConnSPEC = Color.AQUA;
public static Color ERMATTRColor = Color.GREENYELLOW; public static Color ERMATTRColor = Color.GREENYELLOW;
public static Color ERMLINEColor = Color.CHARTREUSE; public static Color ERMLINEColor = Color.CHARTREUSE;
public static Color TEMPLINEColor = Color.PALEGREEN; public static Color TEMPLINEColor = Color.PALEGREEN;
public static Image applicationImageIconAsICO; public static Image applicationImageIconAsICO;
public static int imageWidth = 55; public static int imageWidth = 55;
public static int imageHeight = 32; public static int imageHeight = 32;
public static Image treeCloseImage; public static Image treeCloseImage;
public static Image treeOpenImage; public static Image treeOpenImage;
public static Image attr_conn_attrImage; public static Image attr_conn_attrImage;
public static Image attr_conn_esImage; public static Image attr_conn_esImage;
public static Image attr_conn_rsImage; public static Image attr_conn_rsImage;
public static Image attr_derived_multi_valueImage; public static Image attr_derived_multi_valueImage;
public static Image attr_derived_one_valueImage; public static Image attr_derived_one_valueImage;
public static Image attr_key_valueImage; public static Image attr_key_valueImage;
public static Image attr_multi_valueImage; public static Image attr_multi_valueImage;
public static Image attr_one_valueImage; public static Image attr_one_valueImage;
public static Image attr_weak_key_valueImage; public static Image attr_weak_key_valueImage;
public static Image es_associativeImage; public static Image es_associativeImage;
public static Image es_weakImage; public static Image es_weakImage;
public static Image esImage; public static Image esImage;
public static Image rs_conn_esImage; public static Image rs_conn_esImage;
public static Image rs_id_conn_es_weakImage; public static Image rs_id_conn_es_weakImage;
public static Image rs_id_conn_esImage; public static Image rs_id_conn_esImage;
public static Image rs_idImage; public static Image rs_idImage;
public static Image rs_isa_conn_general_esImage; public static Image rs_isa_conn_general_esImage;
public static Image rs_isa_conn_special_esImage; public static Image rs_isa_conn_special_esImage;
public static Image rs_isaImage; public static Image rs_isaImage;
public static Image rsImage; public static Image rsImage;
public static Image textImage; public static Image textImage;
public static Image textWithoutBorderImage; public static Image textWithoutBorderImage;
public static HashMap<String, InputStream> randomDataFiles = new HashMap<>(); public static HashMap<String, InputStream> randomDataFiles = new HashMap<>();
public static HashMap<String, BufferedReader> randomDataFilesExtern = new HashMap<>(); public static HashMap<String, BufferedReader> randomDataFilesExtern = new HashMap<>();
public C2() {
alerterror.getStyleClass().add("alert.error.dialog-pane");
alertinformation.getStyleClass().add("alert.error.dialog-pane");
alertconfirmation.getStyleClass().add("alert.error.dialog-pane");
String appImages = "/applicationimages/";
public C2() { String appData = "/data/";
alerterror.getStyleClass().add("alert.error.dialog-pane");
alertinformation.getStyleClass().add("alert.error.dialog-pane");
alertconfirmation.getStyleClass().add("alert.error.dialog-pane");
String appImages = "/applicationimages/"; randomDataFiles.put("Random Color", getClass().getResourceAsStream(appData + "colors.txt"));
String appData = "/data/"; randomDataFiles.put("Random Company", getClass().getResourceAsStream(appData + "companies.txt"));
randomDataFiles.put("Random Country", getClass().getResourceAsStream(appData + "countries.txt"));
randomDataFiles.put("Random Departmentname", getClass().getResourceAsStream(appData + "departmentnames.txt"));
randomDataFiles.put("Random Firstname", getClass().getResourceAsStream(appData + "firstnames.txt"));
randomDataFiles.put("Random Jobname", getClass().getResourceAsStream(appData + "jobnames.txt"));
randomDataFiles.put("Random Language", getClass().getResourceAsStream(appData + "languages.txt"));
randomDataFiles.put("Random Lastname", getClass().getResourceAsStream(appData + "lastnames.txt"));
randomDataFiles.put("Random Mediacategory", getClass().getResourceAsStream(appData + "mediacategories.txt"));
randomDataFiles.put("Random Mediapublisher", getClass().getResourceAsStream(appData + "mediapublishers.txt"));
randomDataFiles.put("Random Mediatitle", getClass().getResourceAsStream(appData + "mediatitles.txt"));
randomDataFiles.put("Random Mediatype", getClass().getResourceAsStream(appData + "mediatypes.txt"));
randomDataFiles.put("Random Place", getClass().getResourceAsStream(appData + "places.txt"));
randomDataFiles.put("Random Profession", getClass().getResourceAsStream(appData + "professions.txt"));
randomDataFiles.put("Random Rentalequipment", getClass().getResourceAsStream(appData + "rentalequipment.txt"));
randomDataFiles.put("Random Street", getClass().getResourceAsStream(appData + "streets.txt"));
applicationImageIconAsICO = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "erdlogo.png")));
attr_conn_attrImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_conn_attr.png")));
attr_conn_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_conn_es.png")));
attr_conn_rsImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_conn_rs.png")));
attr_derived_multi_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_derived_multi_value.png")));
attr_derived_one_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_derived_one_value.png")));
attr_key_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_key_value.png")));
attr_multi_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_multi_value.png")));
attr_one_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_one_value.png")));
attr_weak_key_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "attr_weak_key_value.png")));
es_associativeImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "es_associative.png")));
es_weakImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "es_weak.png")));
esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "es.png")));
rs_conn_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "rs_conn_es.png")));
rs_id_conn_es_weakImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "rs_id_conn_es_weak.png")));
rs_id_conn_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "rs_id_conn_es.png")));
rs_idImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "rs_id.png")));
rs_isa_conn_general_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "rs_isa_conn_general_es.png")));
rs_isa_conn_special_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "rs_isa_conn_special_es.png")));
rs_isaImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "rs_isa.png")));
rsImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "rs.png")));
textImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "text.png")));
textWithoutBorderImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "text_without_border.png")));
treeOpenImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "tree_open.png")));
treeCloseImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages + "tree_close.png")));
}
randomDataFiles.put("Random Color", getClass().getResourceAsStream(appData+"colors.txt")); public static double computeTextWidth(String text, double wrappingWidth) {
randomDataFiles.put("Random Company", getClass().getResourceAsStream(appData+"companies.txt")); Text helper = new Text();
randomDataFiles.put("Random Country", getClass().getResourceAsStream(appData+"countries.txt")); helper.setFont(ERMFont);
randomDataFiles.put("Random Departmentname", getClass().getResourceAsStream(appData+"departmentnames.txt")); helper.setText(text);
randomDataFiles.put("Random Firstname", getClass().getResourceAsStream(appData+"firstnames.txt"));
randomDataFiles.put("Random Jobname", getClass().getResourceAsStream(appData+"jobnames.txt"));
randomDataFiles.put("Random Language", getClass().getResourceAsStream(appData+"languages.txt"));
randomDataFiles.put("Random Lastname", getClass().getResourceAsStream(appData+"lastnames.txt"));
randomDataFiles.put("Random Mediacategory", getClass().getResourceAsStream(appData+"mediacategories.txt"));
randomDataFiles.put("Random Mediapublisher", getClass().getResourceAsStream(appData+"mediapublishers.txt"));
randomDataFiles.put("Random Mediatitle", getClass().getResourceAsStream(appData+"mediatitles.txt"));
randomDataFiles.put("Random Mediatype", getClass().getResourceAsStream(appData+"mediatypes.txt"));
randomDataFiles.put("Random Place", getClass().getResourceAsStream(appData+"places.txt"));
randomDataFiles.put("Random Profession", getClass().getResourceAsStream(appData+"professions.txt"));
randomDataFiles.put("Random Rentalequipment", getClass().getResourceAsStream(appData+"rentalequipment.txt"));
randomDataFiles.put("Random Street", getClass().getResourceAsStream(appData+"streets.txt"));
applicationImageIconAsICO = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"erdlogo.png"))); helper.setWrappingWidth(0.0D);
attr_conn_attrImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_conn_attr.png"))); helper.setLineSpacing(0.0D);
attr_conn_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_conn_es.png"))); double w = Math.min(helper.prefWidth(-1.0D), wrappingWidth);
attr_conn_rsImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_conn_rs.png"))); helper.setWrappingWidth(Math.ceil(w));
attr_derived_multi_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_derived_multi_value.png"))); return Math.ceil(helper.getLayoutBounds().getWidth());
attr_derived_one_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_derived_one_value.png"))); }
attr_key_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_key_value.png")));
attr_multi_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_multi_value.png")));
attr_one_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_one_value.png")));
attr_weak_key_valueImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"attr_weak_key_value.png")));
es_associativeImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"es_associative.png")));
es_weakImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"es_weak.png")));
esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"es.png")));
rs_conn_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"rs_conn_es.png")));
rs_id_conn_es_weakImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"rs_id_conn_es_weak.png")));
rs_id_conn_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"rs_id_conn_es.png")));
rs_idImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"rs_id.png")));
rs_isa_conn_general_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"rs_isa_conn_general_es.png")));
rs_isa_conn_special_esImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"rs_isa_conn_special_es.png")));
rs_isaImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"rs_isa.png")));
rsImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"rs.png")));
textImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"text.png")));
textWithoutBorderImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"text_without_border.png")));
treeOpenImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"tree_open.png")));
treeCloseImage = new Image(Objects.requireNonNull(getClass().getResourceAsStream(appImages+"tree_close.png")));
}
public static double computeTextWidth(String text, double wrappingWidth) { public static double computeTextHeight() {
Text helper = new Text(); return ERMFont.getSize();
helper.setFont(ERMFont); }
helper.setText(text); }
helper.setWrappingWidth(0.0D);
helper.setLineSpacing(0.0D);
double w = Math.min(helper.prefWidth(-1.0D), wrappingWidth);
helper.setWrappingWidth(Math.ceil(w));
return Math.ceil(helper.getLayoutBounds().getWidth());
}
public static double computeTextHeight() {
return ERMFont.getSize();
}
}

View File

@ -1,151 +1,120 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
public class C3
implements Comparable<C3>
{
private final String columnName;
private String datatype;
private boolean isKey;
private boolean isNullable;
private boolean isUnique;
private boolean isAutoincrement;
private long autoincrementStartAt;
private T2 referencesTo;
private long referstoGraphicalElement;
protected String dataGenerationType;
protected String par1;
protected String par2;
public C3(String columnName, String datatype, boolean isKey, boolean isNullable, boolean isUnique, boolean isAutoincrement, long autoincrementStartAt, T2 referencesTo, long referstoGraphicalElement, String dataGenerationType, String par1, String par2) { public class C3
this.columnName = columnName; implements Comparable<C3> {
this.datatype = datatype; private final String columnName;
this.isKey = isKey; protected String dataGenerationType;
this.isNullable = isNullable; protected String par1;
this.isUnique = isUnique; protected String par2;
this.isAutoincrement = isAutoincrement; private String datatype;
this.autoincrementStartAt = autoincrementStartAt; private boolean isKey;
this.referencesTo = referencesTo; private boolean isNullable;
this.referstoGraphicalElement = referstoGraphicalElement; private boolean isUnique;
this.dataGenerationType = dataGenerationType; private boolean isAutoincrement;
this.par1 = par1; private long autoincrementStartAt;
this.par2 = par2; private T2 referencesTo;
} private long referstoGraphicalElement;
public C3(String columnName, String datatype, boolean isKey, boolean isNullable, boolean isUnique, boolean isAutoincrement, long autoincrementStartAt, T2 referencesTo, long referstoGraphicalElement, String dataGenerationType, String par1, String par2) {
this.columnName = columnName;
this.datatype = datatype;
this.isKey = isKey;
this.isNullable = isNullable;
this.isUnique = isUnique;
this.isAutoincrement = isAutoincrement;
this.autoincrementStartAt = autoincrementStartAt;
this.referencesTo = referencesTo;
this.referstoGraphicalElement = referstoGraphicalElement;
this.dataGenerationType = dataGenerationType;
this.par1 = par1;
this.par2 = par2;
}
public C3(String columnName) {
this.columnName = columnName;
}
public String getColumnName() {
return this.columnName;
}
public String getDatatype() {
return this.datatype;
}
public boolean isKey() {
return this.isKey;
}
public boolean isNullable() {
return this.isNullable;
}
public boolean isUnique() {
return this.isUnique;
}
public boolean isAutoincrement() {
return this.isAutoincrement;
}
public long getAutoincrementStartAt() {
return this.autoincrementStartAt;
}
public T2 getReferencesTo() {
return this.referencesTo;
}
public int hashCode() {
public C3(String columnName) { int result = 1;
this.columnName = columnName; result = 31 * result + ((this.columnName == null) ? 0 : this.columnName.hashCode());
} return result;
}
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
C3 other = (C3) obj;
if (this.columnName == null) {
return other.columnName == null;
} else return this.columnName.equals(other.columnName);
}
public String toString() {
public String getColumnName() { return "RM_Column [columnName=" + this.columnName + ", datatype=" + this.datatype + ", isKey=" + this.isKey + ", isNullable=" +
return this.columnName; this.isNullable + ", isUnique=" + this.isUnique + ", isAutoincrement=" + this.isAutoincrement + ", referencesTo=" +
} this.referencesTo + ", referstoGraphicalElement=" + this.referstoGraphicalElement + ", dataGenerationType=" +
this.dataGenerationType + ", par1=" + this.par1 + ", par2=" + this.par2 + "]";
}
public String getDatatype() { public int compareTo(C3 o) {
return this.datatype; if (this.isKey && !o.isKey) return -1;
} if (!this.isKey && o.isKey) return 1;
return 0;
}
public boolean isKey() { public long getReferstoGraphicalElement() {
return this.isKey; return this.referstoGraphicalElement;
} }
}
public boolean isNullable() {
return this.isNullable;
}
public boolean isUnique() {
return this.isUnique;
}
public boolean isAutoincrement() {
return this.isAutoincrement;
}
public long getAutoincrementStartAt() {
return this.autoincrementStartAt;
}
public T2 getReferencesTo() {
return this.referencesTo;
}
public int hashCode() {
int result = 1;
result = 31 * result + ((this.columnName == null) ? 0 : this.columnName.hashCode());
return result;
}
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
C3 other = (C3)obj;
if (this.columnName == null) {
return other.columnName == null;
} else return this.columnName.equals(other.columnName);
}
public String toString() {
return "RM_Column [columnName=" + this.columnName + ", datatype=" + this.datatype + ", isKey=" + this.isKey + ", isNullable=" +
this.isNullable + ", isUnique=" + this.isUnique + ", isAutoincrement=" + this.isAutoincrement + ", referencesTo=" +
this.referencesTo + ", referstoGraphicalElement=" + this.referstoGraphicalElement + ", dataGenerationType=" +
this.dataGenerationType + ", par1=" + this.par1 + ", par2=" + this.par2 + "]";
}
public int compareTo(C3 o) {
if (this.isKey && !o.isKey) return -1;
if (!this.isKey && o.isKey) return 1;
return 0;
}
public long getReferstoGraphicalElement() {
return this.referstoGraphicalElement;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -7,390 +7,253 @@ import java.io.Serial;
public abstract class Graphic_ATTR_Elem public abstract class Graphic_ATTR_Elem
extends Graphic_Figure_Elem extends Graphic_Figure_Elem
implements U2 implements U2 {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; protected boolean createColumn;
protected boolean createColumn; protected String columnPostfix;
protected String columnPostfix; protected String columnName;
protected String columnName; protected String mvRelationname;
protected String mvRelationname; protected String mvRelationnamePraefix;
protected String mvRelationnamePraefix; protected String datatype;
protected String datatype; protected boolean isKey;
protected boolean isKey; protected boolean isAutoincrement;
protected boolean isAutoincrement; protected long autoincrementStartAt;
protected long autoincrementStartAt; protected boolean isNullable;
protected boolean isNullable; protected boolean isUnique;
protected boolean isUnique; protected String dataGenerationType;
protected String dataGenerationType; protected String par1;
protected String par1; protected String par2;
protected String par2; protected String par1_label;
protected String par1_label; protected String par2_label;
protected String par2_label;
public Graphic_ATTR_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_ATTR_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, name, elementID); super(gc, name, elementID);
this.xPos = x; this.xPos = x;
this.yPos = y; this.yPos = y;
this.createColumn = true; this.createColumn = true;
this.columnName = T3.replaceSpecialChars(this.name.toLowerCase()); this.columnName = T3.replaceSpecialChars(this.name.toLowerCase());
if (this instanceof Graphic_ATTR_Multi_Elem) { if (this instanceof Graphic_ATTR_Multi_Elem) {
this.mvRelationname = this.columnName + "_mvt"; this.mvRelationname = this.columnName + "_mvt";
this.mvRelationnamePraefix = this.mvRelationname.charAt(0) + "_"; this.mvRelationnamePraefix = this.mvRelationname.charAt(0) + "_";
this.createColumn = false; this.createColumn = false;
}
this.columnPostfix = "";
this.datatype = "varchar(100)";
this.isAutoincrement = false;
this.isKey = this instanceof Graphic_ATTR_Key_Elem || this instanceof Graphic_ATTR_Weak_Key_Elem;
if (this.isKey) this.isNullable = false;
this.isUnique = false;
this.dataGenerationType = "No";
} }
this.columnPostfix = "";
this.datatype = "varchar(100)";
this.isAutoincrement = false;
this.isKey = this instanceof Graphic_ATTR_Key_Elem || this instanceof Graphic_ATTR_Weak_Key_Elem;
if (this.isKey) this.isNullable = false;
this.isUnique = false;
this.dataGenerationType = "No";
}
protected void changeName(String name) {
super.changeName(name);
this.createColumn = true;
this.columnName = T3.replaceSpecialChars(name.toLowerCase());
protected void changeName(String name) { if (this instanceof Graphic_ATTR_Multi_Elem) {
super.changeName(name); this.createColumn = false;
this.mvRelationname = this.columnName + "_mvt";
this.mvRelationnamePraefix = this.mvRelationname.charAt(0) + "_";
this.createColumn = true; }
this.columnName = T3.replaceSpecialChars(name.toLowerCase()); this.columnPostfix = "";
if (this instanceof Graphic_ATTR_Multi_Elem) { this.datatype = "varchar(100)";
this.createColumn = false; this.isAutoincrement = false;
this.mvRelationname = this.columnName + "_mvt"; this.isKey = this instanceof Graphic_ATTR_Key_Elem || this instanceof Graphic_ATTR_Weak_Key_Elem;
this.mvRelationnamePraefix = this.mvRelationname.charAt(0) + "_"; if (this.isKey) this.isNullable = false;
this.isUnique = false;
} }
this.columnPostfix = "";
this.datatype = "varchar(100)";
this.isAutoincrement = false;
this.isKey = this instanceof Graphic_ATTR_Key_Elem || this instanceof Graphic_ATTR_Weak_Key_Elem;
if (this.isKey) this.isNullable = false;
this.isUnique = false;
}
public void dsfsdfsfd() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 2.0D, this.yPos - this.textHeight / 2.0D - 2.0D, this.textWidth + 4.0D, this.textHeight + 4.0D);
}
public char sdfsdfdsfdf() {
return 'a';
}
protected Color sefdsfdsf45() {
return C2.ERMATTRColor;
}
protected Color getColorSelected() {
return C2.ERMSelectedColor;
}
public void dsfsdfsfd() { public boolean getCreateColumn() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 2.0D, this.yPos - this.textHeight / 2.0D - 2.0D, this.textWidth + 4.0D, this.textHeight + 4.0D); return this.createColumn;
} }
public void setCreateColumn(boolean createColumn) {
this.createColumn = createColumn;
}
public char sdfsdfdsfdf() {
return 'a';
}
public String getColumnPostfix() {
return this.columnPostfix;
}
protected Color sefdsfdsf45() { public void setColumnPostfix(String columnPraefix) {
return C2.ERMATTRColor; this.columnPostfix = columnPraefix;
} }
public String getColumnName() {
return this.columnName;
}
protected Color getColorSelected() {
return C2.ERMSelectedColor;
}
public void setColumnName(String columnName) {
this.columnName = columnName;
}
public String getDatatype() {
return this.datatype;
}
public void setDatatype(String datatype) {
this.datatype = datatype;
}
public boolean getCreateColumn() {
return this.createColumn;
}
public boolean isKey() {
return this.isKey;
}
public void setIsKey(boolean isKey) {
this.isKey = isKey;
}
public boolean isAutoincrement() {
return this.isAutoincrement;
}
public void setCreateColumn(boolean createColumn) {
this.createColumn = createColumn;
}
public void setIsAutoincrement(boolean isAutoincrement) {
this.isAutoincrement = isAutoincrement;
}
public long getAutoincrementStartAt() {
return this.autoincrementStartAt;
}
public void setAutoincrementStartAt(long autoincrementStartAt) {
this.autoincrementStartAt = autoincrementStartAt;
}
public String getColumnPostfix() { public boolean isUnique() {
return this.columnPostfix; return this.isUnique;
} }
public void setIsUnique(boolean isUnique) {
this.isUnique = isUnique;
}
public boolean isNullable() {
return this.isNullable;
}
public void setColumnPostfix(String columnPraefix) { public void setIsNullable(boolean isNullable) {
this.columnPostfix = columnPraefix; this.isNullable = isNullable;
} }
public String getMVRelationName() {
return this.mvRelationname;
}
public void setMVRelationName(String mvRelationname) {
this.mvRelationname = mvRelationname;
}
public String getMVRelationNamePraefix() {
return this.mvRelationnamePraefix;
}
public String getColumnName() {
return this.columnName;
}
public void setMVRelationNamePraefix(String mvRelationnamePraefix) {
this.mvRelationnamePraefix = mvRelationnamePraefix;
}
public String sdfsdfsd32234243() {
return this.name + "@" + this.datatype;
}
public String getDataGenerationType() {
return this.dataGenerationType;
}
public void setColumnName(String columnName) {
this.columnName = columnName;
}
public void setDataGenerationType(String dataGenerationType) {
this.dataGenerationType = dataGenerationType;
}
public String getPar1() {
return this.par1;
}
public void setPar1(String par1) {
this.par1 = par1;
}
public String getDatatype() { public String getPar2() {
return this.datatype; return this.par2;
} }
public void setPar2(String par2) {
this.par2 = par2;
}
public String getPar1_label() {
return this.par1_label;
}
public void setDatatype(String datatype) { public void setPar1_label(String par1_label) {
this.datatype = datatype; this.par1_label = par1_label;
} }
public String getPar2_label() {
return this.par2_label;
}
public void setPar2_label(String par2_label) {
this.par2_label = par2_label;
}
public boolean isKey() {
return this.isKey;
}
public void setIsKey(boolean isKey) {
this.isKey = isKey;
}
public boolean isAutoincrement() {
return this.isAutoincrement;
}
public void setIsAutoincrement(boolean isAutoincrement) {
this.isAutoincrement = isAutoincrement;
}
public long getAutoincrementStartAt() {
return this.autoincrementStartAt;
}
public void setAutoincrementStartAt(long autoincrementStartAt) {
this.autoincrementStartAt = autoincrementStartAt;
}
public boolean isUnique() {
return this.isUnique;
}
public void setIsUnique(boolean isUnique) {
this.isUnique = isUnique;
}
public boolean isNullable() {
return this.isNullable;
}
public void setIsNullable(boolean isNullable) {
this.isNullable = isNullable;
}
public String getMVRelationName() {
return this.mvRelationname;
}
public void setMVRelationName(String mvRelationname) {
this.mvRelationname = mvRelationname;
}
public String getMVRelationNamePraefix() {
return this.mvRelationnamePraefix;
}
public void setMVRelationNamePraefix(String mvRelationnamePraefix) {
this.mvRelationnamePraefix = mvRelationnamePraefix;
}
public String sdfsdfsd32234243() {
return this.name + "@" + this.datatype;
}
public String getDataGenerationType() {
return this.dataGenerationType;
}
public void setDataGenerationType(String dataGenerationType) {
this.dataGenerationType = dataGenerationType;
}
public String getPar1() {
return this.par1;
}
public void setPar1(String par1) {
this.par1 = par1;
}
public String getPar2() {
return this.par2;
}
public void setPar2(String par2) {
this.par2 = par2;
}
public String getPar1_label() {
return this.par1_label;
}
public void setPar1_label(String par1_label) {
this.par1_label = par1_label;
}
public String getPar2_label() {
return this.par2_label;
}
public void setPar2_label(String par2_label) {
this.par2_label = par2_label;
}
} }

View File

@ -7,48 +7,35 @@ import java.io.Serial;
public class Graphic_ATTR_Key_Elem public class Graphic_ATTR_Key_Elem
extends Graphic_ATTR_Elem extends Graphic_ATTR_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_ATTR_Key_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_ATTR_Key_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, x, y, name, elementID); super(gc, x, y, name, elementID);
} }
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.setFill(C2.ERMTextColor);
this.gc.setStroke(Color.WHITE);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.strokeLine(this.xPos - this.textWidth / 2.0D + 10.0D,
this.yPos + this.textHeight / 2.0D - 13.0D, this.xPos + this.textWidth / 2.0D - 10.0D, this.yPos + this.textHeight / 2.0D - 13.0D);
this.gc.closePath();
}
public String safsafdsa456456456() {
return "A-K";
}
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.setFill(C2.ERMTextColor);
this.gc.setStroke(Color.BLACK);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.strokeLine(this.xPos - this.textWidth / 2.0D + 10.0D,
this.yPos + this.textHeight / 2.0D - 13.0D, this.xPos + this.textWidth / 2.0D - 10.0D, this.yPos + this.textHeight / 2.0D - 13.0D);
this.gc.closePath();
}
public String safsafdsa456456456() {
return "A-K";
}
} }

View File

@ -7,51 +7,41 @@ import java.io.Serial;
public class Graphic_ATTR_Multi_Elem public class Graphic_ATTR_Multi_Elem
extends Graphic_ATTR_Elem extends Graphic_ATTR_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; private final boolean derived;
private final boolean derived;
public Graphic_ATTR_Multi_Elem(GraphicsContext gc, double x, double y, String name, boolean derived, long elementID) { public Graphic_ATTR_Multi_Elem(GraphicsContext gc, double x, double y, String name, boolean derived, long elementID) {
super(gc, x, y, name, elementID); super(gc, x, y, name, elementID);
this.derived = derived; this.derived = derived;
}
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
if (this.derived) {
this.gc.setLineWidth(1.0D);
this.gc.setLineDashes(3.0D);
} }
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D + 3.0D, this.yPos - this.textHeight / 2.0D + 3.0D, this.textWidth - 6.0D, this.textHeight - 6.0D);
this.gc.setLineDashes();
this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.closePath();
}
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
if (this.derived) {
this.gc.setLineWidth(1.0D);
this.gc.setLineDashes(3.0D);
}
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D + 3.0D, this.yPos - this.textHeight / 2.0D + 3.0D, this.textWidth - 6.0D, this.textHeight - 6.0D);
this.gc.setLineDashes();
this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.closePath();
}
public String safsafdsa456456456() {
return "A-M";
public String safsafdsa456456456() { }
return "A-M";
}
} }

View File

@ -7,49 +7,40 @@ import java.io.Serial;
public class Graphic_ATTR_One_Elem public class Graphic_ATTR_One_Elem
extends Graphic_ATTR_Elem extends Graphic_ATTR_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; private final boolean derived;
private final boolean derived;
public Graphic_ATTR_One_Elem(GraphicsContext gc, double x, double y, String name, boolean derived, long elementID) { public Graphic_ATTR_One_Elem(GraphicsContext gc, double x, double y, String name, boolean derived, long elementID) {
super(gc, x, y, name, elementID); super(gc, x, y, name, elementID);
this.derived = derived; this.derived = derived;
}
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible) {
return;
} }
this.gc.beginPath();
this.gc.setStroke(c);
if (this.derived) { protected void dsfdsfds6787686(Color c) {
this.gc.setLineWidth(1.0D); if (!this.isVisible) {
this.gc.setLineDashes(3.0D); return;
}
this.gc.beginPath();
this.gc.setStroke(c);
if (this.derived) {
this.gc.setLineWidth(1.0D);
this.gc.setLineDashes(3.0D);
}
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.setLineDashes();
this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.closePath();
} }
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.setLineDashes();
this.gc.setFill(C2.ERMTextColor); public String safsafdsa456456456() {
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D); return "A";
this.gc.closePath(); }
}
public String safsafdsa456456456() {
return "A";
}
} }

View File

@ -7,49 +7,39 @@ import java.io.Serial;
public class Graphic_ATTR_Weak_Key_Elem public class Graphic_ATTR_Weak_Key_Elem
extends Graphic_ATTR_Elem extends Graphic_ATTR_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_ATTR_Weak_Key_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_ATTR_Weak_Key_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, x, y, name, elementID); super(gc, x, y, name, elementID);
} }
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.setFill(C2.ERMTextColor);
this.gc.setStroke(Color.BLACK);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.setLineWidth(1.0D);
this.gc.setLineDashes(3.0D);
this.gc.strokeLine(this.xPos - this.textWidth / 2.0D + 10.0D,
this.yPos + this.textHeight / 2.0D - 13.0D, this.xPos + this.textWidth / 2.0D - 10.0D, this.yPos + this.textHeight / 2.0D - 13.0D);
this.gc.setLineDashes();
this.gc.closePath();
}
public String safsafdsa456456456() {
return "A-WK";
}
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeOval(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.setFill(C2.ERMTextColor);
this.gc.setStroke(Color.BLACK);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.setLineWidth(1.0D);
this.gc.setLineDashes(3.0D);
this.gc.strokeLine(this.xPos - this.textWidth / 2.0D + 10.0D,
this.yPos + this.textHeight / 2.0D - 13.0D, this.xPos + this.textWidth / 2.0D - 10.0D, this.yPos + this.textHeight / 2.0D - 13.0D);
this.gc.setLineDashes();
this.gc.closePath();
}
public String safsafdsa456456456() {
return "A-WK";
}
} }

View File

@ -7,79 +7,56 @@ import java.io.Serial;
public class Graphic_ES_Assoc_Elem public class Graphic_ES_Assoc_Elem
extends Graphic_ES_Main_Elem extends Graphic_ES_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_ES_Assoc_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_ES_Assoc_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, name, elementID); super(gc, name, elementID);
this.xPos = x; this.xPos = x;
this.yPos = y; this.yPos = y;
} }
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.strokePolygon(new double[]{this.xPos - this.textWidth / 2.0D,
this.xPos,
this.xPos + this.textWidth / 2.0D,
this.xPos
}, new double[]{this.yPos,
this.yPos - this.textHeight / 2.0D,
this.yPos,
this.yPos + this.textHeight / 2.0D
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.strokePolygon(new double[] { this.xPos - this.textWidth / 2.0D,
this.xPos,
this.xPos + this.textWidth / 2.0D,
this.xPos
}, new double[] { this.yPos,
this.yPos - this.textHeight / 2.0D,
this.yPos,
this.yPos + this.textHeight / 2.0D
}, 4); }, 4);
this.gc.setFill(C2.ERMTextColor); this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D); this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.closePath(); this.gc.closePath();
} }
public String safsafdsa456456456() {
return "ES-A";
}
public void dsfsdfsfd() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
}
public String safsafdsa456456456() { public char sdfsdfdsfdf() {
return "ES-A"; return '@';
} }
public void dsfsdfsfd() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
}
public char sdfsdfdsfdf() {
return '@';
}
} }

View File

@ -7,60 +7,46 @@ import java.io.Serial;
public class Graphic_ES_Elem public class Graphic_ES_Elem
extends Graphic_ES_Main_Elem extends Graphic_ES_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_ES_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_ES_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, name, elementID); super(gc, name, elementID);
this.xPos = x; this.xPos = x;
this.yPos = y; this.yPos = y;
} }
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.closePath();
}
public String safsafdsa456456456() {
protected void dsfdsfds6787686(Color c) { return "ES";
if (!this.isVisible) }
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.setFill(C2.ERMTextColor); public void dsfsdfsfd() {
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D); this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
}
this.gc.closePath();
}
public char sdfsdfdsfdf() {
return 'e';
}
public String safsafdsa456456456() {
return "ES";
}
public void dsfsdfsfd() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
}
public char sdfsdfdsfdf() {
return 'e';
}
} }

View File

@ -6,114 +6,90 @@ import java.io.Serial;
public abstract class Graphic_ES_Main_Elem public abstract class Graphic_ES_Main_Elem
extends Graphic_Figure_Elem extends Graphic_Figure_Elem
implements U3 implements U3 {
{ @Serial
protected boolean createRelation; private static final long serialVersionUID = 1L;
protected String relationPraefix; protected boolean createRelation;
protected String relationName; protected String relationPraefix;
protected boolean createInserts; protected String relationName;
protected long numberRowsToInsert = 1L; protected boolean createInserts;
protected long numberRowsToInsert = 1L;
public Graphic_ES_Main_Elem(GraphicsContext gc, String name, long elementID) {
super(gc, name, elementID);
this.createRelation = true;
this.relationName = this.name.toLowerCase();
this.relationName = T3.replaceSpecialChars(this.relationName);
this.relationPraefix = this.relationName.charAt(0) + "_";
this.createInserts = true;
}
protected void changeName(String name) {
super.changeName(name);
@Serial this.createRelation = true;
private static final long serialVersionUID = 1L; this.relationName = T3.replaceSpecialChars(name.toLowerCase());
this.relationPraefix = this.relationName.charAt(0) + "_";
}
public boolean getCreateRelation() {
return this.createRelation;
}
public void setCreateRelation(boolean createRelation) {
this.createRelation = createRelation;
}
public String getRelationPraefix() {
public Graphic_ES_Main_Elem(GraphicsContext gc, String name, long elementID) { return this.relationPraefix;
super(gc, name, elementID); }
this.createRelation = true;
this.relationName = this.name.toLowerCase();
this.relationName = T3.replaceSpecialChars(this.relationName);
this.relationPraefix = this.relationName.charAt(0) + "_";
this.createInserts = true;
}
public void setRelationPraefix(String relationPraefix) {
this.relationPraefix = relationPraefix;
}
public String getRelationName() {
return this.relationName;
}
protected void changeName(String name) { public void setRelationName(String relationName) {
super.changeName(name); this.relationName = relationName;
}
this.createRelation = true; public boolean getCreateInserts() {
this.relationName = T3.replaceSpecialChars(name.toLowerCase()); return this.createInserts;
this.relationPraefix = this.relationName.charAt(0) + "_"; }
}
public void setCreateInserts(boolean createInserts) {
this.createInserts = createInserts;
}
public boolean getCreateRelation() { public long getNumberRowsToInsert() {
return this.createRelation; return this.numberRowsToInsert;
} }
public void setCreateRelation(boolean createRelation) { public void setNumberRowsToInsert(long numberRowsToInsert) {
this.createRelation = createRelation; this.numberRowsToInsert = numberRowsToInsert;
} }
public String sdfsdfsd32234243() {
public String getRelationPraefix() { return super.sdfsdfsd32234243();
return this.relationPraefix; }
}
public void setRelationPraefix(String relationPraefix) {
this.relationPraefix = relationPraefix;
}
public String getRelationName() {
return this.relationName;
}
public void setRelationName(String relationName) {
this.relationName = relationName;
}
public boolean getCreateInserts() {
return this.createInserts;
}
public void setCreateInserts(boolean createInserts) {
this.createInserts = createInserts;
}
public long getNumberRowsToInsert() {
return this.numberRowsToInsert;
}
public void setNumberRowsToInsert(long numberRowsToInsert) {
this.numberRowsToInsert = numberRowsToInsert;
}
public String sdfsdfsd32234243() {
return super.sdfsdfsd32234243();
}
} }

View File

@ -7,66 +7,51 @@ import java.io.Serial;
public class Graphic_ES_Weak_Elem public class Graphic_ES_Weak_Elem
extends Graphic_ES_Main_Elem extends Graphic_ES_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_ES_Weak_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_ES_Weak_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, name, elementID); super(gc, name, elementID);
this.xPos = x; this.xPos = x;
this.yPos = y; this.yPos = y;
} }
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D + 3.0D, this.yPos - this.textHeight / 2.0D + 3.0D, this.textWidth - 6.0D, this.textHeight - 6.0D);
this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
this.gc.closePath();
}
public String safsafdsa456456456() {
return "ES-W";
}
protected void dsfdsfds6787686(Color c) { public void dsfsdfsfd() {
if (!this.isVisible) this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
return; }
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D + 3.0D, this.yPos - this.textHeight / 2.0D + 3.0D, this.textWidth - 6.0D, this.textHeight - 6.0D);
this.gc.setFill(C2.ERMTextColor); public char sdfsdfdsfdf() {
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D); return 'e';
this.gc.closePath(); }
}
protected Color sefdsfdsf45() {
return C2.ERMESColor;
}
public String safsafdsa456456456() {
return "ES-W";
}
public void dsfsdfsfd() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
}
public char sdfsdfdsfdf() {
return 'e';
}
protected Color sefdsfdsf45() {
return C2.ERMESColor;
}
} }

View File

@ -8,200 +8,163 @@ import java.io.Serial;
public abstract class Graphic_Figure_Elem public abstract class Graphic_Figure_Elem
extends Graphic_Main_Elem extends Graphic_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; protected double textWidth;
protected double textWidth; protected double textHeight;
protected double textHeight;
public abstract String safsafdsa456456456(); public Graphic_Figure_Elem(GraphicsContext gc, String name, long elementID) {
super(gc, elementID);
public double dsfsfsd456457657() { this.name = name;
return this.textWidth; } public double getHeight() { if (name == null) this.name = safsafdsa456456456();
return this.textHeight; calculateTextWidthHeight();
} protected void dockablePointsAtElem() {
drawDockablePoints(getColorDockable());
}
public Graphic_Figure_Elem(GraphicsContext gc, String name, long elementID) {
super(gc, elementID);
this.name = name;
if (name == null) this.name = safsafdsa456456456();
calculateTextWidthHeight();
}
protected void changeName(String name) {
this.name = name;
if (name == null) this.name = safsafdsa456456456();
dsfsdfsfd();
calculateTextWidthHeight();
safdsadasds32432456456();
}
public boolean dsfsfds45645456(double mouseX, double mouseY) {
return mouseX >= this.xPos - dsfsfsd456457657() / 2.0D && mouseX <= this.xPos + dsfsfsd456457657() / 2.0D &&
mouseY >= this.yPos - getHeight() / 2.0D && mouseY <= this.yPos + getHeight() / 2.0D;
}
public void calculateTextWidthHeight() {
this.textWidth = C2.computeTextWidth(this.name, 2000.0D);
this.textWidth += 20.0D;
this.gc.setFont(C2.ERMFont);
Font f = this.gc.getFont();
this.textHeight = f.getSize();
this.textHeight += 30.0D;
}
public String toString() {
return "Graphic_Figure_Elem [textWidth=" + this.textWidth + ", textHeight=" + this.textHeight + ", toString()=" +
super.toString() + "]";
}
protected void drawDockablePoints(Color c) {
if (!this.isConnectable)
return;
this.gc.setFill(c);
this.gc.fillOval(this.xPos - this.textWidth / 2.0D, this.yPos - 3.0D, 6.0D, 6.0D);
this.gc.fillOval(this.xPos - 3.0D, this.yPos - this.textHeight / 2.0D, 6.0D, 6.0D);
this.gc.fillOval(this.xPos + this.textWidth / 2.0D - 6.0D, this.yPos - 3.0D, 6.0D, 6.0D);
this.gc.fillOval(this.xPos - 3.0D, this.yPos + this.textHeight / 2.0D - 6.0D, 6.0D, 6.0D);
}
protected void drawDockablePoint(Color c, int point) {
this.gc.setFill(c);
switch (point) {
case 1 -> this.gc.fillOval(this.xPos - this.textWidth / 2.0D, this.yPos - 3.0D, 6.0D, 6.0D);
case 2 -> this.gc.fillOval(this.xPos - 3.0D, this.yPos - this.textHeight / 2.0D, 6.0D, 6.0D);
case 3 -> this.gc.fillOval(this.xPos + this.textWidth / 2.0D - 6.0D, this.yPos - 3.0D, 6.0D, 6.0D);
case 4 -> this.gc.fillOval(this.xPos - 3.0D, this.yPos + this.textHeight / 2.0D - 6.0D, 6.0D, 6.0D);
}
}
public double[] getDockablePoint(double mouseX, double mouseY) {
double[] selected = null;
if (mouseX >= this.xPos - this.textWidth / 2.0D - 5.0D && mouseX <= this.xPos - this.textWidth / 2.0D + 5.0D && mouseY >= this.yPos - 5.0D && mouseY <= this.yPos + 5.0D) {
selected = new double[3];
selected[0] = this.xPos - this.textWidth / 2.0D;
selected[1] = this.yPos;
selected[2] = 1.0D;
} }
if (mouseX >= this.xPos - 5.0D && mouseX <= this.xPos + 5.0D && mouseY >= this.yPos - this.textHeight / 2.0D - 5.0D && mouseY <= this.yPos - this.textHeight / 2.0D + 5.0D) { public abstract String safsafdsa456456456();
selected = new double[3];
selected[0] = this.xPos; public double dsfsfsd456457657() {
selected[1] = this.yPos - this.textHeight / 2.0D; return this.textWidth;
selected[2] = 2.0D;
} }
if (mouseX >= this.xPos + this.textWidth / 2.0D - 5.0D && mouseX <= this.xPos + this.textWidth / 2.0D + 5.0D && mouseY >= this.yPos - 5.0D && mouseY <= this.yPos + 5.0D) { public double getHeight() {
selected = new double[3]; return this.textHeight;
selected[0] = this.xPos + this.textWidth / 2.0D;
selected[1] = this.yPos;
selected[2] = 3.0D;
} }
if (mouseX >= this.xPos - 5.0D && mouseX <= this.xPos + 5.0D && mouseY >= this.yPos + this.textHeight / 2.0D - 5.0D && mouseY <= this.yPos + this.textHeight / 2.0D + 5.0D) { protected void dockablePointsAtElem() {
selected = new double[3]; drawDockablePoints(getColorDockable());
selected[0] = this.xPos; }
selected[1] = this.yPos + this.textHeight / 2.0D;
selected[2] = 4.0D; protected void changeName(String name) {
this.name = name;
if (name == null) this.name = safsafdsa456456456();
dsfsdfsfd();
calculateTextWidthHeight();
safdsadasds32432456456();
} }
return selected;
}
public boolean dsfsfds45645456(double mouseX, double mouseY) {
return mouseX >= this.xPos - dsfsfsd456457657() / 2.0D && mouseX <= this.xPos + dsfsfsd456457657() / 2.0D &&
mouseY >= this.yPos - getHeight() / 2.0D && mouseY <= this.yPos + getHeight() / 2.0D;
}
public void calculateTextWidthHeight() {
this.textWidth = C2.computeTextWidth(this.name, 2000.0D);
this.textWidth += 20.0D;
this.gc.setFont(C2.ERMFont);
Font f = this.gc.getFont();
this.textHeight = f.getSize();
this.textHeight += 30.0D;
}
public double[] getXYForGivenPoint(byte dockedAt) { public String toString() {
double[] xyAtPoint = new double[2]; return "Graphic_Figure_Elem [textWidth=" + this.textWidth + ", textHeight=" + this.textHeight + ", toString()=" +
switch (dockedAt) { super.toString() + "]";
case 0 -> { }
xyAtPoint[0] = this.xPos;
xyAtPoint[1] = this.yPos;
}
case 1 -> {
xyAtPoint[0] = this.xPos - this.textWidth / 2.0D;
xyAtPoint[1] = this.yPos;
}
case 2 -> {
xyAtPoint[0] = this.xPos;
xyAtPoint[1] = this.yPos - this.textHeight / 2.0D;
}
case 3 -> {
xyAtPoint[0] = this.xPos + this.textWidth / 2.0D;
xyAtPoint[1] = this.yPos;
}
case 4 -> {
xyAtPoint[0] = this.xPos;
xyAtPoint[1] = this.yPos + this.textHeight / 2.0D;
}
}
return xyAtPoint;
}
protected void drawDockablePoints(Color c) {
if (!this.isConnectable)
return;
this.gc.setFill(c);
protected Color sefdsfdsf45() {
return C2.ERMESColor; this.gc.fillOval(this.xPos - this.textWidth / 2.0D, this.yPos - 3.0D, 6.0D, 6.0D);
}
this.gc.fillOval(this.xPos - 3.0D, this.yPos - this.textHeight / 2.0D, 6.0D, 6.0D);
this.gc.fillOval(this.xPos + this.textWidth / 2.0D - 6.0D, this.yPos - 3.0D, 6.0D, 6.0D);
this.gc.fillOval(this.xPos - 3.0D, this.yPos + this.textHeight / 2.0D - 6.0D, 6.0D, 6.0D);
}
protected void drawDockablePoint(Color c, int point) {
this.gc.setFill(c);
switch (point) {
case 1 -> this.gc.fillOval(this.xPos - this.textWidth / 2.0D, this.yPos - 3.0D, 6.0D, 6.0D);
case 2 -> this.gc.fillOval(this.xPos - 3.0D, this.yPos - this.textHeight / 2.0D, 6.0D, 6.0D);
case 3 -> this.gc.fillOval(this.xPos + this.textWidth / 2.0D - 6.0D, this.yPos - 3.0D, 6.0D, 6.0D);
case 4 -> this.gc.fillOval(this.xPos - 3.0D, this.yPos + this.textHeight / 2.0D - 6.0D, 6.0D, 6.0D);
}
}
public double[] getDockablePoint(double mouseX, double mouseY) {
double[] selected = null;
if (mouseX >= this.xPos - this.textWidth / 2.0D - 5.0D && mouseX <= this.xPos - this.textWidth / 2.0D + 5.0D && mouseY >= this.yPos - 5.0D && mouseY <= this.yPos + 5.0D) {
selected = new double[3];
selected[0] = this.xPos - this.textWidth / 2.0D;
selected[1] = this.yPos;
selected[2] = 1.0D;
}
if (mouseX >= this.xPos - 5.0D && mouseX <= this.xPos + 5.0D && mouseY >= this.yPos - this.textHeight / 2.0D - 5.0D && mouseY <= this.yPos - this.textHeight / 2.0D + 5.0D) {
selected = new double[3];
selected[0] = this.xPos;
selected[1] = this.yPos - this.textHeight / 2.0D;
selected[2] = 2.0D;
}
if (mouseX >= this.xPos + this.textWidth / 2.0D - 5.0D && mouseX <= this.xPos + this.textWidth / 2.0D + 5.0D && mouseY >= this.yPos - 5.0D && mouseY <= this.yPos + 5.0D) {
selected = new double[3];
selected[0] = this.xPos + this.textWidth / 2.0D;
selected[1] = this.yPos;
selected[2] = 3.0D;
}
if (mouseX >= this.xPos - 5.0D && mouseX <= this.xPos + 5.0D && mouseY >= this.yPos + this.textHeight / 2.0D - 5.0D && mouseY <= this.yPos + this.textHeight / 2.0D + 5.0D) {
selected = new double[3];
selected[0] = this.xPos;
selected[1] = this.yPos + this.textHeight / 2.0D;
selected[2] = 4.0D;
}
return selected;
}
public double[] getXYForGivenPoint(byte dockedAt) {
double[] xyAtPoint = new double[2];
switch (dockedAt) {
case 0 -> {
xyAtPoint[0] = this.xPos;
xyAtPoint[1] = this.yPos;
}
case 1 -> {
xyAtPoint[0] = this.xPos - this.textWidth / 2.0D;
xyAtPoint[1] = this.yPos;
}
case 2 -> {
xyAtPoint[0] = this.xPos;
xyAtPoint[1] = this.yPos - this.textHeight / 2.0D;
}
case 3 -> {
xyAtPoint[0] = this.xPos + this.textWidth / 2.0D;
xyAtPoint[1] = this.yPos;
}
case 4 -> {
xyAtPoint[0] = this.xPos;
xyAtPoint[1] = this.yPos + this.textHeight / 2.0D;
}
}
return xyAtPoint;
}
protected Color sefdsfdsf45() {
return C2.ERMESColor;
}
} }

View File

@ -7,21 +7,18 @@ import java.io.Serial;
public class Graphic_LINE_Attr_Attr_Elem public class Graphic_LINE_Attr_Attr_Elem
extends Graphic_LINE_Elem extends Graphic_LINE_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_LINE_Attr_Attr_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) { public Graphic_LINE_Attr_Attr_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID); super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID);
} }
protected Color sefdsfdsf45() {
return C2.ERMLINEColor;
protected Color sefdsfdsf45() { }
return C2.ERMLINEColor;
}
} }

View File

@ -7,21 +7,18 @@ import java.io.Serial;
public class Graphic_LINE_Attr_ES_Elem public class Graphic_LINE_Attr_ES_Elem
extends Graphic_LINE_Elem extends Graphic_LINE_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_LINE_Attr_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) { public Graphic_LINE_Attr_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID); super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID);
} }
protected Color sefdsfdsf45() {
return C2.ERMLINEColor;
protected Color sefdsfdsf45() { }
return C2.ERMLINEColor;
}
} }

View File

@ -7,21 +7,18 @@ import java.io.Serial;
public class Graphic_LINE_Attr_RS_Elem public class Graphic_LINE_Attr_RS_Elem
extends Graphic_LINE_Elem extends Graphic_LINE_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_LINE_Attr_RS_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) { public Graphic_LINE_Attr_RS_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID); super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID);
} }
protected Color sefdsfdsf45() {
return C2.ERMLINEColor;
protected Color sefdsfdsf45() { }
return C2.ERMLINEColor;
}
} }

View File

@ -9,420 +9,345 @@ import javafx.scene.transform.Translate;
import java.io.Serial; import java.io.Serial;
public abstract class Graphic_LINE_Elem public abstract class Graphic_LINE_Elem
extends Graphic_Main_Elem extends Graphic_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; private final byte lineConnectedWithPointAtStart;
private final byte lineConnectedWithPointAtEnd;
protected String minimum = "0";
protected String maximum = "n";
private double xEnd; private double xEnd;
private double yEnd;
private double yEnd; private Graphic_Figure_Elem connectedWithStart;
protected String minimum = "0"; private Graphic_Figure_Elem connectedWithEnd;
protected String maximum = "n";
public Graphic_LINE_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, elementID);
this.xPos = x;
this.yPos = y;
this.lineConnectedWithPointAtStart = lineConnectedWithPointAtStart;
this.connectedWithStart = elemStart;
this.xEnd = xEnd;
this.yEnd = yEnd;
this.lineConnectedWithPointAtEnd = lineConnectedWithPointAtEnd;
this.connectedWithEnd = elemEnd;
this.name = "";
private Graphic_Figure_Elem connectedWithStart; if (this instanceof Graphic_LINE_RSID_ESWEAK_Elem) {
this.minimum = "1";
this.maximum = "1";
}
private final byte lineConnectedWithPointAtStart;
private Graphic_Figure_Elem connectedWithEnd;
private final byte lineConnectedWithPointAtEnd;
public Graphic_LINE_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, elementID);
this.xPos = x;
this.yPos = y;
this.lineConnectedWithPointAtStart = lineConnectedWithPointAtStart;
this.connectedWithStart = elemStart;
this.xEnd = xEnd;
this.yEnd = yEnd;
this.lineConnectedWithPointAtEnd = lineConnectedWithPointAtEnd;
this.connectedWithEnd = elemEnd;
this.name = "";
if (this instanceof Graphic_LINE_RSID_ESWEAK_Elem) {
this.minimum = "1";
this.maximum = "1";
} }
}
protected void changeMinMax(String minimum, String maximum) {
this.minimum = minimum;
this.maximum = maximum;
if (minimum == null) this.minimum = getDefaultMinimum();
if (maximum == null) this.minimum = getDefaultMaximum();
dsfsdfsfd();
safdsadasds32432456456();
}
private void drawArrow(Color c, double x1, double y1, double x2, double y2) {
this.gc.setStroke(c);
double dx = x2 - x1, dy = y2 - y1;
double angle = Math.atan2(dy, dx);
double len = Math.sqrt(dx * dx + dy * dy);
Affine oldTransform = this.gc.getTransform();
protected void changeMinMax(String minimum, String maximum) { Translate translate = Transform.translate(x1, y1);
this.minimum = minimum; Transform transform = translate.createConcatenation(Transform.rotate(Math.toDegrees(angle), 0.0D, 0.0D));
this.maximum = maximum; this.gc.setTransform(new Affine(transform));
if (minimum == null) this.minimum = getDefaultMinimum();
if (maximum == null) this.minimum = getDefaultMaximum();
dsfsdfsfd();
safdsadasds32432456456();
}
this.gc.setFill(C2.ERMBackgroundColor);
this.gc.strokePolygon(new double[]{len, len - 8.0D, len - 8.0D
}, new double[]{0.0D, -8.0D, 8.0D
private void drawArrow(Color c, double x1, double y1, double x2, double y2) {
this.gc.setStroke(c);
double dx = x2 - x1, dy = y2 - y1;
double angle = Math.atan2(dy, dx);
double len = Math.sqrt(dx * dx + dy * dy);
Affine oldTransform = this.gc.getTransform();
Translate translate = Transform.translate(x1, y1);
Transform transform = translate.createConcatenation(Transform.rotate(Math.toDegrees(angle), 0.0D, 0.0D));
this.gc.setTransform(new Affine(transform));
this.gc.setFill(C2.ERMBackgroundColor);
this.gc.strokePolygon(new double[] { len, len - 8.0D, len - 8.0D
}, new double[] { 0.0D, -8.0D, 8.0D
}, 3); }, 3);
this.gc.setTransform(oldTransform); this.gc.setTransform(oldTransform);
}
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
if (this.name == null) this.name = "";
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeLine(this.xPos, this.yPos, this.xEnd, this.yEnd);
if (this instanceof Graphic_LINE_RSISAG_ES_Elem) {
if (this.connectedWithStart instanceof Graphic_ES_Elem) {
drawArrow(c, this.xEnd, this.yEnd, this.xPos, this.yPos);
}
if (this.connectedWithEnd instanceof Graphic_ES_Elem) {
drawArrow(c, this.xPos, this.yPos, this.xEnd, this.yEnd);
}
return;
} }
if (this instanceof Graphic_LINE_RSISAS_ES_Elem)
return; if (this instanceof Graphic_LINE_Attr_Attr_Elem)
return; if (this instanceof Graphic_LINE_Attr_ES_Elem) protected void dsfdsfds6787686(Color c) {
return; if (this instanceof Graphic_LINE_Attr_RS_Elem) { if (!this.isVisible)
return; return;
if (this.name == null) this.name = "";
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokeLine(this.xPos, this.yPos, this.xEnd, this.yEnd);
if (this instanceof Graphic_LINE_RSISAG_ES_Elem) {
if (this.connectedWithStart instanceof Graphic_ES_Elem) {
drawArrow(c, this.xEnd, this.yEnd, this.xPos, this.yPos);
}
if (this.connectedWithEnd instanceof Graphic_ES_Elem) {
drawArrow(c, this.xPos, this.yPos, this.xEnd, this.yEnd);
}
return;
}
if (this instanceof Graphic_LINE_RSISAS_ES_Elem)
return;
if (this instanceof Graphic_LINE_Attr_Attr_Elem)
return;
if (this instanceof Graphic_LINE_Attr_ES_Elem)
return;
if (this instanceof Graphic_LINE_Attr_RS_Elem) {
return;
}
double helpXStart = this.xPos;
double helpXEnd = this.xEnd;
double helpYStart = this.yPos;
double helpYEnd = this.yEnd;
this.gc.setFill(C2.ERMTextColor);
if (this.xEnd < this.xPos) {
helpXStart = this.xEnd;
helpXEnd = this.xPos;
}
if (this.yEnd < this.yPos) {
helpYStart = this.yEnd;
helpYEnd = this.yPos;
}
this.gc.fillText("(" + this.minimum + "," + this.maximum + ")", helpXStart + (helpXEnd - helpXStart) / 2.0D, helpYStart + (helpYEnd - helpYStart) / 2.0D - 5.0D);
this.gc.closePath();
} }
double helpXStart = this.xPos;
double helpXEnd = this.xEnd;
double helpYStart = this.yPos;
double helpYEnd = this.yEnd;
this.gc.setFill(C2.ERMTextColor);
if (this.xEnd < this.xPos) { helpXStart = this.xEnd; helpXEnd = this.xPos; }
if (this.yEnd < this.yPos) { helpYStart = this.yEnd; helpYEnd = this.yPos; }
this.gc.fillText("(" + this.minimum + "," + this.maximum + ")", helpXStart + (helpXEnd - helpXStart) / 2.0D, helpYStart + (helpYEnd - helpYStart) / 2.0D - 5.0D);
this.gc.closePath();
}
public void dsfsdfsfd() {
this.gc.beginPath();
this.gc.setStroke(C2.ERMBackgroundColor);
this.gc.setLineWidth(3.0D);
this.gc.strokeLine(this.xPos, this.yPos, this.xEnd, this.yEnd);
this.gc.setLineWidth(1.0D);
if (this instanceof Graphic_LINE_RSISAG_ES_Elem) {
public void dsfsdfsfd() {
this.gc.beginPath();
this.gc.setStroke(C2.ERMBackgroundColor);
this.gc.setLineWidth(3.0D);
this.gc.strokeLine(this.xPos, this.yPos, this.xEnd, this.yEnd);
this.gc.setLineWidth(1.0D);
if (this instanceof Graphic_LINE_RSISAG_ES_Elem) { double d1 = 0.0D, d2 = 0.0D, helpWidth = 0.0D, helpHeight = 0.0D;
Graphic_ES_Elem helpElem = null;
byte helpConnectedWithPoint = 0;
double d1 = 0.0D, d2 = 0.0D, helpWidth = 0.0D, helpHeight = 0.0D; if (this.connectedWithStart instanceof Graphic_ES_Elem) {
Graphic_ES_Elem helpElem = null; helpElem = (Graphic_ES_Elem) this.connectedWithStart;
byte helpConnectedWithPoint = 0; helpConnectedWithPoint = this.lineConnectedWithPointAtStart;
if (this.connectedWithStart instanceof Graphic_ES_Elem) {
helpElem = (Graphic_ES_Elem)this.connectedWithStart;
helpConnectedWithPoint = this.lineConnectedWithPointAtStart;
}
if (this.connectedWithEnd instanceof Graphic_ES_Elem) {
helpElem = (Graphic_ES_Elem)this.connectedWithEnd;
helpConnectedWithPoint = this.lineConnectedWithPointAtEnd;
}
assert helpElem != null;
double[] dockedPoints = helpElem.getXYForGivenPoint(helpConnectedWithPoint);
switch (helpConnectedWithPoint) {
case 1, 2 -> {
d1 = dockedPoints[0] - 16.0D;
d2 = dockedPoints[1] - 16.0D;
helpWidth = 29.0D;
helpHeight = 29.0D;
} }
case 3 -> { if (this.connectedWithEnd instanceof Graphic_ES_Elem) {
d1 = dockedPoints[0]; helpElem = (Graphic_ES_Elem) this.connectedWithEnd;
d2 = dockedPoints[1] - 8.0D - 5.0D; helpConnectedWithPoint = this.lineConnectedWithPointAtEnd;
helpWidth = 28.0D;
helpHeight = 28.0D;
} }
case 4 -> {
d1 = dockedPoints[0] - 8.0D - 5.0D; assert helpElem != null;
d2 = dockedPoints[1] + 1.0D; double[] dockedPoints = helpElem.getXYForGivenPoint(helpConnectedWithPoint);
helpWidth = 28.0D; switch (helpConnectedWithPoint) {
helpHeight = 28.0D; case 1, 2 -> {
d1 = dockedPoints[0] - 16.0D;
d2 = dockedPoints[1] - 16.0D;
helpWidth = 29.0D;
helpHeight = 29.0D;
}
case 3 -> {
d1 = dockedPoints[0];
d2 = dockedPoints[1] - 8.0D - 5.0D;
helpWidth = 28.0D;
helpHeight = 28.0D;
}
case 4 -> {
d1 = dockedPoints[0] - 8.0D - 5.0D;
d2 = dockedPoints[1] + 1.0D;
helpWidth = 28.0D;
helpHeight = 28.0D;
}
} }
this.gc.clearRect(d1, d2, helpWidth, helpHeight);
return;
}
if (this instanceof Graphic_LINE_RSISAS_ES_Elem)
return;
if (this instanceof Graphic_LINE_Attr_Attr_Elem)
return;
if (this instanceof Graphic_LINE_Attr_ES_Elem)
return;
if (this instanceof Graphic_LINE_Attr_RS_Elem) {
return;
} }
this.gc.clearRect(d1, d2, helpWidth, helpHeight); double helpXStart = this.xPos;
return; double helpXEnd = this.xEnd;
} double helpYStart = this.yPos;
if (this instanceof Graphic_LINE_RSISAS_ES_Elem) double helpYEnd = this.yEnd;
return; if (this instanceof Graphic_LINE_Attr_Attr_Elem) if (this.xEnd < this.xPos) {
return; if (this instanceof Graphic_LINE_Attr_ES_Elem) helpXStart = this.xEnd;
return; if (this instanceof Graphic_LINE_Attr_RS_Elem) { helpXEnd = this.xPos;
return; }
if (this.yEnd < this.yPos) {
helpYStart = this.yEnd;
helpYEnd = this.yPos;
}
this.gc.clearRect(helpXStart + (helpXEnd - helpXStart) / 2.0D - 6.0D,
helpYStart + (helpYEnd - helpYStart) / 2.0D - 5.0D - 10.0D,
C2.computeTextWidth("(" + this.minimum + "," + this.maximum + ")", 2000.0D) + 12.0D,
C2.computeTextHeight() + 12.0D);
this.gc.closePath();
} }
double helpXStart = this.xPos;
double helpXEnd = this.xEnd;
double helpYStart = this.yPos;
double helpYEnd = this.yEnd;
if (this.xEnd < this.xPos) { helpXStart = this.xEnd; helpXEnd = this.xPos; }
if (this.yEnd < this.yPos) { helpYStart = this.yEnd; helpYEnd = this.yPos; }
this.gc.clearRect(helpXStart + (helpXEnd - helpXStart) / 2.0D - 6.0D,
helpYStart + (helpYEnd - helpYStart) / 2.0D - 5.0D - 10.0D,
C2.computeTextWidth("(" + this.minimum + "," + this.maximum + ")", 2000.0D) + 12.0D,
C2.computeTextHeight() + 12.0D);
this.gc.closePath();
}
public double dsfsfsd456457657() {
return this.xEnd;
}
public double getHeight() {
return this.yEnd;
}
public double dsfsfsd456457657() {
return this.xEnd;
}
public boolean dsfsfds45645456(double mouseX, double mouseY) {
Graphic_Figure_Elem aHelp = getConnectedWithStart();
double[] dockablePointsAHelp = aHelp.getXYForGivenPoint(getLineConnectedWithPointAtStart());
Graphic_Figure_Elem bHelp = getConnectedWithEnd();
double[] dockablePointsBHelp = bHelp.getXYForGivenPoint(getLineConnectedWithPointAtEnd());
public double getHeight() { double distStartToMouse = distP1_P2(dockablePointsAHelp[0], dockablePointsAHelp[1], mouseX, mouseY);
return this.yEnd; double distMouseToEnd = distP1_P2(mouseX, mouseY, dockablePointsBHelp[0], dockablePointsBHelp[1]);
} double distStartToEnd = distP1_P2(dockablePointsAHelp[0], dockablePointsAHelp[1], dockablePointsBHelp[0], dockablePointsBHelp[1]);
return Math.abs(distStartToMouse + distMouseToEnd - distStartToEnd) <= 0.3D;
}
public Graphic_Figure_Elem getConnectedWithStart() {
return this.connectedWithStart;
}
public void setConnectedWithStart(Graphic_Figure_Elem connectedWithStart) {
this.connectedWithStart = connectedWithStart;
}
public Graphic_Figure_Elem getConnectedWithEnd() {
return this.connectedWithEnd;
}
public void setConnectedWithEnd(Graphic_Figure_Elem connectedWithEnd) {
this.connectedWithEnd = connectedWithEnd;
}
public double getxEnd() {
return this.xEnd;
}
public boolean dsfsfds45645456(double mouseX, double mouseY) {
Graphic_Figure_Elem aHelp = getConnectedWithStart();
double[] dockablePointsAHelp = aHelp.getXYForGivenPoint(getLineConnectedWithPointAtStart());
Graphic_Figure_Elem bHelp = getConnectedWithEnd();
double[] dockablePointsBHelp = bHelp.getXYForGivenPoint(getLineConnectedWithPointAtEnd());
public void setxEnd(double xEnd) {
this.xEnd = xEnd;
}
double distStartToMouse = distP1_P2(dockablePointsAHelp[0], dockablePointsAHelp[1], mouseX, mouseY);
double distMouseToEnd = distP1_P2(mouseX, mouseY, dockablePointsBHelp[0], dockablePointsBHelp[1]);
double distStartToEnd = distP1_P2(dockablePointsAHelp[0], dockablePointsAHelp[1], dockablePointsBHelp[0], dockablePointsBHelp[1]);
public double getyEnd() {
return this.yEnd;
}
return Math.abs(distStartToMouse + distMouseToEnd - distStartToEnd) <= 0.3D;
}
public void setyEnd(double yEnd) {
this.yEnd = yEnd;
}
public char sdfsdfdsfdf() {
return 'l';
}
public Graphic_Figure_Elem getConnectedWithStart() {
return this.connectedWithStart;
}
public double distP1_P2(double xP1, double yP1, double xP2, double yP2) {
double dist;
dist = Math.sqrt((xP1 - xP2) * (xP1 - xP2) + (yP1 - yP2) * (yP1 - yP2));
return dist;
}
public String getMinimum() {
return this.minimum;
}
public void setConnectedWithStart(Graphic_Figure_Elem connectedWithStart) {
this.connectedWithStart = connectedWithStart;
}
public void setMinimum(String minimum) {
this.minimum = minimum;
}
public String getMaximum() {
return this.maximum;
}
public Graphic_Figure_Elem getConnectedWithEnd() {
return this.connectedWithEnd;
}
public void setMaximum(String maximum) {
this.maximum = maximum;
}
private String getDefaultMinimum() {
return "0";
}
private String getDefaultMaximum() {
return "n";
}
public void setConnectedWithEnd(Graphic_Figure_Elem connectedWithEnd) {
this.connectedWithEnd = connectedWithEnd;
}
public String toString() {
return "Graphic_LINE_Elem [xEnd=" + this.xEnd + ", yEnd=" + this.yEnd + ", minimum=" + this.minimum + ", maximum=" + this.maximum +
", connectedWithStart=" + this.connectedWithStart + ", connectedWithEnd=" + this.connectedWithEnd +
", toString()=" + super.toString() + "]";
}
public byte getLineConnectedWithPointAtStart() {
public double getxEnd() { return this.lineConnectedWithPointAtStart;
return this.xEnd; }
}
public void setxEnd(double xEnd) {
this.xEnd = xEnd;
}
public double getyEnd() {
return this.yEnd;
}
public void setyEnd(double yEnd) {
this.yEnd = yEnd;
}
public char sdfsdfdsfdf() {
return 'l';
}
public double distP1_P2(double xP1, double yP1, double xP2, double yP2) {
double dist;
dist = Math.sqrt((xP1 - xP2) * (xP1 - xP2) + (yP1 - yP2) * (yP1 - yP2));
return dist;
}
public String getMinimum() {
return this.minimum;
}
public void setMinimum(String minimum) {
this.minimum = minimum;
}
public String getMaximum() {
return this.maximum;
}
public void setMaximum(String maximum) {
this.maximum = maximum;
}
private String getDefaultMinimum() {
return "0";
}
private String getDefaultMaximum() {
return "n";
}
public String toString() {
return "Graphic_LINE_Elem [xEnd=" + this.xEnd + ", yEnd=" + this.yEnd + ", minimum=" + this.minimum + ", maximum=" + this.maximum +
", connectedWithStart=" + this.connectedWithStart + ", connectedWithEnd=" + this.connectedWithEnd +
", toString()=" + super.toString() + "]";
}
public byte getLineConnectedWithPointAtStart() {
return this.lineConnectedWithPointAtStart;
}
public byte getLineConnectedWithPointAtEnd() { public byte getLineConnectedWithPointAtEnd() {
return this.lineConnectedWithPointAtEnd; return this.lineConnectedWithPointAtEnd;
} }
public String sdfsdfsd32234243() { public String sdfsdfsd32234243() {
if (this instanceof Graphic_LINE_RSISAG_ES_Elem) { if (this instanceof Graphic_LINE_RSISAG_ES_Elem) {
return this.connectedWithStart.sdfsdfsd32234243() + "[G]" + this.connectedWithEnd.sdfsdfsd32234243(); return this.connectedWithStart.sdfsdfsd32234243() + "[G]" + this.connectedWithEnd.sdfsdfsd32234243();
}
if (this instanceof Graphic_LINE_RSISAS_ES_Elem) {
return this.connectedWithStart.sdfsdfsd32234243() + "[Sp]" + this.connectedWithEnd.sdfsdfsd32234243();
}
if (this instanceof Graphic_LINE_Attr_ES_Elem ||
this instanceof Graphic_LINE_Attr_Attr_Elem || this instanceof Graphic_LINE_Attr_RS_Elem) {
String usedStartName = this.connectedWithStart.sdfsdfsd32234243();
if (this.connectedWithStart instanceof Graphic_ATTR_Elem) {
usedStartName = usedStartName.substring(0, usedStartName.indexOf('@'));
}
String usedEndName = this.connectedWithEnd.sdfsdfsd32234243();
if (this.connectedWithEnd instanceof Graphic_ATTR_Elem) {
usedEndName = usedEndName.substring(0, usedEndName.indexOf('@'));
}
return usedStartName + "[-]" + usedEndName;
}
return this.connectedWithStart.sdfsdfsd32234243() + "(" + this.minimum + "," + this.maximum + ")" + this.connectedWithEnd.sdfsdfsd32234243();
} }
if (this instanceof Graphic_LINE_RSISAS_ES_Elem) {
return this.connectedWithStart.sdfsdfsd32234243() + "[Sp]" + this.connectedWithEnd.sdfsdfsd32234243();
}
if (this instanceof Graphic_LINE_Attr_ES_Elem ||
this instanceof Graphic_LINE_Attr_Attr_Elem || this instanceof Graphic_LINE_Attr_RS_Elem) {
String usedStartName = this.connectedWithStart.sdfsdfsd32234243();
if (this.connectedWithStart instanceof Graphic_ATTR_Elem) {
usedStartName = usedStartName.substring(0, usedStartName.indexOf('@'));
}
String usedEndName = this.connectedWithEnd.sdfsdfsd32234243();
if (this.connectedWithEnd instanceof Graphic_ATTR_Elem) {
usedEndName = usedEndName.substring(0, usedEndName.indexOf('@'));
}
return usedStartName + "[-]" + usedEndName;
}
return this.connectedWithStart.sdfsdfsd32234243() + "(" + this.minimum + "," + this.maximum + ")" + this.connectedWithEnd.sdfsdfsd32234243();
}
} }

View File

@ -7,21 +7,18 @@ import java.io.Serial;
public class Graphic_LINE_RSID_ESWEAK_Elem public class Graphic_LINE_RSID_ESWEAK_Elem
extends Graphic_LINE_Elem extends Graphic_LINE_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_LINE_RSID_ESWEAK_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) { public Graphic_LINE_RSID_ESWEAK_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID); super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID);
} }
protected Color sefdsfdsf45() {
return C2.ERMRSConnColor;
protected Color sefdsfdsf45() { }
return C2.ERMRSConnColor;
}
} }

View File

@ -6,48 +6,19 @@ import javafx.scene.paint.Color;
import java.io.Serial; import java.io.Serial;
public class Graphic_LINE_RSID_ES_Elem public class Graphic_LINE_RSID_ES_Elem
extends Graphic_LINE_Elem extends Graphic_LINE_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_LINE_RSID_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) { public Graphic_LINE_RSID_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID); super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID);
} }
protected Color sefdsfdsf45() {
return C2.ERMRSConnColor;
protected Color sefdsfdsf45() { }
return C2.ERMRSConnColor;
}
} }

View File

@ -7,21 +7,18 @@ import java.io.Serial;
public class Graphic_LINE_RSISAG_ES_Elem public class Graphic_LINE_RSISAG_ES_Elem
extends Graphic_LINE_Elem extends Graphic_LINE_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_LINE_RSISAG_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) { public Graphic_LINE_RSISAG_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID); super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID);
} }
protected Color sefdsfdsf45() {
return C2.ERMISAConnGENERAL;
protected Color sefdsfdsf45() { }
return C2.ERMISAConnGENERAL;
}
} }

View File

@ -7,21 +7,18 @@ import java.io.Serial;
public class Graphic_LINE_RSISAS_ES_Elem public class Graphic_LINE_RSISAS_ES_Elem
extends Graphic_LINE_Elem extends Graphic_LINE_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_LINE_RSISAS_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) { public Graphic_LINE_RSISAS_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID); super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID);
} }
protected Color sefdsfdsf45() {
return C2.ERMISAConnSPEC;
protected Color sefdsfdsf45() { }
return C2.ERMISAConnSPEC;
}
} }

View File

@ -7,21 +7,18 @@ import java.io.Serial;
public class Graphic_LINE_RS_ES_Elem public class Graphic_LINE_RS_ES_Elem
extends Graphic_LINE_Elem extends Graphic_LINE_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_LINE_RS_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) { public Graphic_LINE_RS_ES_Elem(GraphicsContext gc, double x, double y, double xEnd, double yEnd, byte lineConnectedWithPointAtStart, byte lineConnectedWithPointAtEnd, Graphic_Figure_Elem elemStart, Graphic_Figure_Elem elemEnd, long elementID) {
super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID); super(gc, x, y, xEnd, yEnd, lineConnectedWithPointAtStart, lineConnectedWithPointAtEnd, elemStart, elemEnd, elementID);
} }
protected Color sefdsfdsf45() {
return C2.ERMRSConnColor;
protected Color sefdsfdsf45() { }
return C2.ERMRSConnColor;
}
} }

View File

@ -1,214 +1,158 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import java.io.Serial;
import java.io.Serializable;
import javafx.scene.canvas.GraphicsContext; import javafx.scene.canvas.GraphicsContext;
import javafx.scene.paint.Color; import javafx.scene.paint.Color;
import java.io.Serial;
import java.io.Serializable;
public abstract class Graphic_Main_Elem public abstract class Graphic_Main_Elem
implements Serializable, Comparable<Graphic_Main_Elem> implements Serializable, Comparable<Graphic_Main_Elem> {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; protected long graphicMainElemID;
protected long graphicMainElemID; protected double xPos;
protected double xPos; protected double yPos;
protected double yPos; protected String name;
protected String name; protected transient GraphicsContext gc;
protected transient GraphicsContext gc; protected transient boolean isVisible;
protected transient boolean isVisible; protected transient boolean isConnectable;
protected transient boolean isConnectable; transient U4 undoRedoAction;
transient U4 undoRedoAction;
public Graphic_Main_Elem(GraphicsContext gc, long elementID) { public Graphic_Main_Elem(GraphicsContext gc, long elementID) {
this.graphicMainElemID = elementID; this.graphicMainElemID = elementID;
this.gc = gc; this.gc = gc;
this.isVisible = true; this.isVisible = true;
} }
public GraphicsContext getGc() {
return this.gc;
}
public GraphicsContext getGc() { public void setGc(GraphicsContext gc) {
return this.gc; this.gc = gc;
} }
public void setGc(GraphicsContext gc) {
this.gc = gc;
}
public void setxPos(double xPos) {
this.xPos = xPos;
}
public void setyPos(double yPos) {
this.yPos = yPos;
}
public void safdsadasds32432456456() {
dsfdsfds6787686(sefdsfdsf45()); }
public void safdsadasds32432456456() {
dsfdsfds6787686(sefdsfdsf45());
}
protected Color getColorSelected() { protected Color getColorSelected() {
return C2.ERMSelectedColor; return C2.ERMSelectedColor;
} }
protected Color getColorDockable() {
return C2.ERMDockablePointColor;
}
public void dfsdfssdf456456() {
dsfsdfsfd();
dsfdsfds6787686(sefdsfdsf45());
}
public double getxPos() {
return this.xPos;
}
public void setxPos(double xPos) {
this.xPos = xPos;
}
protected Color getColorDockable() { public double getyPos() {
return C2.ERMDockablePointColor; return this.yPos;
} }
public void setyPos(double yPos) {
this.yPos = yPos;
}
public void dgfdsfdssfd43534456() {
selectElem();
}
public void sdffdsfsdf4354357656(double newX, double newY) {
dsfsdfsfd();
this.xPos = newX;
this.yPos = newY;
dsfdsfds6787686(getColorSelected());
}
public void dfsdfssdf456456() {
dsfsdfsfd(); dsfdsfds6787686(sefdsfdsf45());
}
public void selectElem() {
dsfdsfds6787686(getColorSelected());
}
public int hashCode() {
int result = 1;
result = 31 * result + (int) (this.graphicMainElemID ^ this.graphicMainElemID >>> 32L);
return result;
}
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
Graphic_Main_Elem other = (Graphic_Main_Elem) obj;
return this.graphicMainElemID == other.graphicMainElemID;
}
public String toString() {
return "Graphic_Main_Elem [graphicMainElemID=" + this.graphicMainElemID + ", xPos=" + this.xPos + ", yPos=" + this.yPos +
", name=" + this.name + "]";
}
public double getxPos() { public long sdfsdfsdfd() {
return this.xPos; return this.graphicMainElemID;
} }
public void dsdasadsasd32423432(long graphicMainElemID) {
this.graphicMainElemID = graphicMainElemID;
}
public double getyPos() {
return this.yPos;
}
public String sdfsdfsd32234243() {
return this.name;
}
public void dgfdsfdssfd43534456() { public U4 adsadadsa4354353() {
selectElem(); return this.undoRedoAction;
} }
public void sfdsfsfsddf123234435(U4 undoRedoAction) {
this.undoRedoAction = undoRedoAction;
}
public int compareTo(Graphic_Main_Elem arg0) {
return Long.compare(this.graphicMainElemID, arg0.graphicMainElemID);
}
public abstract double dsfsfsd456457657();
public void sdffdsfsdf4354357656(double newX, double newY) { public abstract double getHeight();
dsfsdfsfd();
this.xPos = newX;
this.yPos = newY;
dsfdsfds6787686(getColorSelected());
}
protected abstract Color sefdsfdsf45();
public abstract void dsfsdfsfd();
protected abstract void dsfdsfds6787686(Color paramColor);
public void selectElem() { public abstract boolean dsfsfds45645456(double paramDouble1, double paramDouble2);
dsfdsfds6787686(getColorSelected());
}
public abstract char sdfsdfdsfdf();
public int hashCode() {
int result = 1;
result = 31 * result + (int)(this.graphicMainElemID ^ this.graphicMainElemID >>> 32L);
return result;
}
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
Graphic_Main_Elem other = (Graphic_Main_Elem)obj;
return this.graphicMainElemID == other.graphicMainElemID;
}
public String toString() {
return "Graphic_Main_Elem [graphicMainElemID=" + this.graphicMainElemID + ", xPos=" + this.xPos + ", yPos=" + this.yPos +
", name=" + this.name + "]";
}
public long sdfsdfsdfd() {
return this.graphicMainElemID;
}
public void dsdasadsasd32423432(long graphicMainElemID) {
this.graphicMainElemID = graphicMainElemID;
}
public String sdfsdfsd32234243() {
return this.name;
}
public U4 adsadadsa4354353() {
return this.undoRedoAction;
}
public void sfdsfsfsddf123234435(U4 undoRedoAction) {
this.undoRedoAction = undoRedoAction;
}
public int compareTo(Graphic_Main_Elem arg0) {
return Long.compare(this.graphicMainElemID, arg0.graphicMainElemID);
}
public abstract double dsfsfsd456457657();
public abstract double getHeight();
protected abstract Color sefdsfdsf45();
public abstract void dsfsdfsfd();
protected abstract void dsfdsfds6787686(Color paramColor);
public abstract boolean dsfsfds45645456(double paramDouble1, double paramDouble2);
public abstract char sdfsdfdsfdf();
} }

View File

@ -6,82 +6,67 @@ import javafx.scene.paint.Color;
import java.io.Serial; import java.io.Serial;
public class Graphic_RS_Elem public class Graphic_RS_Elem
extends Graphic_RS_Main_Elem extends Graphic_RS_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_RS_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_RS_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, name, elementID); super(gc, name, elementID);
this.xPos = x; this.xPos = x;
this.yPos = y; this.yPos = y;
this.createRelation = true; this.createRelation = true;
} }
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokePolygon(new double[]{this.xPos - this.textWidth / 2.0D,
protected void dsfdsfds6787686(Color c) { this.xPos,
if (!this.isVisible) this.xPos + this.textWidth / 2.0D,
return; this.xPos
this.gc.beginPath(); }, new double[]{this.yPos,
this.gc.setStroke(c); this.yPos - this.textHeight / 2.0D,
this.gc.strokePolygon(new double[] { this.xPos - this.textWidth / 2.0D, this.yPos,
this.xPos, this.yPos + this.textHeight / 2.0D
this.xPos + this.textWidth / 2.0D,
this.xPos
}, new double[] { this.yPos,
this.yPos - this.textHeight / 2.0D,
this.yPos,
this.yPos + this.textHeight / 2.0D
}, 4); }, 4);
this.gc.setFill(C2.ERMTextColor); this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 18.0D); this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 18.0D);
this.gc.closePath(); this.gc.closePath();
} }
public String safsafdsa456456456() {
return "RS";
}
public void dsfsdfsfd() {
public String safsafdsa456456456() { this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 2.0D, this.yPos - this.textHeight / 2.0D - 2.0D, this.textWidth + 4.0D, this.textHeight + 4.0D);
return "RS"; }
}
public double dsfsfsd456457657() {
public void dsfsdfsfd() { return this.textWidth;
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 2.0D, this.yPos - this.textHeight / 2.0D - 2.0D, this.textWidth + 4.0D, this.textHeight + 4.0D); }
}
public double getHeight() {
public double dsfsfsd456457657() { return this.textHeight;
return this.textWidth; }
}
public char sdfsdfdsfdf() {
public double getHeight() { return 'r';
return this.textHeight; }
}
protected Color sefdsfdsf45() {
public char sdfsdfdsfdf() { return C2.ERMRSColor;
return 'r'; }
}
protected Color sefdsfdsf45() {
return C2.ERMRSColor;
}
} }

View File

@ -7,152 +7,123 @@ import java.io.Serial;
public class Graphic_RS_ISA_Elem public class Graphic_RS_ISA_Elem
extends Graphic_RS_Main_Elem extends Graphic_RS_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; private String partial_or_total;
private String partial_or_total; private String disjunct_or_notdisjunct;
private String disjunct_or_notdisjunct;
public Graphic_RS_ISA_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_RS_ISA_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, null, elementID); super(gc, null, elementID);
this.xPos = x; this.xPos = x;
this.yPos = y; this.yPos = y;
this.createRelation = false; this.createRelation = false;
this.createInserts = true; this.createInserts = true;
this.numberRowsToInsert = 1L; this.numberRowsToInsert = 1L;
} }
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
protected void dsfdsfds6787686(Color c) { this.gc.strokePolygon(new double[]{this.xPos - this.textWidth / 2.0D,
if (!this.isVisible) this.xPos,
return; this.xPos + this.textWidth / 2.0D,
this.gc.beginPath(); this.xPos
this.gc.setStroke(c); }, new double[]{this.yPos,
this.gc.strokePolygon(new double[] { this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D,
this.xPos, this.yPos,
this.xPos + this.textWidth / 2.0D, this.yPos + this.textHeight / 2.0D
this.xPos
}, new double[] { this.yPos,
this.yPos - this.textHeight / 2.0D,
this.yPos,
this.yPos + this.textHeight / 2.0D
}, 4); }, 4);
this.gc.setFill(C2.ERMTextColor); this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 17.0D); this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 17.0D);
this.gc.fillText("(" + this.partial_or_total + "," + this.disjunct_or_notdisjunct + ")", this.xPos + this.textWidth / 2.0D + 5.0D, this.yPos - 5.0D); this.gc.fillText("(" + this.partial_or_total + "," + this.disjunct_or_notdisjunct + ")", this.xPos + this.textWidth / 2.0D + 5.0D, this.yPos - 5.0D);
this.gc.closePath(); this.gc.closePath();
} }
public String safsafdsa456456456() {
return "ISA";
}
public void dsfsdfsfd() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
public String safsafdsa456456456() { this.gc.clearRect(this.xPos + this.textWidth / 2.0D + 5.0D - 3.0D,
return "ISA"; this.yPos - 15.0D,
} C2.computeTextWidth("(" + this.partial_or_total + "," + this.disjunct_or_notdisjunct + ")", 2000.0D) + 10.0D,
C2.computeTextHeight() + 12.0D);
}
public double dsfsfsd456457657() {
public void dsfsdfsfd() { return this.textWidth;
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D); }
this.gc.clearRect(this.xPos + this.textWidth / 2.0D + 5.0D - 3.0D,
this.yPos - 15.0D,
C2.computeTextWidth("(" + this.partial_or_total + "," + this.disjunct_or_notdisjunct + ")", 2000.0D) + 10.0D,
C2.computeTextHeight() + 12.0D);
}
public double getHeight() {
public double dsfsfsd456457657() { return this.textHeight;
return this.textWidth; }
}
public char sdfsdfdsfdf() {
public double getHeight() { return 'r';
return this.textHeight; }
}
protected Color sefdsfdsf45() {
public char sdfsdfdsfdf() { return C2.ERMRSISAColor;
return 'r'; }
}
public String getPartial_or_total() {
protected Color sefdsfdsf45() { return this.partial_or_total;
return C2.ERMRSISAColor; }
}
public void setPartial_or_total(String partial_or_total) {
this.partial_or_total = partial_or_total;
}
public String getPartial_or_total() { public String getDisjunct_or_notdisjunct() {
return this.partial_or_total; return this.disjunct_or_notdisjunct;
} }
public void setDisjunct_or_notdisjunct(String disjunct_or_notdisjunct) {
this.disjunct_or_notdisjunct = disjunct_or_notdisjunct;
}
public void setPartial_or_total(String partial_or_total) { protected void changeP_T_D_ND(String partial_or_total, String disjunct_or_notdisjunct) {
this.partial_or_total = partial_or_total; this.partial_or_total = partial_or_total;
} this.disjunct_or_notdisjunct = disjunct_or_notdisjunct;
if (partial_or_total == null) this.partial_or_total = getDefaultPartial_or_total();
if (disjunct_or_notdisjunct == null) this.disjunct_or_notdisjunct = getDefaultDisjunct_or_notdisjunct();
dsfsdfsfd();
safdsadasds32432456456();
}
private String getDefaultPartial_or_total() {
return "p";
}
private String getDefaultDisjunct_or_notdisjunct() {
return "nd";
}
public String sdfsdfsd32234243() {
return safsafdsa456456456() + "(" + this.partial_or_total + "," + this.disjunct_or_notdisjunct + ")";
public String getDisjunct_or_notdisjunct() { }
return this.disjunct_or_notdisjunct;
}
public void setDisjunct_or_notdisjunct(String disjunct_or_notdisjunct) {
this.disjunct_or_notdisjunct = disjunct_or_notdisjunct;
}
protected void changeP_T_D_ND(String partial_or_total, String disjunct_or_notdisjunct) {
this.partial_or_total = partial_or_total;
this.disjunct_or_notdisjunct = disjunct_or_notdisjunct;
if (partial_or_total == null) this.partial_or_total = getDefaultPartial_or_total();
if (disjunct_or_notdisjunct == null) this.disjunct_or_notdisjunct = getDefaultDisjunct_or_notdisjunct();
dsfsdfsfd();
safdsadasds32432456456();
}
private String getDefaultPartial_or_total() {
return "p";
}
private String getDefaultDisjunct_or_notdisjunct() {
return "nd";
}
public String sdfsdfsd32234243() {
return safsafdsa456456456() + "(" + this.partial_or_total + "," + this.disjunct_or_notdisjunct + ")";
}
} }

View File

@ -7,95 +7,78 @@ import java.io.Serial;
public class Graphic_RS_Identifying_Elem public class Graphic_RS_Identifying_Elem
extends Graphic_RS_Main_Elem extends Graphic_RS_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public Graphic_RS_Identifying_Elem(GraphicsContext gc, double x, double y, String name, long elementID) { public Graphic_RS_Identifying_Elem(GraphicsContext gc, double x, double y, String name, long elementID) {
super(gc, name, elementID); super(gc, name, elementID);
this.xPos = x; this.xPos = x;
this.yPos = y; this.yPos = y;
this.createRelation = false; this.createRelation = false;
this.createInserts = true; this.createInserts = true;
this.numberRowsToInsert = 1L; this.numberRowsToInsert = 1L;
} }
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible)
return;
this.gc.beginPath();
this.gc.setStroke(c);
this.gc.strokePolygon(new double[]{this.xPos - this.textWidth / 2.0D,
protected void dsfdsfds6787686(Color c) { this.xPos,
if (!this.isVisible) this.xPos + this.textWidth / 2.0D,
return; this.xPos
this.gc.beginPath(); }, new double[]{this.yPos,
this.gc.setStroke(c); this.yPos - this.textHeight / 2.0D,
this.gc.strokePolygon(new double[] { this.xPos - this.textWidth / 2.0D, this.yPos,
this.xPos, this.yPos + this.textHeight / 2.0D
this.xPos + this.textWidth / 2.0D,
this.xPos
}, new double[] { this.yPos,
this.yPos - this.textHeight / 2.0D,
this.yPos,
this.yPos + this.textHeight / 2.0D
}, 4); }, 4);
this.gc.strokePolygon(new double[] { this.xPos - this.textWidth / 2.0D + 3.0D, this.gc.strokePolygon(new double[]{this.xPos - this.textWidth / 2.0D + 3.0D,
this.xPos, this.xPos,
this.xPos + this.textWidth / 2.0D - 3.0D, this.xPos + this.textWidth / 2.0D - 3.0D,
this.xPos this.xPos
}, new double[] { this.yPos, }, new double[]{this.yPos,
this.yPos - this.textHeight / 2.0D + 3.0D, this.yPos - this.textHeight / 2.0D + 3.0D,
this.yPos, this.yPos,
this.yPos + this.textHeight / 2.0D - 3.0D this.yPos + this.textHeight / 2.0D - 3.0D
}, 4); }, 4);
this.gc.setFill(C2.ERMTextColor); this.gc.setFill(C2.ERMTextColor);
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 17.0D); this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 17.0D);
this.gc.closePath(); this.gc.closePath();
} }
public String safsafdsa456456456() {
return "RS-ID";
}
public void dsfsdfsfd() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
}
public double dsfsfsd456457657() {
public String safsafdsa456456456() { return this.textWidth;
return "RS-ID"; }
}
public double getHeight() {
public void dsfsdfsfd() { return this.textHeight;
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D); }
}
public char sdfsdfdsfdf() {
public double dsfsfsd456457657() { return 'r';
return this.textWidth; }
}
protected Color sefdsfdsf45() {
public double getHeight() { return C2.ERMRSColor;
return this.textHeight; }
}
public char sdfsdfdsfdf() {
return 'r';
}
protected Color sefdsfdsf45() {
return C2.ERMRSColor;
}
} }

View File

@ -6,108 +6,87 @@ import java.io.Serial;
public abstract class Graphic_RS_Main_Elem public abstract class Graphic_RS_Main_Elem
extends Graphic_Figure_Elem extends Graphic_Figure_Elem
implements U3 implements U3 {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; protected boolean createRelation;
protected boolean createRelation; protected String relationPraefix;
protected String relationPraefix; protected String relationName;
protected String relationName; protected boolean createInserts;
protected boolean createInserts; protected long numberRowsToInsert = 1L;
protected long numberRowsToInsert = 1L;
public Graphic_RS_Main_Elem(GraphicsContext gc, String name, long elementID) {
super(gc, name, elementID);
this.relationName = this.name.toLowerCase();
this.relationName = T3.replaceSpecialChars(this.relationName);
this.relationPraefix = this.relationName.charAt(0) + "_";
this.createInserts = true;
}
protected void changeName(String name) {
super.changeName(name);
this.relationName = T3.replaceSpecialChars(name.toLowerCase());
this.relationPraefix = this.relationName.charAt(0) + "_";
}
public boolean getCreateRelation() {
return this.createRelation;
}
public void setCreateRelation(boolean createRelation) {
public Graphic_RS_Main_Elem(GraphicsContext gc, String name, long elementID) { this.createRelation = createRelation;
super(gc, name, elementID); }
this.relationName = this.name.toLowerCase();
this.relationName = T3.replaceSpecialChars(this.relationName);
this.relationPraefix = this.relationName.charAt(0) + "_";
this.createInserts = true;
}
public String getRelationPraefix() {
return this.relationPraefix;
}
public void setRelationPraefix(String relationPraefix) {
this.relationPraefix = relationPraefix;
}
protected void changeName(String name) { public String getRelationName() {
super.changeName(name); return this.relationName;
}
this.relationName = T3.replaceSpecialChars(name.toLowerCase());
this.relationPraefix = this.relationName.charAt(0) + "_";
}
public void setRelationName(String relationName) {
public boolean getCreateRelation() { this.relationName = relationName;
return this.createRelation; }
}
public void setCreateRelation(boolean createRelation) { public boolean getCreateInserts() {
this.createRelation = createRelation; return this.createInserts;
} }
public void setCreateInserts(boolean createInserts) {
public String getRelationPraefix() { this.createInserts = createInserts;
return this.relationPraefix; }
}
public void setRelationPraefix(String relationPraefix) { public long getNumberRowsToInsert() {
this.relationPraefix = relationPraefix; return this.numberRowsToInsert;
} }
public void setNumberRowsToInsert(long numberRowsToInsert) {
public String getRelationName() { this.numberRowsToInsert = numberRowsToInsert;
return this.relationName; }
}
public void setRelationName(String relationName) { public String sdfsdfsd32234243() {
this.relationName = relationName; return super.sdfsdfsd32234243();
} }
public boolean getCreateInserts() {
return this.createInserts;
}
public void setCreateInserts(boolean createInserts) {
this.createInserts = createInserts;
}
public long getNumberRowsToInsert() {
return this.numberRowsToInsert;
}
public void setNumberRowsToInsert(long numberRowsToInsert) {
this.numberRowsToInsert = numberRowsToInsert;
}
public String sdfsdfsd32234243() {
return super.sdfsdfsd32234243();
}
} }

View File

@ -8,130 +8,110 @@ import java.io.Serial;
public class Graphic_Text_Elem public class Graphic_Text_Elem
extends Graphic_Main_Elem extends Graphic_Main_Elem {
{ @Serial
@Serial private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L; protected double textWidth;
protected double textWidth; protected double textHeight;
protected double textHeight; protected boolean hasBorder;
protected boolean hasBorder; private int numberLines;
private int numberLines;
public double dsfsfsd456457657() { public Graphic_Text_Elem(GraphicsContext gc, double x, double y, String name, boolean hasBorder, long elementID) {
return this.textWidth; } public double getHeight() { super(gc, elementID);
return this.textHeight; this.name = name;
} if (name == null) this.name = getDefaultName();
this.hasBorder = hasBorder;
this.xPos = x;
this.yPos = y;
String[] lines = this.name.split("\n");
this.numberLines = lines.length;
calculateTextWidthHeight();
}
public double dsfsfsd456457657() {
return this.textWidth;
}
public double getHeight() {
return this.textHeight;
}
protected void changeName(String name) {
this.name = name;
if (name == null) this.name = getDefaultName();
dsfsdfsfd();
String[] lines = this.name.split("\n");
this.numberLines = lines.length;
calculateTextWidthHeight();
safdsadasds32432456456();
}
public boolean dsfsfds45645456(double mouseX, double mouseY) {
public Graphic_Text_Elem(GraphicsContext gc, double x, double y, String name, boolean hasBorder, long elementID) { return mouseX >= this.xPos - dsfsfsd456457657() / 2.0D && mouseX <= this.xPos + dsfsfsd456457657() / 2.0D &&
super(gc, elementID); mouseY >= this.yPos - getHeight() / 2.0D && mouseY <= this.yPos + getHeight() / 2.0D;
this.name = name; }
if (name == null) this.name = getDefaultName();
this.hasBorder = hasBorder;
this.xPos = x;
this.yPos = y;
String[] lines = this.name.split("\n");
this.numberLines = lines.length;
calculateTextWidthHeight();
}
public void calculateTextWidthHeight() {
this.textWidth = C2.computeTextWidth(this.name, 2000.0D);
this.textWidth += 20.0D;
this.gc.setFont(C2.ERMFont);
Font f = this.gc.getFont();
this.textHeight = f.getSize();
this.textHeight = this.numberLines * this.textHeight + 30.0D;
}
public String toString() {
return "Graphic_Figure_Elem [textWidth=" + this.textWidth + ", textHeight=" + this.textHeight + ", toString()=" +
super.toString() + "]";
protected void changeName(String name) { }
this.name = name;
if (name == null) this.name = getDefaultName();
dsfsdfsfd();
String[] lines = this.name.split("\n");
this.numberLines = lines.length;
calculateTextWidthHeight();
safdsadasds32432456456();
}
public boolean dsfsfds45645456(double mouseX, double mouseY) {
return mouseX >= this.xPos - dsfsfsd456457657() / 2.0D && mouseX <= this.xPos + dsfsfsd456457657() / 2.0D &&
mouseY >= this.yPos - getHeight() / 2.0D && mouseY <= this.yPos + getHeight() / 2.0D;
}
public void calculateTextWidthHeight() {
this.textWidth = C2.computeTextWidth(this.name, 2000.0D);
this.textWidth += 20.0D;
this.gc.setFont(C2.ERMFont);
Font f = this.gc.getFont();
this.textHeight = f.getSize();
this.textHeight = this.numberLines * this.textHeight + 30.0D;
}
public String toString() {
return "Graphic_Figure_Elem [textWidth=" + this.textWidth + ", textHeight=" + this.textHeight + ", toString()=" +
super.toString() + "]";
}
protected Color sefdsfdsf45() { protected Color sefdsfdsf45() {
return C2.ERMTextBorderColor; return C2.ERMTextBorderColor;
}
public void dsfsdfsfd() {
this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
}
protected void dsfdsfds6787686(Color c) {
if (!this.isVisible) {
return;
}
this.gc.beginPath();
if (this.hasBorder || c.equals(C2.ERMSelectedColor)) {
this.gc.setStroke(c);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
} }
this.gc.setFill(C2.ERMTextColor); public void dsfsdfsfd() {
if (this.numberLines == 1) { this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D); } this.gc.clearRect(this.xPos - this.textWidth / 2.0D - 1.0D, this.yPos - this.textHeight / 2.0D - 1.0D, this.textWidth + 2.0D, this.textHeight + 2.0D);
else { this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos - this.textHeight / 2.0D + this.textHeight / this.numberLines); } }
this.gc.closePath();
}
protected void dsfdsfds6787686(Color c) {
public char sdfsdfdsfdf() { if (!this.isVisible) {
return 't'; return;
} }
this.gc.beginPath();
if (this.hasBorder || c.equals(C2.ERMSelectedColor)) {
this.gc.setStroke(c);
this.gc.strokeRect(this.xPos - this.textWidth / 2.0D, this.yPos - this.textHeight / 2.0D, this.textWidth, this.textHeight);
}
this.gc.setFill(C2.ERMTextColor);
if (this.numberLines == 1) {
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos + this.textHeight / 2.0D - 15.0D);
} else {
this.gc.fillText(this.name, this.xPos - this.textWidth / 2.0D + 10.0D, this.yPos - this.textHeight / 2.0D + this.textHeight / this.numberLines);
}
public String getDefaultName() { this.gc.closePath();
return "Text"; }
}
public char sdfsdfdsfdf() {
return 't';
}
public String getDefaultName() {
return "Text";
}
} }

View File

@ -5,203 +5,147 @@ import java.util.Collections;
import java.util.HashMap; import java.util.HashMap;
public class T1 public class T1
implements Comparable<T1> implements Comparable<T1> {
{ private final String tablenamePraefix;
private String tablename; private final long referstoGraphicalElement;
private final String tablenamePraefix; private final ArrayList<C3> skjdfhgdskjf674534;
private final long referstoGraphicalElement; private final ArrayList<T1> dependsOnTable;
private final ArrayList<C3> skjdfhgdskjf674534; private final HashMap<T1, ArrayList<C3>> columnsOfDependentOnTable;
private final ArrayList<T1> dependsOnTable; private final boolean createInserts;
private final HashMap<T1, ArrayList<C3>> columnsOfDependentOnTable; private String tablename;
private final boolean createInserts; private long jdshfalkajsd677676;
private long jdshfalkajsd677676;
public T1(String tablename, String tablenamePraefix, long referstoGraphicalElement, boolean createInserts, long numberValues) { public T1(String tablename, String tablenamePraefix, long referstoGraphicalElement, boolean createInserts, long numberValues) {
this.tablename = tablename; this.tablename = tablename;
this.tablenamePraefix = tablenamePraefix; this.tablenamePraefix = tablenamePraefix;
this.referstoGraphicalElement = referstoGraphicalElement; this.referstoGraphicalElement = referstoGraphicalElement;
this.createInserts = createInserts; this.createInserts = createInserts;
this.jdshfalkajsd677676 = numberValues; this.jdshfalkajsd677676 = numberValues;
this.skjdfhgdskjf674534 = new ArrayList<>(); this.skjdfhgdskjf674534 = new ArrayList<>();
this.dependsOnTable = new ArrayList<>(); this.dependsOnTable = new ArrayList<>();
this.columnsOfDependentOnTable = new HashMap<>(); this.columnsOfDependentOnTable = new HashMap<>();
} }
public void addColumn(C3 column) {
this.skjdfhgdskjf674534.add(column);
Collections.sort(this.skjdfhgdskjf674534);
}
public void addTableDepdendentOn(T1 table) {
this.dependsOnTable.add(table);
public void addColumn(C3 column) { }
this.skjdfhgdskjf674534.add(column);
Collections.sort(this.skjdfhgdskjf674534);
}
public void addTableDepdendentOn(T1 table) {
this.dependsOnTable.add(table);
}
public String getTablename() { public String getTablename() {
return this.tablename; return this.tablename;
} }
public void setTablename(String tablename) {
public void setTablename(String tablename) { this.tablename = tablename;
this.tablename = tablename; }
}
public ArrayList<C3> getSkjdfhgdskjf674534() {
public ArrayList<C3> getSkjdfhgdskjf674534() { return this.skjdfhgdskjf674534;
return this.skjdfhgdskjf674534; }
}
public int hashCode() {
int result = 1;
result = 31 * result + ((this.tablename == null) ? 0 : this.tablename.hashCode());
return result;
}
public boolean equals(Object obj) {
public int hashCode() { if (this == obj)
int result = 1; return true;
result = 31 * result + ((this.tablename == null) ? 0 : this.tablename.hashCode()); if (obj == null)
return result; return false;
} if (getClass() != obj.getClass())
return false;
T1 other = (T1) obj;
if (this.tablename == null) {
return other.tablename == null;
} else return this.tablename.equals(other.tablename);
}
public String toString() {
return "RM_Table [tablename=" + this.tablename + ", tablenamePraefix=" + this.tablenamePraefix +
", referstoGraphicalElement=" + this.referstoGraphicalElement + ", columns=" + this.skjdfhgdskjf674534 + "]";
}
public String getTablenamePraefix() {
public boolean equals(Object obj) { return this.tablenamePraefix;
if (this == obj) }
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
T1 other = (T1)obj;
if (this.tablename == null) {
return other.tablename == null;
} else return this.tablename.equals(other.tablename);
}
public String toString() {
return "RM_Table [tablename=" + this.tablename + ", tablenamePraefix=" + this.tablenamePraefix +
", referstoGraphicalElement=" + this.referstoGraphicalElement + ", columns=" + this.skjdfhgdskjf674534 + "]";
}
public String getTablenamePraefix() {
return this.tablenamePraefix;
}
public int compareTo(T1 arg0) { public int compareTo(T1 arg0) {
return getTablename().compareTo(arg0.getTablename()); return getTablename().compareTo(arg0.getTablename());
} }
public long getReferstoGraphicalElement() {
return this.referstoGraphicalElement;
public long getReferstoGraphicalElement() { }
return this.referstoGraphicalElement;
}
public ArrayList<C3> getKeyColumns() { public ArrayList<C3> getKeyColumns() {
ArrayList<C3> keyColumns = new ArrayList<>(); ArrayList<C3> keyColumns = new ArrayList<>();
for (C3 column : this.skjdfhgdskjf674534) { for (C3 column : this.skjdfhgdskjf674534) {
if (column.isKey()) { if (column.isKey()) {
keyColumns.add(column); keyColumns.add(column);
} }
}
return keyColumns;
} }
return keyColumns;
}
public boolean hasAutoincrement() { public boolean hasAutoincrement() {
for (C3 column : this.skjdfhgdskjf674534) { for (C3 column : this.skjdfhgdskjf674534) {
if (column.isAutoincrement()) { if (column.isAutoincrement()) {
return true; return true;
} }
}
return false;
} }
return false;
}
public boolean columnExist(String colName) {
return this.skjdfhgdskjf674534.contains(new C3(colName));
}
public boolean isCreateInserts() {
return this.createInserts;
}
public long getJdshfalkajsd677676() {
public boolean columnExist(String colName) { return this.jdshfalkajsd677676;
return this.skjdfhgdskjf674534.contains(new C3(colName)); }
}
public void setJdshfalkajsd677676(long numberValues) {
this.jdshfalkajsd677676 = numberValues;
}
public boolean isCreateInserts() { public ArrayList<T1> getDependsOnTable() {
return this.createInserts; return this.dependsOnTable;
} }
public HashMap<T1, ArrayList<C3>> getColumnsOfDependentOnTable() {
return this.columnsOfDependentOnTable;
public long getJdshfalkajsd677676() { }
return this.jdshfalkajsd677676;
}
public void setJdshfalkajsd677676(long numberValues) {
this.jdshfalkajsd677676 = numberValues;
}
public ArrayList<T1> getDependsOnTable() {
return this.dependsOnTable;
}
public HashMap<T1, ArrayList<C3>> getColumnsOfDependentOnTable() {
return this.columnsOfDependentOnTable;
}
} }

View File

@ -4,9 +4,9 @@ package at.fos.ermodel.gui;
public record T2(String tablename, String columnname) { public record T2(String tablename, String columnname) {
public String toString() { public String toString() {
return "RM_ForeignKeyType [tablename=" + this.tablename + ", columnname=" + this.columnname + "]"; return "RM_ForeignKeyType [tablename=" + this.tablename + ", columnname=" + this.columnname + "]";
} }
} }

View File

@ -14,263 +14,213 @@ import java.util.HashMap;
import java.util.Random; import java.util.Random;
public class T3 public class T3 {
{ public static HashMap<String, ArrayList<String>> randomData = new HashMap<>();
public static HashMap<String, ArrayList<String>> randomData = new HashMap<>();
public static String[] dsfsdfsdf4353534 = new String[] { public static String[] dsfsdfsdf4353534 = new String[]{
"No", "No",
"Extern", "Extern",
"Random Integer", "Random Integer",
"Random Decimal", "Random Decimal",
"Random Text", "Random Text",
"Random Date", "Random Date",
"Random Boolean", "Random Boolean",
"Random Color", "Random Color",
"Random Company", "Random Company",
"Random Country", "Random Country",
"Random Departmentname", "Random Departmentname",
"Random Firstname", "Random Firstname",
"Random Jobname", "Random Jobname",
"Random Language", "Random Language",
"Random Lastname", "Random Lastname",
"Random Mediacategory", "Random Mediacategory",
"Random Mediapublisher", "Random Mediapublisher",
"Random Mediatitle", "Random Mediatitle",
"Random Mediatype", "Random Mediatype",
"Random Place", "Random Place",
"Random Profession", "Random Profession",
"Random Rentalequipment", "Random Rentalequipment",
"Random Street" }; "Random Street"};
public static Object copyObject(Object objSource) { public static Object copyObject(Object objSource) {
Object objDest = null; Object objDest = null;
try { try {
ByteArrayOutputStream bos = new ByteArrayOutputStream(); ByteArrayOutputStream bos = new ByteArrayOutputStream();
ObjectOutputStream oos = new ObjectOutputStream(bos); ObjectOutputStream oos = new ObjectOutputStream(bos);
oos.writeObject(objSource); oos.writeObject(objSource);
oos.flush(); oos.flush();
oos.close(); oos.close();
bos.close(); bos.close();
byte[] byteData = bos.toByteArray(); byte[] byteData = bos.toByteArray();
ByteArrayInputStream bais = new ByteArrayInputStream(byteData); ByteArrayInputStream bais = new ByteArrayInputStream(byteData);
try { try {
objDest = (new ObjectInputStream(bais)).readObject(); objDest = (new ObjectInputStream(bais)).readObject();
} catch (ClassNotFoundException e) { } catch (ClassNotFoundException e) {
e.printStackTrace(); e.printStackTrace();
} }
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
}
return objDest;
} }
return objDest;
}
public static void asdasda345435ertretr(Node node, double yScale, double xScale, double contrast, double hue, double brightness, double saturation) {
ImageView iv = (ImageView) node;
iv.setScaleY(yScale);
iv.setScaleX(xScale);
ColorAdjust colorAdjust = new ColorAdjust();
colorAdjust.setContrast(contrast);
colorAdjust.setHue(hue);
colorAdjust.setBrightness(brightness);
colorAdjust.setSaturation(saturation);
iv.setEffect(colorAdjust);
}
public static void buttonMouseExited(Node node) {
ImageView iv = (ImageView) node;
iv.setScaleX(1.0D);
public static void asdasda345435ertretr(Node node, double yScale, double xScale, double contrast, double hue, double brightness, double saturation) { iv.setScaleY(1.0D);
ImageView iv = (ImageView)node; iv.setEffect(null);
}
iv.setScaleY(yScale);
iv.setScaleX(xScale);
ColorAdjust colorAdjust = new ColorAdjust();
colorAdjust.setContrast(contrast);
colorAdjust.setHue(hue);
colorAdjust.setBrightness(brightness);
colorAdjust.setSaturation(saturation);
iv.setEffect(colorAdjust);
}
public static void buttonMouseExited(Node node) {
ImageView iv = (ImageView)node;
iv.setScaleX(1.0D);
iv.setScaleY(1.0D);
iv.setEffect(null);
}
public static void fdssdf4354(Node node, Color color) { public static void fdssdf4354(Node node, Color color) {
DropShadow borderGlow = new DropShadow(); DropShadow borderGlow = new DropShadow();
borderGlow.setOffsetY(0.0D); borderGlow.setOffsetY(0.0D);
borderGlow.setOffsetX(0.0D); borderGlow.setOffsetX(0.0D);
borderGlow.setColor(color); borderGlow.setColor(color);
borderGlow.setWidth(10.0D); borderGlow.setWidth(10.0D);
borderGlow.setHeight(10.0D); borderGlow.setHeight(10.0D);
node.setEffect(borderGlow); node.setEffect(borderGlow);
}
public static String replaceSpecialChars(String text) {
text = text.replaceAll("ä", "ae");
text = text.replaceAll("ö", "oe");
text = text.replaceAll("ü", "ue");
text = text.replaceAll("ß", "ss");
text = text.replaceAll("[^\\w\\_]", "");
return text;
}
public static String getRandomInteger(int valuesVon, int valuesBis) {
int randomValue = valuesVon + (new Random()).nextInt(valuesBis - valuesVon) + 1;
return String.valueOf(randomValue);
}
public static String getRandomBoolean() {
boolean randomValue = (new Random()).nextBoolean();
String booleanAsString;
booleanAsString = "0";
if (randomValue) booleanAsString = "1";
return booleanAsString;
}
public static String getRandomDecimal(int digitsBeforeComma, int digitsAfterComma) {
StringBuilder digitsAfterCommaAsString = new StringBuilder();
StringBuilder digitsBeforeCommaAsString = new StringBuilder();
int i;
for (i = 0; i < digitsAfterComma; i++) {
digitsAfterCommaAsString.append("9");
}
int digitsAfterCommaRange = Integer.parseInt((digitsAfterCommaAsString.length() == 0) ? "0" : digitsAfterCommaAsString.toString());
for (i = 0; i < digitsBeforeComma; i++) {
digitsBeforeCommaAsString.append("9");
}
int digitsBeforeCommaRange = Integer.parseInt(digitsBeforeCommaAsString.toString());
return (new Random()).nextInt(digitsBeforeCommaRange + 1) + "." + (new Random()).nextInt(digitsAfterCommaRange + 1);
}
public static String getRandomTextGivenLength(int textLength) {
String str = "abcdefghijklmnopqrstuvwxyz";
StringBuilder randomText = new StringBuilder();
ArrayList<Character> charactersAsList = new ArrayList<>();
for (int j = 0; j < textLength; j++) {
charactersAsList.add(str.charAt((new Random()).nextInt(26)));
}
for (int k = 0; k < charactersAsList.size(); ) { randomText.append(charactersAsList.get(k)); k++; }
return randomText.toString();
}
public static String getRandomDate(LocalDate from, LocalDate till) {
Random random = new Random();
int minDay = (int)LocalDate.of(from.getYear(), from.getMonth(), from.getDayOfMonth()).toEpochDay();
int maxDay = (int)LocalDate.of(till.getYear(), till.getMonth(), till.getDayOfMonth()).toEpochDay();
long randomDay = (minDay + random.nextInt(maxDay - minDay));
LocalDate randomDate = LocalDate.ofEpochDay(randomDay);
String datesAsString;
datesAsString = randomDate.getYear() + "-" + randomDate.getMonthValue() + "-" + randomDate.getDayOfMonth();
return datesAsString;
}
public static void readRandomData(String which, String keyExtern) {
ArrayList<String> randomDataAsList;
try {
BufferedReader fr;
if (which.equals("Extern")) { fr = C2.randomDataFilesExtern.get(keyExtern); }
else { fr = new BufferedReader(new InputStreamReader(C2.randomDataFiles.get(which))); }
randomDataAsList = new ArrayList<>();
String next = fr.readLine();
while (next != null) {
randomDataAsList.add(next);
next = fr.readLine();
}
fr.close();
if (which.equals("Extern")) { randomData.put(keyExtern, randomDataAsList); }
else { randomData.put(which, randomDataAsList); }
} catch (IOException e) {
e.printStackTrace();
}
}
public static String getRandomData(String which, String keyExtern) {
ArrayList<String> randomDataAsList;
if (which.equals("Extern")) { randomDataAsList = randomData.get(keyExtern); }
else { randomDataAsList = randomData.get(which); }
if (randomDataAsList == null) {
readRandomData(which, keyExtern);
} }
if (which.equals("Extern")) { randomDataAsList = randomData.get(keyExtern); }
else { randomDataAsList = randomData.get(which); }
return randomDataAsList.get((new Random()).nextInt(randomDataAsList.size())); public static String replaceSpecialChars(String text) {
} text = text.replaceAll("ä", "ae");
text = text.replaceAll("ö", "oe");
text = text.replaceAll("ü", "ue");
text = text.replaceAll("ß", "ss");
text = text.replaceAll("[^\\w\\_]", "");
return text;
}
public static String getRandomInteger(int valuesVon, int valuesBis) {
int randomValue = valuesVon + (new Random()).nextInt(valuesBis - valuesVon) + 1;
return String.valueOf(randomValue);
}
public static String getRandomBoolean() {
boolean randomValue = (new Random()).nextBoolean();
String booleanAsString;
booleanAsString = "0";
if (randomValue) booleanAsString = "1";
return booleanAsString;
}
public static String getRandomDecimal(int digitsBeforeComma, int digitsAfterComma) {
StringBuilder digitsAfterCommaAsString = new StringBuilder();
StringBuilder digitsBeforeCommaAsString = new StringBuilder();
int i;
for (i = 0; i < digitsAfterComma; i++) {
digitsAfterCommaAsString.append("9");
}
int digitsAfterCommaRange = Integer.parseInt((digitsAfterCommaAsString.length() == 0) ? "0" : digitsAfterCommaAsString.toString());
for (i = 0; i < digitsBeforeComma; i++) {
digitsBeforeCommaAsString.append("9");
}
int digitsBeforeCommaRange = Integer.parseInt(digitsBeforeCommaAsString.toString());
return (new Random()).nextInt(digitsBeforeCommaRange + 1) + "." + (new Random()).nextInt(digitsAfterCommaRange + 1);
}
public static String getRandomTextGivenLength(int textLength) {
String str = "abcdefghijklmnopqrstuvwxyz";
StringBuilder randomText = new StringBuilder();
ArrayList<Character> charactersAsList = new ArrayList<>();
for (int j = 0; j < textLength; j++) {
charactersAsList.add(str.charAt((new Random()).nextInt(26)));
}
for (int k = 0; k < charactersAsList.size(); ) {
randomText.append(charactersAsList.get(k));
k++;
}
return randomText.toString();
}
public static String getRandomDate(LocalDate from, LocalDate till) {
Random random = new Random();
int minDay = (int) LocalDate.of(from.getYear(), from.getMonth(), from.getDayOfMonth()).toEpochDay();
int maxDay = (int) LocalDate.of(till.getYear(), till.getMonth(), till.getDayOfMonth()).toEpochDay();
long randomDay = (minDay + random.nextInt(maxDay - minDay));
LocalDate randomDate = LocalDate.ofEpochDay(randomDay);
String datesAsString;
datesAsString = randomDate.getYear() + "-" + randomDate.getMonthValue() + "-" + randomDate.getDayOfMonth();
return datesAsString;
}
public static void readRandomData(String which, String keyExtern) {
ArrayList<String> randomDataAsList;
try {
BufferedReader fr;
if (which.equals("Extern")) {
fr = C2.randomDataFilesExtern.get(keyExtern);
} else {
fr = new BufferedReader(new InputStreamReader(C2.randomDataFiles.get(which)));
}
randomDataAsList = new ArrayList<>();
String next = fr.readLine();
while (next != null) {
randomDataAsList.add(next);
next = fr.readLine();
}
fr.close();
if (which.equals("Extern")) {
randomData.put(keyExtern, randomDataAsList);
} else {
randomData.put(which, randomDataAsList);
}
} catch (IOException e) {
e.printStackTrace();
}
}
public static String getRandomData(String which, String keyExtern) {
ArrayList<String> randomDataAsList;
if (which.equals("Extern")) {
randomDataAsList = randomData.get(keyExtern);
} else {
randomDataAsList = randomData.get(which);
}
if (randomDataAsList == null) {
readRandomData(which, keyExtern);
}
if (which.equals("Extern")) {
randomDataAsList = randomData.get(keyExtern);
} else {
randomDataAsList = randomData.get(which);
}
return randomDataAsList.get((new Random()).nextInt(randomDataAsList.size()));
}
} }

View File

@ -1,87 +1,68 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
import javafx.scene.control.Alert; import javafx.scene.control.Alert;
import javafx.scene.control.ButtonType; import javafx.scene.control.ButtonType;
import javafx.scene.control.ScrollPane; import javafx.scene.control.ScrollPane;
import javafx.scene.control.Tab; import javafx.scene.control.Tab;
import javafx.scene.input.KeyEvent; import javafx.scene.input.KeyEvent;
import javafx.scene.layout.StackPane; import javafx.scene.layout.StackPane;
import java.io.File; import java.io.File;
import java.util.Optional; import java.util.Optional;
public class U1
extends Tab {
public final A3 canvas;
public final StackPane stackpane;
public final ScrollPane scrollpane;
public U1(B3 view, String name, File modelInFile) {
this.stackpane = new StackPane();
this.stackpane.setBackground(C2.AppBackground);
this.canvas = new A3(view, modelInFile, this);
this.stackpane.getChildren().add(this.canvas);
this.scrollpane = new ScrollPane(this.stackpane);
this.stackpane.setFocusTraversable(true);
this.scrollpane.setFocusTraversable(true);
this.scrollpane.setVmin(0.0D);
this.scrollpane.setVmax(this.canvas.getCanvasHeight());
this.scrollpane.setHmin(0.0D);
this.scrollpane.setHmax(this.canvas.getCanvasWidth());
this.stackpane.addEventFilter(KeyEvent.ANY, e -> this.scrollpane.requestFocus());
this.scrollpane.addEventFilter(KeyEvent.ANY, e -> this.scrollpane.requestFocus());
setOnCloseRequest(e -> {
if (getTabPane().getTabs().size() <= 1) {
e.consume();
return;
}
C1 alert = new C1(null, Alert.AlertType.CONFIRMATION, "Close Tab", "", "Do you really want to close", Boolean.TRUE, C2.applicationImageIconAsICO, "OK", "Cancel", C2.ButtonBackgroundColor, C2.MouseSelectedColor, C2.FocusOnComponentColor);
Optional<ButtonType> result = alert.getResult();
if (result.isPresent() && result.get() == ButtonType.OK) {
view.selectModeBTN.setSelected(true);
} else {
e.consume();
}
});
this.scrollpane.setOnKeyPressed(U1.this.canvas::sdfdsfd567657rrt);
this.stackpane.setOnKeyPressed(U1.this.canvas::sdfdsfd567657rrt);
this.canvas.setOnKeyPressed(U1.this.canvas::sdfdsfd567657rrt);
setContent(this.scrollpane);
if (modelInFile == null) {
setText(name);
} else {
setText(modelInFile.getName());
}
this.canvas.requestFocus();
}
}
public class U1
extends Tab
{
public final A3 canvas;
public final StackPane stackpane;
public final ScrollPane scrollpane;
public U1(B3 view, String name, File modelInFile) {
this.stackpane = new StackPane();
this.stackpane.setBackground(C2.AppBackground);
this.canvas = new A3(view, modelInFile, this);
this.stackpane.getChildren().add(this.canvas);
this.scrollpane = new ScrollPane(this.stackpane);
this.stackpane.setFocusTraversable(true);
this.scrollpane.setFocusTraversable(true);
this.scrollpane.setVmin(0.0D);
this.scrollpane.setVmax(this.canvas.getCanvasHeight());
this.scrollpane.setHmin(0.0D);
this.scrollpane.setHmax(this.canvas.getCanvasWidth());
this.stackpane.addEventFilter(KeyEvent.ANY, e -> this.scrollpane.requestFocus());
this.scrollpane.addEventFilter(KeyEvent.ANY, e -> this.scrollpane.requestFocus());
setOnCloseRequest(e -> {
if (getTabPane().getTabs().size() <= 1) {
e.consume();
return;
}
C1 alert = new C1(null, Alert.AlertType.CONFIRMATION, "Close Tab", "", "Do you really want to close", Boolean.TRUE, C2.applicationImageIconAsICO, "OK", "Cancel", C2.ButtonBackgroundColor, C2.MouseSelectedColor, C2.FocusOnComponentColor);
Optional<ButtonType> result = alert.getResult();
if (result.isPresent() && result.get() == ButtonType.OK) {
view.selectModeBTN.setSelected(true);
} else {
e.consume();
}
});
this.scrollpane.setOnKeyPressed(U1.this.canvas::sdfdsfd567657rrt);
this.stackpane.setOnKeyPressed(U1.this.canvas::sdfdsfd567657rrt);
this.canvas.setOnKeyPressed(U1.this.canvas::sdfdsfd567657rrt);
setContent(this.scrollpane);
if (modelInFile == null) {
setText(name);
} else {
setText(modelInFile.getName());
}
this.canvas.requestFocus();
}
}

View File

@ -1,69 +1,69 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
public interface U2 { public interface U2 {
boolean getCreateColumn(); boolean getCreateColumn();
void setCreateColumn(boolean paramBoolean); void setCreateColumn(boolean paramBoolean);
String getColumnPostfix(); String getColumnPostfix();
void setColumnPostfix(String paramString); void setColumnPostfix(String paramString);
String getColumnName(); String getColumnName();
void setColumnName(String paramString); void setColumnName(String paramString);
String getMVRelationName(); String getMVRelationName();
void setMVRelationName(String paramString); void setMVRelationName(String paramString);
String getMVRelationNamePraefix(); String getMVRelationNamePraefix();
void setMVRelationNamePraefix(String paramString); void setMVRelationNamePraefix(String paramString);
String getDatatype(); String getDatatype();
void setDatatype(String paramString); void setDatatype(String paramString);
boolean isKey(); boolean isKey();
void setIsKey(boolean paramBoolean); void setIsKey(boolean paramBoolean);
boolean isAutoincrement(); boolean isAutoincrement();
void setIsAutoincrement(boolean paramBoolean); void setIsAutoincrement(boolean paramBoolean);
long getAutoincrementStartAt(); long getAutoincrementStartAt();
void setAutoincrementStartAt(long paramLong); void setAutoincrementStartAt(long paramLong);
boolean isUnique(); boolean isUnique();
void setIsUnique(boolean paramBoolean); void setIsUnique(boolean paramBoolean);
boolean isNullable(); boolean isNullable();
void setIsNullable(boolean paramBoolean); void setIsNullable(boolean paramBoolean);
String getDataGenerationType(); String getDataGenerationType();
void setDataGenerationType(String paramString); void setDataGenerationType(String paramString);
String getPar1(); String getPar1();
void setPar1(String paramString); void setPar1(String paramString);
String getPar2(); String getPar2();
void setPar2(String paramString); void setPar2(String paramString);
String getPar1_label(); String getPar1_label();
void setPar1_label(String paramString); void setPar1_label(String paramString);
String getPar2_label(); String getPar2_label();
void setPar2_label(String paramString); void setPar2_label(String paramString);
} }

View File

@ -1,25 +1,25 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
public interface U3 { public interface U3 {
boolean getCreateRelation(); boolean getCreateRelation();
void setCreateRelation(boolean paramBoolean); void setCreateRelation(boolean paramBoolean);
String getRelationPraefix(); String getRelationPraefix();
void setRelationPraefix(String paramString); void setRelationPraefix(String paramString);
String getRelationName(); String getRelationName();
void setRelationName(String paramString); void setRelationName(String paramString);
boolean getCreateInserts(); boolean getCreateInserts();
void setCreateInserts(boolean paramBoolean); void setCreateInserts(boolean paramBoolean);
long getNumberRowsToInsert(); long getNumberRowsToInsert();
void setNumberRowsToInsert(long paramLong); void setNumberRowsToInsert(long paramLong);
} }

View File

@ -1,8 +1,7 @@
package at.fos.ermodel.gui; package at.fos.ermodel.gui;
public enum U4 public enum U4 {
{ ADD, REMOVE
ADD, REMOVE
} }

View File

@ -12,98 +12,57 @@ import javafx.scene.layout.VBox;
import javafx.stage.Stage; import javafx.stage.Stage;
public class V1 public class V1
extends Stage extends Stage {
{ public static V1 thisActionMessageDialog;
public static V1 thisActionMessageDialog;
private final Label showFilename; private final Label showFilename;
private Thread th; private Thread th;
public V1(B3 siteCommanderFrame) { public V1(B3 siteCommanderFrame) {
thisActionMessageDialog = this; thisActionMessageDialog = this;
setTitle("Generate/Save SQL-Script"); setTitle("Generate/Save SQL-Script");
getIcons().add(C2.applicationImageIconAsICO);
ProgressBar progress = new ProgressBar();
progress.setPrefWidth(200.0D);
progress.setProgress(-1.0D);
VBox root = new VBox();
progress.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, CornerRadii.EMPTY, Insets.EMPTY)));
this.showFilename = new Label("");
this.showFilename.setAlignment(Pos.CENTER);
getIcons().add(C2.applicationImageIconAsICO); Scene scene = new Scene(root, 200.0D, 40.0D);
ProgressBar progress = new ProgressBar(); root.getChildren().add(progress);
progress.setPrefWidth(200.0D); root.getChildren().add(this.showFilename);
progress.setProgress(-1.0D); setScene(scene);
VBox root = new VBox();
progress.setBackground(new Background(new BackgroundFill(C2.ButtonBackgroundColor, CornerRadii.EMPTY, Insets.EMPTY)));
this.showFilename = new Label("");
this.showFilename.setAlignment(Pos.CENTER);
Scene scene = new Scene(root, 200.0D, 40.0D); if (siteCommanderFrame != null) {
root.getChildren().add(progress); initOwner(siteCommanderFrame);
root.getChildren().add(this.showFilename); }
setScene(scene);
if (siteCommanderFrame != null) {
initOwner(siteCommanderFrame); sizeToScene();
setResizable(false);
} }
sizeToScene();
setResizable(false);
}
private void startTimer() { private void startTimer() {
this.th.setDaemon(true); this.th.setDaemon(true);
this.th.start(); this.th.start();
} }
public void setThread(Thread th) {
this.th = th;
startTimer();
showAndWait();
}
public Label getShowFilename() {
public void setThread(Thread th) { return this.showFilename;
this.th = th; }
startTimer();
showAndWait();
}
public Label getShowFilename() {
return this.showFilename;
}
} }

View File

@ -2,10 +2,9 @@ package at.fos.ermodel.gui;
public class ZZ20 public class ZZ20
extends Exception extends Exception {
{ public ZZ20(String arg0) {
public ZZ20(String arg0) { super(arg0);
super(arg0); }
}
} }

File diff suppressed because it is too large Load Diff