ComponentChooser
public static class JPopupMenuOperator.JPopupMenuFinder extends Operator.Finder
Constructor | Description |
---|---|
JPopupMenuFinder() |
Constructs JPopupMenuFinder.
|
JPopupMenuFinder(ComponentChooser sf) |
Constructs JPopupMenuFinder.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
checkComponent(java.awt.Component comp) |
Check if the component argument meets the search criteria.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription
public JPopupMenuFinder(ComponentChooser sf)
sf
- other searching criteria.public JPopupMenuFinder()
public boolean checkComponent(java.awt.Component comp)
ComponentChooser
checkComponent
in interface ComponentChooser
checkComponent
in class Operator.Finder
comp
- Component to check.true
when the component conforms to
the search criteria; false
otherwise.