Uses of Class
de.cau.cs.kieler.ksbase.core.EditorTransformationSettings

Packages that use EditorTransformationSettings
de.cau.cs.kieler.ksbase.core Core package of the KSBasE plug-in. 
de.cau.cs.kieler.ksbase.ui Base package for the KSBasE UI plug-in. 
de.cau.cs.kieler.ksbase.ui.kivi   
de.cau.cs.kieler.ksbase.ui.menus KSBAsE menu contribution package. 
de.cau.cs.kieler.ksbase.ui.test KSBasE menu property tester package. 
 

Uses of EditorTransformationSettings in de.cau.cs.kieler.ksbase.core
 

Methods in de.cau.cs.kieler.ksbase.core that return EditorTransformationSettings
 EditorTransformationSettings TransformationManager.addEditor(String editorId)
          Adds a new editor to the list of user defined editors.
 EditorTransformationSettings TransformationManager.getEditorSettingsById(String editorId)
          Tries to find an editor with it's id.
 EditorTransformationSettings TransformationManager.getUserDefinedEditorById(String editorId)
          Tries to find an user defined editor with its id.
 

Methods in de.cau.cs.kieler.ksbase.core that return types with arguments of type EditorTransformationSettings
 Collection<EditorTransformationSettings> TransformationManager.getEditors()
          Gets the currently registered editors.
 Collection<EditorTransformationSettings> TransformationManager.getUserDefinedEditors()
          Gets the list of user defined editors.
 

Methods in de.cau.cs.kieler.ksbase.core with parameters of type EditorTransformationSettings
 void TransformationManager.addEditor(EditorTransformationSettings editor)
          Adds a new editor to the list of user defined editors.
 

Uses of EditorTransformationSettings in de.cau.cs.kieler.ksbase.ui
 

Methods in de.cau.cs.kieler.ksbase.ui with parameters of type EditorTransformationSettings
 void TransformationUIManager.createAndExecuteTransformationCommand(EditorTransformationSettings editorSettings, KSBasETransformation transformation, List<EObject> selection)
          Creates and executes a transformation command by creating a request and execute the resulting command on the diagram command stack.
 

Uses of EditorTransformationSettings in de.cau.cs.kieler.ksbase.ui.kivi
 

Constructors in de.cau.cs.kieler.ksbase.ui.kivi with parameters of type EditorTransformationSettings
KSBasECombination(EditorTransformationSettings editorSettings)
           
 

Uses of EditorTransformationSettings in de.cau.cs.kieler.ksbase.ui.menus
 

Methods in de.cau.cs.kieler.ksbase.ui.menus with parameters of type EditorTransformationSettings
 void DynamicMenuContributions.createMenuForEditor(EditorTransformationSettings editorSettings)
          Creates a menu for an editor.
 

Method parameters in de.cau.cs.kieler.ksbase.ui.menus with type arguments of type EditorTransformationSettings
 void DynamicMenuContributions.createMenuForEditors(Collection<EditorTransformationSettings> collection)
          Creates a valid plug-in project for each editor and injects it to the eclipse run-time.
 

Uses of EditorTransformationSettings in de.cau.cs.kieler.ksbase.ui.test
 

Methods in de.cau.cs.kieler.ksbase.ui.test with parameters of type EditorTransformationSettings
static boolean ModelObjectTester.evaluateTransformation(EditorTransformationSettings editor, String transformation, String[] parameterTypes, List<EObject> parameter, boolean execute)
          Evaluates the given transformation.