Class UIBuildData


  • public class UIBuildData
    extends java.lang.Object
    Build data class.
    Author:
    Christopher Mindus
    • Constructor Detail

    • Method Detail

      • addComponent

        public void addComponent​(UIComp comp,
                                 ComplexOperation op)
                          throws PropException
        Adds the layout operation when the first components is added.
        Parameters:
        comp - Component to add.
        op - The complex operation.
        Throws:
        PropException - For property errors.