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

jadex.base.gui.componentviewer.IComponentViewerPanel Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
package jadex.base.gui.componentviewer;

import jadex.base.gui.plugin.IControlCenter;
import jadex.bridge.IExternalAccess;
import jadex.commons.future.IFuture;

/**
 *  An inner panel of the viewer.
 */
public interface IComponentViewerPanel extends IAbstractViewerPanel
{
	/**
	 *  Called once to initialize the panel.
	 *  Called on the swing thread.
	 *  @param jcc	The jcc.
	 * 	@param component The component.
	 */
	public IFuture init(IControlCenter jcc, IExternalAccess component);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy