![JAR search and dependency download from the Maven repository](/logo.png)
fr.vergne.translation.editor.content.EntryComponentFactory Maven / Gradle / Ivy
package fr.vergne.translation.editor.content;
import java.awt.Component;
import fr.vergne.translation.TranslationEntry;
import fr.vergne.translation.editor.content.EntryComponentFactory.EntryComponent;
public interface EntryComponentFactory {
public ComposedComponent createEntryComponent(TranslationEntry> entry);
public static interface EntryComponent {
public Component getTranslationComponent();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy