public interface MenuFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.awt.Component component)
Determines whether this filter accepts the specified menu component.
|
boolean accept(java.awt.Component component)
component - a menu component. Usually an instance of JMenu or JMenuItem.