public class UndoSectionRenderer extends AbstractNavigationAreaSectionRenderer implements CockpitEventAcceptor
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COCKPIT_ID_REDO_BUTTON |
protected static String |
COCKPIT_ID_UNDO_BUTTON |
protected static String |
CONTEXT_DESCR_SCLASS |
protected static String |
LAST_ACTION_SCLASS |
protected static String |
LATEST_UNDO_ACTION_SCLASS |
protected static String |
LATEST_UNDO_ARROW_ACTION_SCLASS |
protected static String |
REDO_ACTION_SCLASS |
protected static String |
SEPARATOR |
protected static String |
UNDO_ACTION_SCLASS |
protected static String |
UNDO_ACTIONS_SCLASS |
protected static String |
UNDO_BUTTONS_DIVIDER_SCLASS |
protected static String |
UNDO_BUTTONS_SCLASS |
| Constructor and Description |
|---|
UndoSectionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doRedoTask(UndoableOperation redoOperation,
Object source) |
static void |
doUndoTask(UndoableOperation undoOperation,
Object source) |
UndoManager |
getUndoManager() |
void |
onCockpitEvent(CockpitEvent event) |
void |
render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
setNavigationArea(UINavigationArea navigationArea) |
createBrowserItemTooltip, createList, getNavigationArea, getSectionPanelModelprotected static final String SEPARATOR
protected static final String UNDO_BUTTONS_SCLASS
protected static final String UNDO_BUTTONS_DIVIDER_SCLASS
protected static final String UNDO_ACTIONS_SCLASS
protected static final String UNDO_ACTION_SCLASS
protected static final String LATEST_UNDO_ACTION_SCLASS
protected static final String LATEST_UNDO_ARROW_ACTION_SCLASS
protected static final String LAST_ACTION_SCLASS
protected static final String REDO_ACTION_SCLASS
protected static final String CONTEXT_DESCR_SCLASS
protected static final String COCKPIT_ID_UNDO_BUTTON
protected static final String COCKPIT_ID_REDO_BUTTON
public void render(SectionPanel panel, Component parent, Component captionComponent, Section section)
render in interface SectionRendererrender in class AbstractNavigationAreaSectionRendererpublic UndoManager getUndoManager()
public static void doUndoTask(UndoableOperation undoOperation, Object source)
public static void doRedoTask(UndoableOperation redoOperation, Object source)
public void setNavigationArea(UINavigationArea navigationArea)
setNavigationArea in class AbstractNavigationAreaSectionRenderernavigationArea - the navigationArea to setpublic void onCockpitEvent(CockpitEvent event)
onCockpitEvent in interface CockpitEventAcceptorCopyright © 2017 SAP SE. All Rights Reserved.