public static class DropDownHistoryModel.UndoPopUpMenuModel extends DropDownHistoryModel
DropDownHistoryModel.RedoPopUpMenuModel, DropDownHistoryModel.UndoPopUpMenuModel| Modifier and Type | Field and Description |
|---|---|
protected static String |
UNDO_FOOTER_TEXT
The undo footer text.
|
protected static String |
UNDO_TOOLTIP_PREFIX
The prefix for the last undoable command.
|
historyBrowserInterface, items, parent| Constructor and Description |
|---|
UndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent,
HistoryBrowserInterface historyBrowserInterface)
Creates the unod pop up menu model
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFooterText()
Gets the footer text.
|
void |
processItemClicked()
Processes click on the pop up menu item.
|
addItem, clearAllScrollablePopupMenuItems, createItem, processAfterShowed, processBeforeShowed, removeFirstScrollablePopupMenuItem, removeItem, removeLastScrollablePopupMenuItemprotected static String UNDO_FOOTER_TEXT
protected static String UNDO_TOOLTIP_PREFIX
public UndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
parent - The parent scrollable popup menuhistoryBrowserInterface - the historyBrowserInterfacepublic String getFooterText()
DropDownHistoryModelgetFooterText in interface DropDownComponent.ScrollablePopupMenuModelgetFooterText in class DropDownHistoryModelpublic void processItemClicked()
DropDownHistoryModelprocessItemClicked in interface DropDownComponent.ScrollablePopupMenuModelprocessItemClicked in class DropDownHistoryModelCopyright © 2000–2020 Apache Software Foundation. All rights reserved.