|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITransformationFramework | |
---|---|
de.cau.cs.kieler.core.model.xtend.transformation.xtend | A model transformation framework for Xtend. |
de.cau.cs.kieler.ksbase.core | Core package of the KSBasE plug-in. |
de.cau.cs.kieler.ksbase.ui.handler | UI handler package. |
Uses of ITransformationFramework in de.cau.cs.kieler.core.model.xtend.transformation.xtend |
---|
Classes in de.cau.cs.kieler.core.model.xtend.transformation.xtend that implement ITransformationFramework | |
---|---|
class |
XtendTransformationFramework
Deprecated. This class is used by KSBasE. For new implementations extend the XtendTransformationContext instead. |
Uses of ITransformationFramework in de.cau.cs.kieler.ksbase.core |
---|
Methods in de.cau.cs.kieler.ksbase.core that return ITransformationFramework | |
---|---|
static ITransformationFramework |
TransformationFrameworkFactory.getDefaultTransformationFramework()
Returns the current default ITransformationFramework . |
ITransformationFramework |
EditorTransformationSettings.getFramework()
Gets the transformation framework for this editor. |
Methods in de.cau.cs.kieler.ksbase.core with parameters of type ITransformationFramework | |
---|---|
void |
EditorTransformationSettings.setFramework(ITransformationFramework theFramework)
Sets the transformation framework for this editor. |
Uses of ITransformationFramework in de.cau.cs.kieler.ksbase.ui.handler |
---|
Methods in de.cau.cs.kieler.ksbase.ui.handler that return ITransformationFramework | |
---|---|
ITransformationFramework |
ExecuteTransformationRequest.getFramework()
Gets the assigned transformation framework. |
Methods in de.cau.cs.kieler.ksbase.ui.handler with parameters of type ITransformationFramework | |
---|---|
boolean |
TransformationCommand.initialize(IEditorPart editPart,
List<Object> selection,
String command,
String fileName,
List<String> packages,
ITransformationFramework framework)
Initializes the transformation. |
void |
ExecuteTransformationRequest.setFramework(ITransformationFramework fframework)
Sets the transformation framework. |
Constructors in de.cau.cs.kieler.ksbase.ui.handler with parameters of type ITransformationFramework | |
---|---|
ExecuteTransformationRequest(IEditorPart ePart,
String cmd,
String file,
List<Object> sel,
List<String> themodelPackages,
ITransformationFramework fframework)
Creates a transformation request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |