org.gnu.gnome
public class UIPixmapType extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may have an equivalent
in java-gnome 4.0; have a look for
org.gnome.gnome.UIPixmapType.
| Field Summary | |
|---|---|
| static UIPixmapType | DATA |
| static UIPixmapType | FILENAME |
| static UIPixmapType | NONE |
| static UIPixmapType | STOCK |
| Method Summary | |
|---|---|
| UIPixmapType | and(UIPixmapType other) |
| static UIPixmapType | intern(int value) |
| UIPixmapType | or(UIPixmapType other) |
| boolean | test(UIPixmapType other) |
| UIPixmapType | xor(UIPixmapType other) |