Searched refs:ACTION_ADD_ROW (Results 1 – 2 of 2) sorted by relevance
46 private static final String ACTION_ADD_ROW = "_addrow"; //$NON-NLS-1$ field in TableLayoutRule119 if (action.getId().equals(ACTION_ADD_ROW)) { in addTableLayoutActions()175 actions.add(RuleAction.createAction(ACTION_ADD_ROW, "Add Table Row", actionCallback, in addTableLayoutActions()
112 private static final String ACTION_ADD_ROW = "_addrow"; //$NON-NLS-1$ field in GridLayoutRule211 if (id.equals(ACTION_ADD_ROW)) { in addLayoutActions()240 actions.add(RuleAction.createAction(ACTION_ADD_ROW, "Add Row", actionCallback, in addLayoutActions()