Class MLDefaultItemProp

    • Constructor Detail

      • MLDefaultItemProp

        public MLDefaultItemProp()
        Constructor of the list item property without name.
      • MLDefaultItemProp

        public MLDefaultItemProp​(Atom atom)
        Constructor of the list item property.
        Parameters:
        atom - The name of this property.
    • Method Detail

      • getUIPanel

        public UIPanelBase getUIPanel()
        Gets the panel for the UI component.

        This method is defined for all UI components and only serves the purpose of a call in the default implementation in this interface.

        Returns:
        The panel, or null if not found.
      • getGroup

        public MLGroup getGroup()
        Gets the group for the default item.
        Returns:
        The group, or null if this property is orphaned.
      • getVSTable

        public VSTable getVSTable​(VSTableColumnReference ref)
        Gets the VSTable for a VSTableColumnReference instance.
        Specified by:
        getVSTable in interface IVSTableColumnReferenceOwner
        Parameters:
        ref - The reference instance, null when property-editing the reference in the Designer.
        Returns:
        The table for the reference, or null if not found.