Class MenuBarData

  • All Implemented Interfaces:
    EventListener, IGProp<GProp<?>[]>, IPropCnr, java.lang.Cloneable
    Direct Known Subclasses:
    EMenuBarData

    public class MenuBarData
    extends LayoutProp
    The MenuBarData is the layout data for components in a container with MenuBarLayout.
    Author:
    Christopher Mindus
    • Constructor Detail

      • MenuBarData

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

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

        public MenuBarData​(Atom propertyAtom,
                           GProp<?>[] properties)
                    throws PropException
        Creates a MenuBarData container with the specified name and properties.
        Parameters:
        propertyAtom - the property atom.
        properties - the property array value for the property.
        Throws:
        PropException - as structural changes in containers on client is prohibited.