|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gtk.TextSearchFlags
Flags for searching text. Used by the text widgets, described in TextView
Field Summary | |
static TextSearchFlags |
TEXT_ONLY
|
static TextSearchFlags |
VISIBLE_ONLY
|
Method Summary | |
TextSearchFlags |
and(TextSearchFlags other)
|
static TextSearchFlags |
intern(int value)
|
TextSearchFlags |
or(TextSearchFlags other)
|
boolean |
test(TextSearchFlags other)
|
TextSearchFlags |
xor(TextSearchFlags other)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final TextSearchFlags VISIBLE_ONLY
public static final TextSearchFlags TEXT_ONLY
Method Detail |
public static TextSearchFlags intern(int value)
public TextSearchFlags or(TextSearchFlags other)
public TextSearchFlags and(TextSearchFlags other)
public TextSearchFlags xor(TextSearchFlags other)
public boolean test(TextSearchFlags other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |