org.apache.batik.util.gui

Interface DropDownComponent.ScrollablePopupMenuModel

public static interface DropDownComponent.ScrollablePopupMenuModel

The scrollable popup menu model.
Method Summary
StringgetFooterText()
Gets the footer text for the ScrollablePopupMenu's footer item.
voidprocessAfterShowed()
Processes the showing of the pop up menu.
voidprocessBeforeShowed()
Processes the showing of the pop up menu.
voidprocessItemClicked()
Processes the click on the pop up menu item.

Method Detail

getFooterText

public String getFooterText()
Gets the footer text for the ScrollablePopupMenu's footer item.

Returns: the footer text.

processAfterShowed

public void processAfterShowed()
Processes the showing of the pop up menu. Invoked after showing the pop up menu

processBeforeShowed

public void processBeforeShowed()
Processes the showing of the pop up menu. Invoked before showing the pop up menu

processItemClicked

public void processItemClicked()
Processes the click on the pop up menu item.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.