Class DelimitedSelector

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class DelimitedSelector
extends JDialog
A basic dialog which allows a user to select a delimited file, define the appropriate delimiter, and define the desired variable-name that should identify the imported table
See Also:
Serialized Form
  • Method Details

    • getOK

      public boolean getOK()
      Identifies if the dialog was closed by the "OK" button, or if the action was canceled
      Returns:
      True if the dialog was successfully closed via "OK" button
    • onCancel

      public void onCancel()
      Called when the dialog is canceled without success. The caller should check getOK() for exit-status of the dialog, which will indicate that the import should not proceed
    • $$$getRootComponent$$$

      public JComponent $$$getRootComponent$$$()