org.gnu.gtk

Class ProgressBarStyle


public class ProgressBarStyle
extends Enum

Field Summary

static ProgressBarStyle
CONTINUOUS
static ProgressBarStyle
DISCRETE

Method Summary

ProgressBarStyle
and(ProgressBarStyle other)
static ProgressBarStyle
intern(int value)
ProgressBarStyle
or(ProgressBarStyle other)
boolean
test(ProgressBarStyle other)
ProgressBarStyle
xor(ProgressBarStyle other)

Field Details

CONTINUOUS

public static final ProgressBarStyle CONTINUOUS

DISCRETE

public static final ProgressBarStyle DISCRETE

Method Details

and

public ProgressBarStyle and(ProgressBarStyle other)

intern

public static ProgressBarStyle intern(int value)

or

public ProgressBarStyle or(ProgressBarStyle other)

test

public boolean test(ProgressBarStyle other)

xor

public ProgressBarStyle xor(ProgressBarStyle other)