Skip to content
Snippets Groups Projects
Commit a692586c authored by Johannes Eder's avatar Johannes Eder
Browse files

RED code review


Signed-off-by: default avatarJohannes Eder <eder@fortiss.org>
parent 01fa2b19
No related branches found
No related tags found
1 merge request!10JavaFX: Add Single-Node View support.
......@@ -61,6 +61,10 @@ public abstract class AF3FXViewPart extends FXViewPart { // NO_UCD
private Pane root;
/**
* TODO(JE): Is this comment correct? No FXML def is passed here. Additionally, it would be
* beneficial to mention here that a default definition is used when using this Constructor.
*
*
* Constructor. Allows to pass the view's FXML definition file along with style.
*
* @param viewerClass
......@@ -192,6 +196,8 @@ public abstract class AF3FXViewPart extends FXViewPart { // NO_UCD
}
/**
* TODO(JE): Please check correctness of first sentence. I guess there is a 'not' missing.
*
* Sets the native look of the target platform to break the UI. Most of the UI code is based on
* SWT which uses a platform native look. Currently, Windows 8&10, Windows 7, and MacOS X native
* looks are supported.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment