A B C D E F G I L M N O P Q R S T U V W X

S

SelectableItem - Interface in com.sysord.mad.widget
Indicates the subclasses have selectable items and provides a method to obtain the selected items.
SelectedItemProvider - Interface in com.sysord.mad.widget.adapter
An implementation of SelectedItemProvider provides its current selected item.
SelectWidget<T> - Interface in com.sysord.mad.widget
A SelectWidget is a ListWidget where one or several elements can be selected.
semanticElementChanged(Notification) - Method in interface com.sysord.mad.widget.WidgetElementListener
Notifies this listener, th semantic element has been modified.
setAccessCategory(ValuedSemanticElement.ACCESS_CATEGORY) - Method in interface com.sysord.mad.evaluator.EvaluationAnalyze
 
setActive(boolean) - Method in interface com.sysord.mad.widget.WidgetEditableStateListener
Activates/Deactivates this listener.
setActive(boolean) - Method in interface com.sysord.mad.widget.WidgetValueListener
Activates/Deactivates this listener.
setAdapter(Adapter) - Method in interface com.sysord.mad.mao.ValuedSemanticElement
Sets the adapter used for listening to the contained element notifications.
setAutoSave(boolean) - Method in interface com.sysord.mad.model.provider.ModelSynchronizer
if true slave resource will be save after every change.
setCandidates(List<Candidate>) - Method in interface com.sysord.mad.widget.ActionWidget
Sets the possible candidates for the action.
setCandidates(List<Candidate>) - Method in interface com.sysord.mad.widget.ListWidget
Sets the cadidates of this ListWidget.
setConfig(WidgetConfiguration<T>) - Method in interface com.sysord.mad.widget.Widget
Sets this widget's configuration.
setContextElement(EObject) - Method in interface com.sysord.mad.emitter.ModelElementView
Sets the context element, the main edited element.
setConvertedResultValue(Object) - Method in interface com.sysord.mad.evaluator.EvaluationAnalyze
 
setCurrentElement(EObject) - Method in interface com.sysord.mad.widget.SpecificWidgetContext
Defines the current EObject element.
setDirty(boolean) - Method in interface com.sysord.mad.model.EditedModel
 
setDslDescription(XtextLanguageDescription) - Method in interface com.sysord.mad.model.EditedModel
 
setDslDescription(XtextLanguageDescription) - Method in interface com.sysord.mad.model.provider.ModelProvider
define the dsl language for the provided model.
setEditable(boolean) - Method in interface com.sysord.mad.widget.InputWidget
Defines the editable state of this widget.
setElement(EObject) - Method in interface com.sysord.mad.mao.ValuedSemanticElement
Sets the contained element of this ValuedSemanticElement.
setElement(EObject) - Method in interface com.sysord.mad.widget.SpecificWidgetContext
Defines the selected EObject element.
setEvaluationAnalyze(EvaluationAnalyze) - Method in interface com.sysord.mad.evaluator.QueryResult
 
setExtensionManager(ModelExtensionManager) - Method in interface com.sysord.mad.model.EditedModel
 
setExtensionManager(ModelExtensionManager) - Method in interface com.sysord.mad.model.provider.ExtensionModelSynchronizer
Set extension manager for synchronize the ExtensionModel
setExtensionManager(ModelExtensionManager) - Method in interface com.sysord.mad.model.provider.ModelProvider
define the model ad-hoc extension manager for the provided model.
setFeatureOrOperation(ETypedElement) - Method in interface com.sysord.mad.evaluator.EvaluationAnalyze
 
setGrammar(String) - Method in interface com.sysord.mad.widget.TextDslWidget
Set this TextDslWidget grammar.
setId(String) - Method in interface com.sysord.mad.widget.SpecificWidget
Sets the specified value ID.
setId(Object) - Method in interface com.sysord.mad.widget.SpecificWidgetContext
Set the current MAD view ID.
setItemTypeDescriptor(TypeDescriptor) - Method in interface com.sysord.mad.type.TypeDescriptor
Set the TypeDescriptor for the items contained by a collection type
setItemTypeDescriptor(TypeDescriptor) - Method in class com.sysord.mad.type.TypeDescriptorImpl
 
setLabel(String) - Method in interface com.sysord.mad.emitter.ModelElementView
Defines the view label
setLabel(String) - Method in interface com.sysord.mad.widget.Candidate
Sets the given label to this Candidate.
setLabel(String) - Method in interface com.sysord.mad.widget.Widget
Redefines this widget's label
setLinkedToMasterModel(boolean) - Method in interface com.sysord.mad.model.EditedModel
 
