|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.menus | KSBAsE menu contribution package. |
de.cau.cs.kieler.ksbase.ui.preferences | Package for all Preference pages. |
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.getEditorById(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(ExecutionEvent event,
EditorTransformationSettings editor,
KSBasETransformation transformation)
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.menus |
---|
Methods in de.cau.cs.kieler.ksbase.ui.menus with parameters of type EditorTransformationSettings | |
---|---|
void |
DynamicBundleLoader.addBundle(EditorTransformationSettings editor,
URI bundlePath)
Adding a bundle to the queue. |
void |
DynamicMenuContributions.createMenuForEditor(EditorTransformationSettings editor)
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.preferences |
---|
Methods in de.cau.cs.kieler.ksbase.ui.preferences that return EditorTransformationSettings | |
---|---|
protected static EditorTransformationSettings |
EditorsPreferencePage.getActiveEditor()
Gets the active editor. |
Methods in de.cau.cs.kieler.ksbase.ui.preferences with parameters of type EditorTransformationSettings | |
---|---|
protected static void |
EditorsPreferencePage.setActiveEditor(EditorTransformationSettings editor)
Sets the new active editor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |