com.hp.lft.sdk.wpf

Class ToolBarDescription

    • Constructor Detail

      • ToolBarDescription

        public ToolBarDescription()
        Initializes a new instance of the ToolBarDescription class.
    • Method Detail

      • setName

        public void setName(java.lang.String name)
        Sets the name of the object.
        Parameters:
        name - the name of this object
      • setName

        public void setName(StringProperty name)
        Sets the name of the object.
        Parameters:
        name - a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
      • getName

        public StringProperty getName()
        Returns the name of this object.
        Returns:
        name the name of the object.