setModelElementView(ModelElementView) - Method in interface com.sysord.mad.widget.SpecificWidgetContext
Defines the ModelElementView for this SpecificWidgetContext's element.
setModelResource(Resource) - Method in interface com.sysord.mad.model.EditedModel
 
setModelSynchronizerFactory(ModelSynchronizerFactory) - Method in interface com.sysord.mad.model.provider.ModelProvider
define the synchronizer factory for the provided model.
setNavigateTo(EObject) - Method in interface com.sysord.mad.widget.NavigationWidget
Defines the semantic element to which this widget will navigate.
setOwnerViewModel(ModelElementView) - Method in interface com.sysord.mad.widget.Widget
Sets the owner view model for this widget.
setOwnerWidget(Widget<?>) - Method in interface com.sysord.mad.widget.Widget
Sets this widget's owner.
setQuery(String) - Method in exception com.sysord.mad.evaluator.QueryEvaluatorException
 
setQueryResult(QueryResult<?>) - Method in interface com.sysord.mad.evaluator.EvaluationAnalyze
 
setResultContext(Object) - Method in interface com.sysord.mad.evaluator.EvaluationAnalyze
 
setResultResource(Resource) - Method in interface com.sysord.mad.evaluator.EvaluationAnalyze
 
setResultValue(Object) - Method in interface com.sysord.mad.evaluator.EvaluationAnalyze
 
setSaving(boolean) - Method in interface com.sysord.mad.model.EditedModel
 
setSelectedItem(Object) - Method in interface com.sysord.mad.widget.SelectableItem
Set the current selected item (can be null).
setSpecificWidgetContext(SpecificWidgetContext) - Method in interface com.sysord.mad.widget.SpecificContextHolder
Defines the SpecificWidgetContext this SpecificContextHolder must hold.
setSynchronizer(ModelSynchronizer) - Method in interface com.sysord.mad.model.EditedModel
 
setType(EClass) - Method in interface com.sysord.mad.configuration.TypeConfiguration
Sets the type of the model element.
setValue(Object) - Method in interface com.sysord.mad.mao.ValuedSemanticElement
Sets the value of the element.
setValue(Object) - Method in interface com.sysord.mad.widget.Candidate
Sets the given value to this Candidate.
setValue(T) - Method in interface com.sysord.mad.widget.InputWidget
Sets the given value to this widget.
setValuedSemanticElement(ValuedSemanticElement) - Method in interface com.sysord.mad.widget.Widget
Set the valued semantic element for this widget.
setViewHolder(ViewHolder) - Method in interface com.sysord.mad.widget.SpecificWidgetContext
Set the ViewHolder
setVisible(boolean) - Method in interface com.sysord.mad.emitter.ModelElementView
Sets the visibility of this view.
setVisible(boolean) - Method in interface com.sysord.mad.widget.Widget
Defines this widget's visibility.
setWidgets(List<Widget<?>>) - Method in interface com.sysord.mad.widget.ComposedWidget
Sets the collection of widgets of this ComposedWidget.
setWidgetValue(String, Object) - Method in interface com.sysord.mad.emitter.ModelElementView
Sets the value of the widget with the given ID.
SingleQueryDefinition<T> - Interface in com.sysord.mad.query
 
SingleSelectWidget<T> - Interface in com.sysord.mad.widget
A SingleSelectWidget is a SelectWidget where only one element can be selected at a time.
SpecificContextHolder - Interface in com.sysord.mad.widget
A class implementing this interface gives access to its hold SpecificWidgetContext.
SpecificWidget - Interface in com.sysord.mad.widget
Platform specific widget used for UI purpose.
SpecificWidgetContext - Interface in com.sysord.mad.widget
Context used for creating specific widgets.
start(BundleContext) - Method in class com.sysord.mad.Activator
 
start() - Method in interface com.sysord.mad.model.provider.ModelSynchronizer
start synchronizer by set up the master resource observer.
startSynchronizer() - Method in interface com.sysord.mad.model.EditedModel
 
stop(BundleContext) - Method in class com.sysord.mad.Activator
 
stop() - Method in interface com.sysord.mad.model.provider.ModelSynchronizer
stop synchronizer by remove the master resource observer.
stopSynchronizer() - Method in interface com.sysord.mad.model.EditedModel
 
storeModel(EditedModel) - Method in interface com.sysord.mad.model.cache.ModelCache
Add model to the cache
storeModel(EditedModel, int) - Method in interface com.sysord.mad.model.cache.ModelCache
Add model to the cache
STRING_TYPE - Static variable in class com.sysord.mad.type.TypeDescriptorUtil
 
SUBQUERY_ARGUMENT_NAME_PREFIX - Static variable in interface com.sysord.mad.evaluator.QueryEvaluationService
 

A B C D E F G I L M N O P Q R S T U V W X