Class DocumentAdapter

java.lang.Object
net.sourceforge.jnlp.controlpanel.DocumentAdapter
All Implemented Interfaces:
EventListener, DocumentListener

public class DocumentAdapter extends Object implements DocumentListener
Updates the property as it happens.
  • Constructor Details

    • DocumentAdapter

      public DocumentAdapter(String[] fields, int index)
      This creates a new instance of DocumentAdapter.
      Parameters:
      fields - The list of property.
      index - Location of property to modify.
    • DocumentAdapter

      public DocumentAdapter(DeploymentConfiguration config, String property)
      This creates a new instance of DocumentAdapter. This allows modifying the configuration directly.
      Parameters:
      config - ConfigurationFile containing the properties.
      property - Name of property to modify.
  • Method Details