jadex.base.gui.componentviewer.IComponentViewerPanel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-tools-base-swing Show documentation
Show all versions of jadex-tools-base-swing Show documentation
Reusable classes for starting Jadex, running test cases and building
JCC plugins.
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