Class EntryTableAdapter
- java.lang.Object
-
- com.openindex.openestate.tool.contacts.extensions.EntryTableAdapter
-
- All Implemented Interfaces:
EntryTableExtension,BasicExtension,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
ContactsEntryTableBulkLetterExtension,ContactsEntryTableMailExtension
public abstract class EntryTableAdapter extends Object implements EntryTableExtension
EntryTableAdapter.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description EntryTableAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JMenuItem[]createActionMenuItems(ImmoToolProject project, Long[] selectedEntryIds, JComponent tableContainer)String[]getRequiredPluginIds()
-
-
-
Method Detail
-
createActionMenuItems
public JMenuItem[] createActionMenuItems(ImmoToolProject project, Long[] selectedEntryIds, JComponent tableContainer)
- Specified by:
createActionMenuItemsin interfaceEntryTableExtension
-
getRequiredPluginIds
public String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIdsin interfaceBasicExtension
-
-