
eu.cedarsoft.utils.springrcp.beanlist.BeanListCommandFactory Maven / Gradle / Ivy
The newest version!
package com.cedarsoft.utils.springrcp.beanlist;
import org.jetbrains.annotations.NotNull;
import org.springframework.richclient.command.AbstractCommand;
/**
*
* Date: 29.08.2006
* Time: 14:44:48
*
* @author Johannes Schneider -
* Xore Systems
*/
public interface BeanListCommandFactory {
@NotNull
AbstractCommand getDeleteCommand();
@NotNull
AbstractCommand getPropertiesCommand();
@NotNull
AbstractCommand getNewCommand();
void initialize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy