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 CalendarEntry
public abstract Color getColor()
getColor
in interface CalendarEntry
public abstract Date getEnd()
getEnd
in interface CalendarEntry
public VirtualCalendarExtension getExtension()
public ImageIcon getIcon()
getIcon
in interface CalendarEntry
public String getInfo()
getInfo
in interface CalendarEntry
public String getSubTitle()
getSubTitle
in interface CalendarEntry
public abstract String getTitle()
getTitle
in interface CalendarEntry
public final boolean isVirtual()
isVirtual
in interface CalendarEntry
Copyright © 2019 OpenEstate. All rights reserved.