Class ClassOptionWithNamesEditComponent

    • Constructor Detail

      • ClassOptionWithNamesEditComponent

        public ClassOptionWithNamesEditComponent​(ClassOptionWithNames option)
    • Method Detail

      • editObject

        public void editObject()
      • addChangeListener

        public void addChangeListener​(ChangeListener l)
        Adds the listener to the internal set of listeners. Gets notified when the option string changes.
        Parameters:
        l - the listener to add
      • removeChangeListener

        public void removeChangeListener​(ChangeListener l)
        Removes the listener from the internal set of listeners.
        Parameters:
        l - the listener to remove
      • notifyChangeListeners

        protected void notifyChangeListeners()
        Notifies all registered change listeners that the options have changed.