Package org.netbeans.jemmy.drivers
Interface DescriptablePathChooser
-
- All Superinterfaces:
PathChooser
public interface DescriptablePathChooser extends PathChooser
Specifies an interface for objects defining path searching criteria.- Author:
- Alexandre Iline(alexandre.iline@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Gives path description.-
Methods inherited from interface org.netbeans.jemmy.drivers.PathChooser
checkPathComponent, getDepth
-
-