Interface NamedQueryResourceEditor.NamedQuerySubEditor

All Known Implementing Classes:
NamedQueryAuthoringPanel, NamedQuerySettingsPanel, NamedQueryTestingPanel
Enclosing class:
NamedQueryResourceEditor

public static interface NamedQueryResourceEditor.NamedQuerySubEditor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is when the report sub editor should store its settings onto the report object
    void
    This notifies the editor that it has been displayed
    void
    This notifies the editor that it has been hidden
  • Method Details

    • commitChanges

      void commitChanges(NamedQuery report)
      This is when the report sub editor should store its settings onto the report object
    • onActivate

      void onActivate()
      This notifies the editor that it has been displayed
    • onDeactivate

      void onDeactivate()
      This notifies the editor that it has been hidden