|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.synccharts.diagram.custom.commands.Utils
public final class Utils
Utility class for synccharts ksbase.
Method Summary | |
---|---|
static EObject |
analyze(Object object)
Pseudo-method, allows setting breakpoints for analysing objects. |
static EObject |
copy(Object object)
Copy the object. |
static void |
cutObject(Object object)
Copy an object to clipboard and remove it from the model. |
static void |
debug(Object object)
Debug output for xtend code. |
static void |
dump(String aString)
|
static Region |
getRegionFromClipboard()
Get a region from the clipboard. |
static List<Region> |
getRegionsFromClipboard()
Get a list of regions from the clipboard. |
static State |
getStateFromClipboard()
Get a state from the clipboard. |
static List<State> |
getStatesFromClipboard()
Get a list of states from the clipboard. |
static Transition |
getTransitionFromClipboard()
Get a transition from the clipboard. |
static List<Transition> |
getTransitionsFromClipboard()
Get a transition from the clipboard. |
static void |
objectToClipboard(Object object)
Copy an object to clipboard. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void cutObject(Object object)
object
- the object to cutpublic static void objectToClipboard(Object object)
object
- the objectpublic static State getStateFromClipboard()
public static List<State> getStatesFromClipboard()
public static Region getRegionFromClipboard()
public static List<Region> getRegionsFromClipboard()
public static Transition getTransitionFromClipboard()
public static List<Transition> getTransitionsFromClipboard()
public static final EObject copy(Object object)
object
- the object
public static final void debug(Object object)
object
- the messagepublic static final void dump(String aString)
public static final EObject analyze(Object object)
object
- the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |