1 19 package org.netbeans.modules.j2ee.sun.share.configbean; 20 21 import java.util.ArrayList ; 22 import java.util.Collection ; 23 24 25 29 public class AppClientRef extends BaseModuleRef { 30 31 33 public AppClientRef() { 34 } 35 36 39 40 public String getHelpId() { 41 return "AS_CFG_ModuleRef"; } 43 44 Collection getSnippets() { 45 return new ArrayList (); 47 } 48 49 boolean loadFromPlanFile(SunONEDeploymentConfiguration config) { 50 return false; 51 } 52 53 57 public String getTitleFragment() { 58 return bundle.getString("LBL_AppClientTitleFragment"); } 60 } 61 | Popular Tags |