|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.ksbase.ui.utils.TransformationUtils
public class TransformationUtils
Utilities that may be called from Xtend.
Constructor Summary | |
---|---|
TransformationUtils()
|
Method Summary | |
---|---|
String |
getFileNameOfActiveEditor()
Get the file name of the currently active editor. |
static EObject |
getPostTransformationSelection()
Get the object that is selected after the execution of the transformation. |
static void |
setPostTransformationSelection(Object e)
Sets the object that should be selected after the transformation has been executed. |
void |
transformationAboutToExecute(Object[] args)
Pre-transformation code, empty right now. |
void |
transformationExecuted(Object[] args)
Sets the diagram editor selection to the selection object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationUtils()
Method Detail |
---|
public static void setPostTransformationSelection(Object e)
e
- The object to selectpublic static EObject getPostTransformationSelection()
public void transformationAboutToExecute(Object[] args)
transformationAboutToExecute
in interface ITransformationEventListener
args
- Empty arguments.public void transformationExecuted(Object[] args)
transformationExecuted
in interface ITransformationEventListener
args
- The transformation arguments, see TransformationUIManager
public String getFileNameOfActiveEditor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |