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

org.jdesktop.swingx.VerticalLayoutBeanInfo Maven / Gradle / Ivy

package org.jdesktop.swingx;

import org.jdesktop.beans.BeanInfoSupport;

/**
 * BeanInfo class for VerticalLayout.
 * 
 * @author Jan Stola
 */
public class VerticalLayoutBeanInfo extends BeanInfoSupport {

    public VerticalLayoutBeanInfo() {
        super(VerticalLayout.class);        
    }
    
    @Override
    protected void initialize() {
        setHidden(true, "class");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy