jadex.android.controlcenter.componentViewer.tree.IAndroidTreeNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-runtimetools-android Show documentation
Show all versions of jadex-runtimetools-android Show documentation
The Jadex rules tools package contains
tools for the Jadex active components
infrastructure.
The newest version!
package jadex.android.controlcenter.componentViewer.tree;
import java.util.List;
import jadex.android.controlcenter.SubActivity;
import jadex.android.controlcenter.componentViewer.properties.PropertyItem;
import jadex.base.gui.asynctree.ITreeNode;
public interface IAndroidTreeNode extends ITreeNode
{
public Class extends SubActivity> getPropertiesActivityClass();
public PropertyItem[] getProperties();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy