if (methodDescription.getSignature().equals(SET_HOR_ALIGNMENT)) {
editor.removeEnclosingStatement(invocation);
} else if (methodDescription.getSignature().equals(SET_ALIGNMENT)) {
editor.replaceInvocationName(invocation, "setVerticalAlignment");
editor.removeInvocationArgument(invocation, 2);
editor.replaceInvocationBinding(invocation);
}
}
});
// add invocations for each cell in column
String alignmentSource = alignment.getAlignmentField();