Skip to content
Snippets Groups Projects
Commit 3fbca87d authored by Andreas Bayha's avatar Andreas Bayha
Browse files

Annotations: YELLOW

YELLOW

Issue-Ref: 4014
Issue-Url: https://af3-developer.fortiss.org/issues/4014


Signed-off-by: default avatarAndreas Bayha <bayha@fortiss.org>
parent 199c8154
No related branches found
No related tags found
1 merge request!1254014
AnnotationFxViewPart.java 34c845f7162a8a8bb680df6ee08160ce63a5a5a3 YELLOW
AnnotationViewFXController.java 00c64dbad1bd9ae071360ebe3d071705c8d2a68c YELLOW
FXAnnotationFilterContentProvider.java 6c92d9c96fb2a2441256f70e20a20b1287018a9f YELLOW
AnnotationFxViewPart.java 6b65210913c150420f4fe67d055a0051d1d37a4e YELLOW
AnnotationViewFXController.java 8dc7447c5724569072b3fd993c253af2fa6d4d0e YELLOW
FXAnnotationFilterContentProvider.java 80fa6e9cc2f5ba3a255cab7061edca5fa368451a YELLOW
......@@ -26,7 +26,9 @@ import javafx.scene.Scene;
*/
public class AnnotationFxViewPart extends AF3FXViewPart {
private static final AnnotationViewFXController VIEW_CONTROLLER = new AnnotationViewFXController();
/** The FX Controller for this view. */
private static final AnnotationViewFXController VIEW_CONTROLLER =
new AnnotationViewFXController();
/** Constructor. */
public AnnotationFxViewPart() throws Exception {
......
......@@ -106,7 +106,7 @@ public class AnnotationViewFXController extends CompositeFXControllerBase<SplitP
CheckBox chkBoxselectedTypeOnly;
/**
* {@link ComboBox} to chose the hierarchy option according to which the modele elements are
* {@link ComboBox} to chose the hierarchy option according to which the model elements are
* displayed.
*/
@FXML
......@@ -537,7 +537,7 @@ public class AnnotationViewFXController extends CompositeFXControllerBase<SplitP
*
* The only thing relevant here, is the {@link List} 'elements'.
*/
protected class ArtificialRoot extends AnnotationEntry {
protected final class ArtificialRoot extends AnnotationEntry {
/**
* Constructor.
......
......@@ -37,11 +37,6 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
/**
* Content provider with row and column filter for the {@link AnnotationViewFXController}.
* <ul>
* {@link FXAnnotationFilterContentProvider#passesColumnFilter(ColumnHandle)}
* that is evaluated during the update of the
* {@link AnnotationViewFXController}.</li>
* </ul>
*
* @author barner
* @author bayha
......
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