1 19 27 28 package org.netbeans.test.localhistory.actions; 29 30 import org.netbeans.jellytools.actions.Action; 31 32 36 public class ShowLocalHistoryAction extends Action { 37 38 public static final String LH_ITEM = "Local History"; 39 public static final String SHOW_LOCAL_HISTORY_ITEM = "Show Local History"; 40 41 42 public ShowLocalHistoryAction() { 43 super(LH_ITEM + "|" + LH_ITEM + "|" + SHOW_LOCAL_HISTORY_ITEM, LH_ITEM + "|" + SHOW_LOCAL_HISTORY_ITEM); 44 } 45 46 } 47 | Popular Tags |