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

commonsrc.ingenias.editor.cell.CompositeRenderer Maven / Gradle / Ivy

Go to download

The INGENIAS Meta-Editor core. It is a set of facilities to generate an editor from a detailed xml description

There is a newer version: 1.0.9
Show newest version
package ingenias.editor.cell;

import java.util.Map;

import javax.swing.JComponent;

import org.jgraph.graph.VertexRenderer;

import ingenias.editor.entities.Entity;

public abstract class CompositeRenderer extends VertexRenderer{
	
	  public abstract JComponent getConcreteSubComponent(String fieldname, Entity ent,Map cellAttributes); 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy