Salome HOME
SIMAN Eclipse workspace first version
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / SearchDocumentAction.java
1 package org.splat.simer;
2
3
4 public class SearchDocumentAction extends Action {
5
6         private static final long serialVersionUID = 4347921635793712836L;
7
8 //  ==============================================================================================================================
9 //  Action methods
10 //  ==============================================================================================================================
11
12         public String doInitialize () {
13 //  -----------------------------
14       return SUCCESS;
15         }
16 }