public class UndoSectionRenderer extends AbstractNavigationAreaSectionRenderer implements CockpitEventAcceptor
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
COCKPIT_ID_REDO_BUTTON |
protected static java.lang.String |
COCKPIT_ID_UNDO_BUTTON |
protected static java.lang.String |
CONTEXT_DESCR_SCLASS |
protected static java.lang.String |
LAST_ACTION_SCLASS |
protected static java.lang.String |
LATEST_UNDO_ACTION_SCLASS |
protected static java.lang.String |
LATEST_UNDO_ARROW_ACTION_SCLASS |
protected static java.lang.String |
REDO_ACTION_SCLASS |
protected static java.lang.String |
SEPARATOR |
protected static java.lang.String |
UNDO_ACTION_SCLASS |
protected static java.lang.String |
UNDO_ACTIONS_SCLASS |
protected static java.lang.String |
UNDO_BUTTONS_DIVIDER_SCLASS |
protected static java.lang.String |
UNDO_BUTTONS_SCLASS |
| Constructor and Description |
|---|
UndoSectionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doRedoTask(UndoableOperation redoOperation,
java.lang.Object source) |
static void |
doUndoTask(UndoableOperation undoOperation,
java.lang.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 java.lang.String SEPARATOR
protected static final java.lang.String UNDO_BUTTONS_SCLASS
protected static final java.lang.String UNDO_BUTTONS_DIVIDER_SCLASS
protected static final java.lang.String UNDO_ACTIONS_SCLASS
protected static final java.lang.String UNDO_ACTION_SCLASS
protected static final java.lang.String LATEST_UNDO_ACTION_SCLASS
protected static final java.lang.String LATEST_UNDO_ARROW_ACTION_SCLASS
protected static final java.lang.String LAST_ACTION_SCLASS
protected static final java.lang.String REDO_ACTION_SCLASS
protected static final java.lang.String CONTEXT_DESCR_SCLASS
protected static final java.lang.String COCKPIT_ID_UNDO_BUTTON
protected static final java.lang.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, java.lang.Object source)
public static void doRedoTask(UndoableOperation redoOperation, java.lang.Object source)
public void setNavigationArea(UINavigationArea navigationArea)
setNavigationArea in class AbstractNavigationAreaSectionRenderernavigationArea - the navigationArea to setpublic void onCockpitEvent(CockpitEvent event)
onCockpitEvent in interface CockpitEventAcceptorCopyright © 2018 SAP SE. All Rights Reserved.