soot.jimple.infoflow.resources.controls.JavaSwingLayoutControl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soot-infoflow Show documentation
Show all versions of soot-infoflow Show documentation
Soot extending data flow tracking components for Java
package soot.jimple.infoflow.resources.controls;
/**
* Base class for all layout controls in Java Swing
*
* @author Steven Arzt
*
*/
public abstract class JavaSwingLayoutControl extends LayoutControl {
}