- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Dictionary d =
new Hashtable()
Bundle bundle;bundle.getHeaders()
new Properties()
- Smart code suggestions by Codota
}
public RuleModeller( final Path path, final RuleModel model, final DataModelOracle dataModel, final ModellerWidgetFactory widgetFactory, final RuleModellerConfiguration configuration, final EventBus eventBus, final boolean isReadOnly ) { this.path = path; this.model = model; this.dataModel = dataModel; this.widgetFactory = widgetFactory; this.configuration = configuration; this.eventBus = eventBus; this.isReadOnly = isReadOnly; doLayout(); }