public class ContactsPluginUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContactsPluginUtils.EntryRenderer |
static class |
ContactsPluginUtils.GroupRenderer |
Modifier and Type | Method and Description |
---|---|
static Collection<BulkLetterExtension> |
getBulkLetterExtensions() |
static DbContactsExtension |
getDbContactsExtension(AbstractDbDriver driver) |
static DbContactsExtension |
getDbContactsExtension(ImmoToolProject project) |
static DbContactsExtension |
getDbContactsExtension(String driverName) |
static Collection<DbContactsExtension> |
getDbContactsExtensions() |
static Collection<EntryTableExtension> |
getEntryTableExtensions() |
static Collection<EntryViewExtension> |
getEntryViewExtensions() |
static Collection<GroupViewExtension> |
getGroupViewExtensions() |
static void |
prepareListCellRenderer(JLabel label,
JList list,
DbContactsEntry entry,
int index,
boolean isSelected,
boolean cellHasFocus) |
static void |
prepareListCellRenderer(JLabel label,
JList list,
DbContactsGroup group,
int index,
boolean isSelected,
boolean cellHasFocus) |
public static Collection<BulkLetterExtension> getBulkLetterExtensions()
public static DbContactsExtension getDbContactsExtension(ImmoToolProject project)
public static DbContactsExtension getDbContactsExtension(AbstractDbDriver driver)
public static DbContactsExtension getDbContactsExtension(String driverName)
public static Collection<DbContactsExtension> getDbContactsExtensions()
public static Collection<EntryTableExtension> getEntryTableExtensions()
public static Collection<EntryViewExtension> getEntryViewExtensions()
public static Collection<GroupViewExtension> getGroupViewExtensions()
public static void prepareListCellRenderer(JLabel label, JList list, DbContactsEntry entry, int index, boolean isSelected, boolean cellHasFocus)
public static void prepareListCellRenderer(JLabel label, JList list, DbContactsGroup group, int index, boolean isSelected, boolean cellHasFocus)
Copyright © 2015 OpenEstate. All rights reserved.