});
}
// alignment
{
manager.add(new Separator());
manager.add(new SetAlignmentRowAction(this, "Default", RowInfo.Alignment.UNKNOWN));
manager.add(new SetAlignmentRowAction(this, "Top", RowInfo.Alignment.TOP));
manager.add(new SetAlignmentRowAction(this, "Center", RowInfo.Alignment.MIDDLE));
manager.add(new SetAlignmentRowAction(this, "Bottom", RowInfo.Alignment.BOTTOM));
}
}