public interface VirtualCalendarExtension<E extends VirtualCalendarEntry> extends BasicExtension
Modifier and Type | Method and Description |
---|---|
List<Action> |
getActions(ImmoToolProject project,
E entry) |
List<E> |
getEntries(Connection c,
String dbDriver) |
List<E> |
getEntries(Connection c,
String dbDriver,
Date begin,
Date end) |
ImageIcon |
getIcon() |
String |
getId() |
String |
getTitle() |
String |
getToolTip() |
Action |
getViewAction(ImmoToolProject project,
E entry) |
boolean |
isUsable() |
getRequiredPluginIds
static final String ID
List<Action> getActions(ImmoToolProject project, E entry)
List<E> getEntries(Connection c, String dbDriver) throws SQLException, IOException
SQLException
IOException
List<E> getEntries(Connection c, String dbDriver, Date begin, Date end) throws SQLException, IOException
SQLException
IOException
ImageIcon getIcon()
String getId()
String getTitle()
String getToolTip()
Action getViewAction(ImmoToolProject project, E entry)
boolean isUsable()
Copyright © 2019 OpenEstate. All rights reserved.