Class ParameterEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ParameterEditPanel
extends JPanel
Represents a parameter edit panel.
Version:
$Revision: 1.16 $
See Also:
Serialized Form
  • Constructor Details

    • ParameterEditPanel

      public ParameterEditPanel​(Parameter[] parameters, Map<?,​?> editTypes, Selection selection, String title, boolean fillSurroundingStyle, String heading)
      Instantiates a new edit panel.
      Parameters:
      parameters - DOCUMENT ME!
      editTypes - DOCUMENT ME!
      selection - DOCUMENT ME!
    • ParameterEditPanel

      public ParameterEditPanel​(Parameter[] parameters, Map<?,​?> editTypes, Selection selection, String title, boolean fillSurroundingStyle, String heading, JComponent descComponent)
  • Method Details

    • setEditTypeMap

      public void setEditTypeMap​(Map<?,​?> map)
      Sets the map of displayable types to the given map.
      Parameters:
      map - DOCUMENT ME!
    • setParameters

      public void setParameters​(Parameter[] params)
      Sets the paramter array this panel displays.
      Parameters:
      params -
    • getUpdatedParameters

      public Parameter[] getUpdatedParameters()
      Returns the array of parameters with the values updated from the dialog.
      Returns:
      Parameter[]
    • buildTable

      public void buildTable​(Selection selection, FolderPanel myPanel)
      Builds the table that is used for editing parameters
      Parameters:
      selection - list of parameters.
      myPanel - The folder Panel where the rows are added