1 7 package org.ejtools.adwt.action.file; 8 9 import java.util.ResourceBundle ; 10 11 import org.ejtools.adwt.action.Command; 12 import org.ejtools.adwt.action.CommandAction; 13 import org.ejtools.adwt.service.MenuBarService; 14 15 22 public class FileHistoryActionTop extends CommandAction 23 { 24 25 private static ResourceBundle resources = ResourceBundle.getBundle("org.ejtools.adwt.action.Resources"); 26 27 28 33 public FileHistoryActionTop(Command command) 34 { 35 super(command, resources, "action.file.history"); 36 this.setMenu("action.file"); 37 this.setMenuLayout(MenuBarService.SEPARATOR_BEFORE); 38 } 39 } 40 41 | Popular Tags |