private static PaletteContainer createRenderActionsDrawer(boolean version1) {
List<ToolEntry> entries = new ArrayList<ToolEntry>();
IRenderActions exit = new RenderActions();
IAction action = new Action();
action.setElementParent(exit);
WebflowModelLabelDecorator dec = new WebflowModelLabelDecorator();
PaletteDrawer drawer = new PaletteDrawer("Render Actions", null);
drawer.setInitialState(PaletteDrawer.INITIAL_STATE_OPEN);