org.rapla.gui
Class CalendarOptionsImpl

java.lang.Object
  extended by org.rapla.gui.CalendarOptionsImpl
All Implemented Interfaces:
CalendarOptions

public class CalendarOptionsImpl
extends Object
implements CalendarOptions

WARNING!! This class should not be public to the outside. Please use the interface


Field Summary
static String CALENDAR_OPTIONS
           
static String COLOR_BLOCKS
           
static String COLOR_EVENTS
           
static String COLOR_RESOURCES
           
static String COMPACT_COLUMNS
           
static String EXCEPTIONS_VISIBLE
           
static String EXCLUDE_DAYS
           
 int MAX_INTERVALLS
           
static String ROWS_PER_HOUR
           
static String WORKTIME
           
 
Fields inherited from interface org.rapla.gui.CalendarOptions
ROLE
 
Constructor Summary
CalendarOptionsImpl(Configuration config)
           
 
Method Summary
 Configuration getConfig()
           
 Set getExcludeDays()
           
 int getRowsPerHour()
           
 int getWorktimeEnd()
           
 int getWorktimeStart()
           
 boolean isCompactColumns()
           
 boolean isEventColoring()
           
 boolean isExceptionsVisible()
           
 boolean isResourceColoring()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALENDAR_OPTIONS

public static final String CALENDAR_OPTIONS
See Also:
Constant Field Values

WORKTIME

public static final String WORKTIME
See Also:
Constant Field Values

EXCLUDE_DAYS

public static final String EXCLUDE_DAYS
See Also:
Constant Field Values

ROWS_PER_HOUR

public static final String ROWS_PER_HOUR
See Also:
Constant Field Values

EXCEPTIONS_VISIBLE

public static final String EXCEPTIONS_VISIBLE
See Also:
Constant Field Values

COMPACT_COLUMNS

public static final String COMPACT_COLUMNS
See Also:
Constant Field Values

COLOR_BLOCKS

public static final String COLOR_BLOCKS
See Also:
Constant Field Values

COLOR_RESOURCES

public static final String COLOR_RESOURCES
See Also:
Constant Field Values

COLOR_EVENTS

public static final String COLOR_EVENTS
See Also:
Constant Field Values

MAX_INTERVALLS

public final int MAX_INTERVALLS
See Also:
Constant Field Values
Constructor Detail

CalendarOptionsImpl

public CalendarOptionsImpl(Configuration config)
                    throws RaplaException
Throws:
RaplaException
Method Detail

getConfig

public Configuration getConfig()

getWorktimeStart

public int getWorktimeStart()
Specified by:
getWorktimeStart in interface CalendarOptions

getRowsPerHour

public int getRowsPerHour()
Specified by:
getRowsPerHour in interface CalendarOptions

getWorktimeEnd

public int getWorktimeEnd()
Specified by:
getWorktimeEnd in interface CalendarOptions

getExcludeDays

public Set getExcludeDays()
Specified by:
getExcludeDays in interface CalendarOptions

isExceptionsVisible

public boolean isExceptionsVisible()
Specified by:
isExceptionsVisible in interface CalendarOptions

isCompactColumns

public boolean isCompactColumns()
Specified by:
isCompactColumns in interface CalendarOptions

isResourceColoring

public boolean isResourceColoring()
Specified by:
isResourceColoring in interface CalendarOptions

isEventColoring

public boolean isEventColoring()
Specified by:
isEventColoring in interface CalendarOptions


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.