|
VRJConfig UI API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.vrjuggler.vrjconfig.commoneditors.SerialPortChooser.MatchFilter
public static class SerialPortChooser.MatchFilter
A simple java.io.FileFilter implementation that uses regular expressions to filter java.io.File objects.
| Constructor Summary | |
|---|---|
SerialPortChooser.MatchFilter(String devRegExp)
Constructs a new MatchFilter that will use the given regular expression for matching against java.io.File objects. |
|
| Method Summary | |
|---|---|
boolean |
accept(File pathname)
Performs a regular expression match using the String returned by calling the getPath() object on the given File object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerialPortChooser.MatchFilter(String devRegExp)
devRegExp - The regular expression that will be used for matching
against java.io.File objects.accept(java.io.File)| Method Detail |
|---|
public boolean accept(File pathname)
accept in interface FileFilter
|
VRJConfig UI API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||