Searched refs:ACTION_REMOVE_ROW (Results 1 – 2 of 2) sorted by relevance
47 private static final String ACTION_REMOVE_ROW = "_removerow"; //$NON-NLS-1$ field in TableLayoutRule150 } else if (action.getId().equals(ACTION_REMOVE_ROW)) { in addTableLayoutActions()180 actions.add(RuleAction.createAction(ACTION_REMOVE_ROW, "Remove Table Row", in addTableLayoutActions()
113 private static final String ACTION_REMOVE_ROW = "_removerow"; //$NON-NLS-1$ field in GridLayoutRule213 } else if (id.equals(ACTION_REMOVE_ROW)) { in addLayoutActions()249 actions.add(RuleAction.createAction(ACTION_REMOVE_ROW, "Remove Row", in addLayoutActions()