|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.TextSearchFlags
org.gnome.gtk.TextSearchFlags
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class TextSearchFlags
Flags for searching text. Used by the text widgets, described in TextView
Field Summary | |
---|---|
static TextSearchFlags |
TEXT_ONLY
Deprecated. |
static TextSearchFlags |
VISIBLE_ONLY
Deprecated. |
Method Summary | |
---|---|
TextSearchFlags |
and(TextSearchFlags other)
Deprecated. |
static TextSearchFlags |
intern(int value)
Deprecated. |
TextSearchFlags |
or(TextSearchFlags other)
Deprecated. |
boolean |
test(TextSearchFlags other)
Deprecated. |
TextSearchFlags |
xor(TextSearchFlags other)
Deprecated. |
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |