All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.vergne.translation.editor.content.MapComponentFactory Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version
package fr.vergne.translation.editor.content;

import java.awt.Component;

import fr.vergne.translation.TranslationMap;
import fr.vergne.translation.editor.content.MapComponentFactory.MapComponent;

public interface MapComponentFactory {

	public ComposedComponent createMapComponent(TranslationMap map);

	public static interface MapComponent {
		public EntryComponentFactory.EntryComponent getEntryComponent(int index);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy