org.jdesktop.swingx.HorizontalLayoutBeanInfo Maven / Gradle / Ivy
The newest version!
package org.jdesktop.swingx;
import org.jdesktop.beans.BeanInfoSupport;
/**
* BeanInfo class for HorizontalLayout.
*
* @author Jan Stola
*/
public class HorizontalLayoutBeanInfo extends BeanInfoSupport {
/** ctor */
public HorizontalLayoutBeanInfo() {
super(HorizontalLayout.class);
}
@Override
protected void initialize() {
setHidden(true, "class");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy