public abstract class VirtualCalendarEntry extends Object implements CalendarEntry
| Constructor and Description |
|---|
VirtualCalendarEntry(VirtualCalendarExtension extension) |
| Modifier and Type | Method and Description |
|---|---|
abstract Date |
getBegin() |
abstract Color |
getColor() |
abstract Date |
getEnd() |
VirtualCalendarExtension |
getExtension() |
ImageIcon |
getIcon() |
String |
getInfo() |
String |
getSubTitle() |
abstract String |
getTitle() |
boolean |
isVirtual() |
public VirtualCalendarEntry(VirtualCalendarExtension extension)
public abstract Date getBegin()
getBegin in interface CalendarEntrypublic abstract Color getColor()
getColor in interface CalendarEntrypublic abstract Date getEnd()
getEnd in interface CalendarEntrypublic VirtualCalendarExtension getExtension()
public ImageIcon getIcon()
getIcon in interface CalendarEntrypublic String getInfo()
getInfo in interface CalendarEntrypublic String getSubTitle()
getSubTitle in interface CalendarEntrypublic abstract String getTitle()
getTitle in interface CalendarEntrypublic final boolean isVirtual()
isVirtual in interface CalendarEntryCopyright © 2019 OpenEstate. All rights reserved.