Class RenameSessionDialog

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

public class RenameSessionDialog extends JDialog
See Also:
  • Constructor Details

    • RenameSessionDialog

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

      public RenameSessionDialog(Project project, String corpus, String session)
      Constructor. Default selects a corpus and session
      Parameters:
      project -
      corpus - the corpus to select
      session - the session to select
  • Method Details

    • createPanel

      public JPanel createPanel()
    • initializePanel

      protected void initializePanel()
      Initializer
    • validateForm

      public boolean validateForm()
    • wasCanceled

      public boolean wasCanceled()
    • getCorpus

      public String getCorpus()
    • getSessionName

      public String getSessionName()
    • getNewSessionName

      public String getNewSessionName()