|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Flags
org.gnu.gtk.FileFilterFlags
org.gnome.gtk.FileFilterFlags
.
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 FileFilterFlags
Field Summary | |
---|---|
static FileFilterFlags |
DISPLAY_NAME
Deprecated. |
static FileFilterFlags |
FILENAME
Deprecated. |
static FileFilterFlags |
MIME_TYPE
Deprecated. |
static FileFilterFlags |
URI
Deprecated. |
Method Summary | |
---|---|
FileFilterFlags |
and(FileFilterFlags other)
Deprecated. |
static FileFilterFlags |
intern(int value)
Deprecated. |
FileFilterFlags |
or(FileFilterFlags other)
Deprecated. |
boolean |
test(FileFilterFlags other)
Deprecated. |
FileFilterFlags |
xor(FileFilterFlags other)
Deprecated. |
Methods inherited from class org.gnu.glib.Flags |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FileFilterFlags FILENAME
public static final FileFilterFlags URI
public static final FileFilterFlags DISPLAY_NAME
public static final FileFilterFlags MIME_TYPE
Method Detail |
---|
public static FileFilterFlags intern(int value)
public FileFilterFlags or(FileFilterFlags other)
public FileFilterFlags and(FileFilterFlags other)
public FileFilterFlags xor(FileFilterFlags other)
public boolean test(FileFilterFlags other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |