Class RenameCorpusDialog

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

public class RenameCorpusDialog extends JDialog
See Also:
  • Constructor Details

    • RenameCorpusDialog

      public RenameCorpusDialog(Project project)
      Default constructor
      Parameters:
      project -
    • RenameCorpusDialog

      public RenameCorpusDialog(Project project, String corpus)
      Constructor. Defaults the selected corpus.
      Parameters:
      project -
      corpus - the corpus to select
  • Method Details

    • createPanel

      public JPanel createPanel()
    • initializePanel

      protected void initializePanel()
      Initializer
    • wasCanceled

      public boolean wasCanceled()
    • getCorpusName

      public String getCorpusName()
    • getNewCorpusName

      public String getNewCorpusName()
    • validateForm

      public boolean validateForm()