Class ScenarioMenuItemFactory
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.factories.ScenarioMenuItemFactory
-
public class ScenarioMenuItemFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.uberfire.workbench.model.menu.MenuItemgetDownloadMenuItem(com.google.gwt.user.client.Command command)static org.uberfire.workbench.model.menu.MenuItemgetExportToCsvMenuItem(com.google.gwt.user.client.Command command)static org.uberfire.workbench.model.menu.MenuItemgetImportMenuItem(com.google.gwt.user.client.Command command)static org.uberfire.workbench.model.menu.MenuItemgetRedoMenuItem(com.google.gwt.user.client.Command command)static org.uberfire.workbench.model.menu.MenuItemgetRunScenarioMenuItem(com.google.gwt.user.client.Command command)static org.uberfire.workbench.model.menu.MenuItemgetUndoMenuItem(com.google.gwt.user.client.Command command)
-
-
-
Method Detail
-
getRunScenarioMenuItem
public static org.uberfire.workbench.model.menu.MenuItem getRunScenarioMenuItem(com.google.gwt.user.client.Command command)
-
getUndoMenuItem
public static org.uberfire.workbench.model.menu.MenuItem getUndoMenuItem(com.google.gwt.user.client.Command command)
-
getRedoMenuItem
public static org.uberfire.workbench.model.menu.MenuItem getRedoMenuItem(com.google.gwt.user.client.Command command)
-
getDownloadMenuItem
public static org.uberfire.workbench.model.menu.MenuItem getDownloadMenuItem(com.google.gwt.user.client.Command command)
-
getExportToCsvMenuItem
public static org.uberfire.workbench.model.menu.MenuItem getExportToCsvMenuItem(com.google.gwt.user.client.Command command)
-
getImportMenuItem
public static org.uberfire.workbench.model.menu.MenuItem getImportMenuItem(com.google.gwt.user.client.Command command)
-
-