org.rapla.gui
Interface CalendarOptions

All Known Implementing Classes:
CalendarOptionsImpl

public interface CalendarOptions

This class contains the. Worktimes and dates (Useful for the week-view) Configuration is done in the calendar option menu. Hours belonging to the worktime get a different color in the weekview. This is also the minimum interval that will be used for printing.
Excluded Days are only visible, when there is an appointment to display.


Field Summary
static String ROLE
           
 
Method Summary
 Set getExcludeDays()
           
 int getRowsPerHour()
           
 int getWorktimeEnd()
           
 int getWorktimeStart()
           
 boolean isCompactColumns()
           
 boolean isEventColoring()
           
 boolean isExceptionsVisible()
           
 boolean isResourceColoring()
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

getWorktimeStart

int getWorktimeStart()

getRowsPerHour

int getRowsPerHour()

getWorktimeEnd

int getWorktimeEnd()

getExcludeDays

Set getExcludeDays()

isExceptionsVisible

boolean isExceptionsVisible()

isCompactColumns

boolean isCompactColumns()

isResourceColoring

boolean isResourceColoring()

isEventColoring

boolean isEventColoring()


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