|
|||||||||
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.CalendarDisplayOptions
org.gnome.gtk.CalendarDisplayOptions
.
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 CalendarDisplayOptions
Defines the appearance of a Calendar object.
SHOW_HEADING Specifies that the month and year should be displayed. SHOW_DAY_NAMES Specifies that three letter day descriptions should be displayed. NO_MONTH_CHANGE Prevents the user from switching months with the calendar SHOW_WEEK_NUMBERS Displays each week numbers of the current year down the left side of the calendar WEEK_START_MONDAY Starts the calendar week on Monday, instead of the default Sunday.
Field Summary | |
---|---|
static CalendarDisplayOptions |
NO_MONTH_CHANGE
Deprecated. |
static CalendarDisplayOptions |
SHOW_DAY_NAMES
Deprecated. |
static CalendarDisplayOptions |
SHOW_HEADING
Deprecated. |
static CalendarDisplayOptions |
SHOW_WEEK_NUMBERS
Deprecated. |
static CalendarDisplayOptions |
WEEK_START_MONDAY
Deprecated. |
Method Summary | |
---|---|
CalendarDisplayOptions |
and(CalendarDisplayOptions other)
Deprecated. |
static CalendarDisplayOptions |
intern(int value)
Deprecated. |
CalendarDisplayOptions |
or(CalendarDisplayOptions other)
Deprecated. |
boolean |
test(CalendarDisplayOptions other)
Deprecated. |
CalendarDisplayOptions |
xor(CalendarDisplayOptions 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 CalendarDisplayOptions SHOW_HEADING
public static final CalendarDisplayOptions SHOW_DAY_NAMES
public static final CalendarDisplayOptions NO_MONTH_CHANGE
public static final CalendarDisplayOptions SHOW_WEEK_NUMBERS
public static final CalendarDisplayOptions WEEK_START_MONDAY
Method Detail |
---|
public static CalendarDisplayOptions intern(int value)
public CalendarDisplayOptions or(CalendarDisplayOptions other)
public CalendarDisplayOptions and(CalendarDisplayOptions other)
public CalendarDisplayOptions xor(CalendarDisplayOptions other)
public boolean test(CalendarDisplayOptions other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |