package org.nightlabs.jfire.trade.ui.overview.account; import org.nightlabs.jfire.base.ui.overview.OverviewEntryEditor; /** * @author Daniel.Mazurek [at] NightLabs [dot] de * */ public class AccountEntryEditor extends OverviewEntryEditor { public static final String EDITOR_ID = AccountEntryEditor.class.getName(); public AccountEntryEditor() { } }