|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CalendarComponentType>
org.japura.gui.calendar.CalendarComponentType
public enum CalendarComponentType
Copyright (C) 2011 Carlos Eduardo Leite de Andrade
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see www.gnu.org/licenses/
For more information, contact: www.japura.org
| Enum Constant Summary | |
|---|---|
DAY_MONTH
|
|
DAY_WEEK_HEADER
|
|
MONTH_LABEL
|
|
NEXT_MONTH_BUTTON
|
|
NEXT_YEAR_BUTTON
|
|
PREVIOUS_MONTH_BUTTON
|
|
PREVIOUS_YEAR_BUTTON
|
|
TOP_BAR
|
|
WEEK
|
|
WEEK_HEADER
|
|
YEAR_LABEL
|
|
| Method Summary | |
|---|---|
static CalendarComponentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CalendarComponentType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CalendarComponentType WEEK_HEADER
public static final CalendarComponentType WEEK
public static final CalendarComponentType DAY_MONTH
public static final CalendarComponentType DAY_WEEK_HEADER
public static final CalendarComponentType TOP_BAR
public static final CalendarComponentType PREVIOUS_MONTH_BUTTON
public static final CalendarComponentType PREVIOUS_YEAR_BUTTON
public static final CalendarComponentType NEXT_MONTH_BUTTON
public static final CalendarComponentType NEXT_YEAR_BUTTON
public static final CalendarComponentType MONTH_LABEL
public static final CalendarComponentType YEAR_LABEL
| Method Detail |
|---|
public static CalendarComponentType[] values()
for (CalendarComponentType c : CalendarComponentType.values()) System.out.println(c);
public static CalendarComponentType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||