1 7 package org.ejtools.jndi.browser.action; 8 9 import java.util.ResourceBundle ; 10 11 import org.ejtools.adwt.action.Command; 12 import org.ejtools.adwt.action.CommandAction; 13 14 21 public class SelectFactoryAction extends CommandAction 22 { 23 24 private static ResourceBundle resources = ResourceBundle.getBundle("org.ejtools.jndi.browser.Resources"); 25 26 27 33 public SelectFactoryAction(String key, Command command) 34 { 35 super(command, resources, key); 36 this.setMenu("action.options"); 37 } 38 } 39 40 | Popular Tags |