org.apache.batik.apps.svgbrowser

Class DropDownHistoryModel.UndoPopUpMenuModel

public static class DropDownHistoryModel.UndoPopUpMenuModel extends DropDownHistoryModel

The undo pop up menu model.
Field Summary
protected static StringUNDO_FOOTER_TEXT
The undo footer text.
protected static StringUNDO_TOOLTIP_PREFIX
The prefix for the last undoable command.
Constructor Summary
UndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
Creates the unod pop up menu model
Method Summary
StringgetFooterText()
voidprocessItemClicked()

Field Detail

UNDO_FOOTER_TEXT

protected static String UNDO_FOOTER_TEXT
The undo footer text. Used for the footer item.

UNDO_TOOLTIP_PREFIX

protected static String UNDO_TOOLTIP_PREFIX
The prefix for the last undoable command. E.g. (Undo change selection)

Constructor Detail

UndoPopUpMenuModel

public UndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
Creates the unod pop up menu model

Parameters: parent The parent scrollable popup menu historyBrowserInterface the historyBrowserInterface

Method Detail

getFooterText

public String getFooterText()

processItemClicked

public void processItemClicked()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.