package org.objectstyle.wolips.componenteditor.actions; public class InsertAnyComponentAction extends InsertComponentAction { public String getComponentInstanceNameSuffix() { return "Component"; } public String getComponentName() { return null; } }