public class UserWorkSpace
extends mvp.Model
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector |
calendars
List of active calendars
|
protected int |
currentIndex
Index of currently active calendar
|
(package private) UserOptions |
options
Specific options set for this workspace
|
(package private) java.lang.String |
uid
Unique id of the current user
|
| Constructor and Description |
|---|
UserWorkSpace()
Construct this by constructing and intializing all components.
|
| Modifier and Type | Method and Description |
|---|---|
UserCalendar |
getCurrent()
Return the currently active calendar.
|
java.lang.String uid
protected java.util.Vector calendars
UserOptions options
protected int currentIndex
public UserWorkSpace()
public UserCalendar getCurrent()