Class JoinFixSelector

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JoinFixSelector extends JPanel
Component for selecting a column renaming policy, used when joining tables.
Since:
16 Jun 2014
Author:
Mark Taylor
See Also:
  • Method Details

    • getJoinFixAction

      public uk.ac.starlink.table.JoinFixAction getJoinFixAction()
      Returns the column renaming policy currently selected in this component.
      Returns:
      join fix action
    • getFixer

      public uk.ac.starlink.ttools.task.JoinFixActionParameter.Fixer getFixer()
      Returns the STILTS parameter value corresponding to the current selection.
      Returns:
      fixer
    • getFixerSuffix

      public String getFixerSuffix()
      Returns the fixer suffix corresponding to the current selection, or null if the current selection doesn't make use of a suffix.
      Returns:
      fixer suffix, or null if not applicable
    • getSuffixField

      public JTextField getSuffixField()
      Returns the field giving the suffix used for column deduplication.
      Returns:
      suffix field
    • getActionSelector

      public JComboBox<?> getActionSelector()
      Returns the selector for the fix type.
      Returns:
      fix action selector
    • setEnabled

      public void setEnabled(boolean isEnabled)
      Overrides:
      setEnabled in class JComponent