DropDownComponent.ScrollablePopupMenuModelpublic static class DropDownHistoryModel.UndoPopUpMenuModel extends DropDownHistoryModel
DropDownHistoryModel.RedoPopUpMenuModel, DropDownHistoryModel.UndoPopUpMenuModel| Modifier and Type | Field | Description |
|---|---|---|
protected static java.lang.String |
UNDO_FOOTER_TEXT |
The undo footer text.
|
protected static java.lang.String |
UNDO_TOOLTIP_PREFIX |
The prefix for the last undoable command.
|
historyBrowserInterface, items, parent| Constructor | Description |
|---|---|
UndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent,
HistoryBrowserInterface historyBrowserInterface) |
Creates the unod pop up menu model
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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 java.lang.String UNDO_FOOTER_TEXT
protected static java.lang.String UNDO_TOOLTIP_PREFIX
public UndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
parent - The parent scrollable popup menuhistoryBrowserInterface - the historyBrowserInterfacepublic java.lang.String getFooterText()
DropDownHistoryModelgetFooterText in interface DropDownComponent.ScrollablePopupMenuModelgetFooterText in class DropDownHistoryModelpublic void processItemClicked()
DropDownHistoryModelprocessItemClicked in interface DropDownComponent.ScrollablePopupMenuModelprocessItemClicked in class DropDownHistoryModelCopyright ? 2018 Apache Software Foundation. All Rights Reserved.