]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/org/splat/simer/AbstractDisplayAction.java
Salome HOME
Fix for mantis #0022086: After "rename the document" operation it's impossible to...
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / AbstractDisplayAction.java
index e60f604c47dd37a08549da5c9deda96f37ae8900..6b03392b5425487d010fce0700591414a2a0a438 100644 (file)
@@ -53,4 +53,12 @@ public abstract class AbstractDisplayAction extends Action {
 //  ==============================================================================================================================
 
     public abstract String getWriteAccess ();
+
+       /**
+        * Get the action.
+        * @return the action
+        */
+       public String getCurAction() {
+               return _action;
+       }
 }
\ No newline at end of file