Class InsertStringHandler
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- org.palladiosimulator.textual.tpcm.ui.edit.InsertStringHandler
-
- Direct Known Subclasses:
InsertStringHandler.LeftGuillemet
,InsertStringHandler.RightGuillemet
public abstract class InsertStringHandler extends AbstractHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InsertStringHandler.LeftGuillemet
static class
InsertStringHandler.RightGuillemet
-
Field Summary
Fields Modifier and Type Field Description static char
LEFT_GUILLEMET
static char
RIGHT_GUILLEMET
-
Constructor Summary
Constructors Modifier Constructor Description protected
InsertStringHandler(char replaceChar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(ExecutionEvent event)
-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
-
-
-
-
Field Detail
-
LEFT_GUILLEMET
public static final char LEFT_GUILLEMET
- See Also:
- Constant Field Values
-
RIGHT_GUILLEMET
public static final char RIGHT_GUILLEMET
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public Object execute(ExecutionEvent event) throws ExecutionException
- Throws:
ExecutionException
-
-