Class EditQueryDialog

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

public class EditQueryDialog extends JDialog
Custom dialog for editing query information.
See Also:
  • Constructor Details

    • EditQueryDialog

      public EditQueryDialog(Project project, Query query)
  • Method Details

    • showModal

      public EditQueryDialog.ReturnStatus showModal()
    • onOk

      public void onOk()
      Called when ok button is pressed.
    • onCancel

      public void onCancel()
      Called when cancel button is pressed. By default will close and dispose window.
    • hasChanged

      public boolean hasChanged()
    • hasNameChanged

      public boolean hasNameChanged()
    • hasStarredChanged

      public boolean hasStarredChanged()
    • hasCommentsChanged

      public boolean hasCommentsChanged()