Uses of Class
org.gnu.gtk.TextSearchFlags

Packages that use TextSearchFlags
org.gnu.gtk   
 

Uses of TextSearchFlags in org.gnu.gtk
 

Fields in org.gnu.gtk declared as TextSearchFlags
static TextSearchFlags TextSearchFlags.VISIBLE_ONLY
           
static TextSearchFlags TextSearchFlags.TEXT_ONLY
           
 

Methods in org.gnu.gtk that return TextSearchFlags
static TextSearchFlags TextSearchFlags.intern(int value)
           
 TextSearchFlags TextSearchFlags.or(TextSearchFlags other)
           
 TextSearchFlags TextSearchFlags.and(TextSearchFlags other)
           
 TextSearchFlags TextSearchFlags.xor(TextSearchFlags other)
           
 

Methods in org.gnu.gtk with parameters of type TextSearchFlags
 boolean TextIter.searchForward(java.lang.String str, TextSearchFlags flags, TextIter matchStart, TextIter matchEnd, TextIter limit)
          Searches forward for str.
 boolean TextIter.searchBackward(java.lang.String str, TextSearchFlags flags, TextIter matchStart, TextIter matchEnd, TextIter limit)
          Same as TextIter.searchForward(String, TextSearchFlags, TextIter , TextIter , TextIter), but moves backward.
 TextSearchFlags TextSearchFlags.or(TextSearchFlags other)
           
 TextSearchFlags TextSearchFlags.and(TextSearchFlags other)
           
 TextSearchFlags TextSearchFlags.xor(TextSearchFlags other)
           
 boolean TextSearchFlags.test(TextSearchFlags other)
           
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net