public EditAction() {
putValue(Action.NAME, "Edit");
putValue(Action.SMALL_ICON,
getIcon("/com/sshtools/common/ui/fileedit.png"));
putValue(Action.SHORT_DESCRIPTION, "Edit connection file");
putValue(Action.LONG_DESCRIPTION, "Edit connection file");
putValue(Action.MNEMONIC_KEY, new Integer('e"));
putValue(Action.ACTION_COMMAND_KEY, "edit-command");
putValue(StandardAction.ON_MENUBAR, new Boolean(true));
putValue(StandardAction.MENU_NAME, "File");
putValue(StandardAction.MENU_ITEM_GROUP, new Integer(0));
putValue(StandardAction.MENU_ITEM_WEIGHT, new Integer(6));
putValue(StandardAction.ON_TOOLBAR, new Boolean(false));
}