java.lang.Object
org.autogui.swing.GuiSwingViewCollectionTable.MenuSeparator
- All Implemented Interfaces:
PopupExtension.PopupMenuFilter
- Enclosing class:
GuiSwingViewCollectionTable
public static class GuiSwingViewCollectionTable.MenuSeparator
extends Object
implements PopupExtension.PopupMenuFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected PopupExtension.PopupMenuFilter
protected String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.util.PopupExtension.PopupMenuFilter
convertItems
-
Field Details
-
filter
-
beforeReturned
protected boolean beforeReturned -
title
-
-
Constructor Details
-
MenuSeparator
-
MenuSeparator
-
-
Method Details
-
convert
- Specified by:
convert
in interfacePopupExtension.PopupMenuFilter
- Parameters:
item
- a converted item, one ofJComponent
(includingJMenuItem
),Action
,TableTargetCellAction
orPopupCategorized.CategorizedMenuItem
- Returns:
- a converted item or null if not matched
-
aroundItems
Description copied from interface:PopupExtension.PopupMenuFilter
a menu-builder calls the method before and after of a building process and appends returned items- Specified by:
aroundItems
in interfacePopupExtension.PopupMenuFilter
- Parameters:
before
- true if before of a building process or false if after of the process.- Returns:
- additional menu items provided by the filter. it needs to return once for the same item list
-