Package wol.ui

Class EditHostPanel

    • Method Detail

      • getConfig

        public Machine getConfig()
        Returns the currently used configuration. This does not update the configuration. You need to update the configuration by calling
      • setConfig

        public void setConfig​(Machine config)
        Sets the configuration used by this Component.
        Parameters:
        config - the configuration
      • applyChanges

        public Machine applyChanges()
        Updates the underlying configuration. This does nothing if there is no underlying configuration.
        Returns:
        the updated configuration. Null if there is no current configuration.
      • isConfigValid

        public boolean isConfigValid()
      • hasChanges

        public boolean hasChanges()