Class ContextMenuInfo

    • Constructor Detail

      • ContextMenuInfo

        public ContextMenuInfo()
        Empty constructor of a RibbonInfo initialize private fields with default values.
      • ContextMenuInfo

        public ContextMenuInfo​(org.w3c.dom.Node root)
        Creates an RibbonInfo with the information in the xml node.
        Parameters:
        root - An XML Node with the information for this event map.
      • ContextMenuInfo

        public ContextMenuInfo​(java.lang.String name)
        Constructor for an RibbonInfo with the given the arguments.
        Parameters:
        name - The name of the RibbonInfo object.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name of the ribbon
      • getMenuModel

        public java.lang.String getMenuModel()
      • getMenuLayouts

        public java.lang.String getMenuLayouts()
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement