Package org.jbpm.ui.properties

Examples of org.jbpm.ui.properties.StartImagePropertyDescriptor$ImageCellEditor


    }

    @Override
    protected List<IPropertyDescriptor> getCustomPropertyDescriptors() {
        List<IPropertyDescriptor> list = new ArrayList<IPropertyDescriptor>();
        list.add(new StartImagePropertyDescriptor("startProcessImage", Messages.getString("ProcessDefinition.property.startImage")));
        list.add(new PropertyDescriptor(PROPERTY_JPDL_VERSION, Messages.getString("ProcessDefinition.property.jpdlVersion")));
        return list;
    }
View Full Code Here

TOP

Related Classes of org.jbpm.ui.properties.StartImagePropertyDescriptor$ImageCellEditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.