Package jade.gui

Class VisualPropertiesList

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class VisualPropertiesList
    extends VisualStringList
    This class extends the VisualStringList in order to show a list of user defined property. To show these items correctly, have been overridden the methods: editElement to show the UserPropertyGui when required. removeElements since the superclass only maintain the key values is necessary to update properties.
    Version:
    $Date$ $Revision$
    Author:
    Tiziana Trucco - CSELT S.p.A
    See Also:
    VisualStringList, UserPropertyGui, Serialized Form
    • Method Detail

      • getContentProperties

        public Properties getContentProperties()
        This method must be used to retry the actual properties. The method getContent of the super class only returns the keys.
      • setContentProperties

        public void setContentProperties​(Properties p)
        This method must be used after a resetContent on this list to update the properties.