Class EPanelData

    • Field Detail

      • setup

        public static final java.lang.String[] setup
        The setup array.
    • Constructor Detail

      • EPanelData

        public EPanelData()
        Creates a PanelData container without name and with a null value.
      • EPanelData

        public EPanelData​(Atom propertyAtom)
        Creates a PanelData container with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
    • Method Detail

      • getGroupText

        public java.lang.String getGroupText​(PropCnr[] pcs,
                                             java.lang.StringBuilder tooltip,
                                             boolean[] isHTML)
        Formats a string representation for the layout group. This method is called when a property has been changed for the group.
        Specified by:
        getGroupText in interface IELayoutProp
        Parameters:
        pcs - The property container being edited.
        tooltip - String buffer to fill with tool tip text.
        isHTML - Set [0] to true for HTML before returning if tooltip text is in HTML format.
        Returns:
        A string for the text label, the string buffer filled with the tooltip text.
      • getTransferProps

        public java.lang.Object[] getTransferProps()
        Returns the list of properties that are transferable between layout managers.
        Specified by:
        getTransferProps in interface ITransferContainerProps
        Returns:
        The list of String's or Atom's that are transferable, null for none.
      • verify

        public boolean verify​(PropVerification verification)
        Verifies this property container. The check performed is the extension of classes and that no circular reference is present.
        Specified by:
        verify in interface IGProp<GProp<?>[]>
        Overrides:
        verify in class PropCnr
        Parameters:
        verification - The property verification class.
        Returns:
        true if verification should proceed, false if disposed of and verification should not take place.