Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
2a2cdfb5
Commit
2a2cdfb5
authored
Jul 08, 2017
by
Alexander Weigl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
house keeping GoalView
parent
3384d975
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
13 deletions
+2
-13
src/main/java/edu/kit/formal/gui/controller/ListGoalView.java
...main/java/edu/kit/formal/gui/controller/ListGoalView.java
+2
-13
src/main/resources/edu/kit/formal/gui/controls/ListGoalView.fxml
...n/resources/edu/kit/formal/gui/controls/ListGoalView.fxml
+0
-0
No files found.
src/main/java/edu/kit/formal/gui/controller/ListGoalView.java
View file @
2a2cdfb5
package
edu.kit.formal.gui.controller
;
import
edu.kit.formal.gui.controls.Utils
;
import
edu.kit.formal.gui.model.RootModel
;
import
edu.kit.formal.interpreter.data.GoalNode
;
import
edu.kit.formal.interpreter.data.KeyData
;
...
...
@@ -26,20 +27,8 @@ public class ListGoalView extends VBox {
private
RootModel
rootModel
;
public
ListGoalView
()
{
FXMLLoader
fxmlLoader
=
new
FXMLLoader
(
getClass
().
getResource
(
"/GoalView.fxml"
));
fxmlLoader
.
setRoot
(
this
);
fxmlLoader
.
setController
(
this
);
try
{
fxmlLoader
.
load
();
}
catch
(
IOException
exception
)
{
throw
new
RuntimeException
(
exception
);
}
Utils
.
createWithFXML
(
this
);
listOfGoalsView
.
setCellFactory
(
list
->
new
GoalNodeCell
());
}
...
...
src/main/resources/GoalView.fxml
→
src/main/resources/
edu/kit/formal/gui/controls/List
GoalView.fxml
View file @
2a2cdfb5
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment