Class EnvironmentField

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyEditor, Serializable, Accessible, EnvironmentHandler, CustomPanelSupplier
Direct Known Subclasses:
FileEnvironmentField

@Deprecated public class EnvironmentField extends JPanel implements EnvironmentHandler, PropertyEditor, CustomPanelSupplier
Deprecated.
Widget that displays a label and a combo box for selecting environment variables. The enter arbitrary text, select an environment variable or a combination of both. Any variables are resolved (if possible) and resolved values are displayed in a tip-text.

This class is deprecated - use the version in weka.gui instead.
Version:
$Revision: 12232 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • EnvironmentField

      public EnvironmentField()
      Deprecated.
      Construct an EnvironmentField with no label.
    • EnvironmentField

      public EnvironmentField(Environment env)
      Deprecated.
      Construct an EnvironmentField with no label.
      Parameters:
      env - the environment variables to display in the drop-down box
    • EnvironmentField

      public EnvironmentField(String label, Environment env)
      Deprecated.
      Constructor.
      Parameters:
      label - the label to use
      env - the environment variables to display in the drop-down box
    • EnvironmentField

      public EnvironmentField(String label)
      Deprecated.
      Constructor.
      Parameters:
      label - the label to use
  • Method Details