Skip to content
Snippets Groups Projects
Commit 58491612 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

RED

refs 2490
parent fd486179
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ public interface ITutorialStepUI extends ITutorialStep {
/**
* Creates the composite to be shown in the editor for the given tutorial step. Sub-classes may
* override. The default shows the tutorial step title.
* TODO(VA) Which default? The one of the
* base? or is it provided by the service?
*/
void createDetailsComposite(Composite parent);
}
......@@ -289,6 +289,9 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
dbc = new EMFDataBindingContext();
}
// TODO(VA) I thought you were giving up using data bindings, are then the following new methods
// necessary?
/**
* Binds a positive {@link BigDecimal} value with the default number of a maximum of three
* fraction digits to be used in the String representation.
......
......@@ -71,4 +71,7 @@ public abstract class TutorialStepUIAtomicWithWhitelistBase extends TutorialStep
public boolean contextMenuContributionVisible(EObject element, IContributionItem contribution) {
return false;
}
// TODO(VA) So by default everything is false? Isn't it more of a black list than a white list
// then?
}
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