Class ResultSetEditor

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

public class ResultSetEditor extends ProjectFrame
An viewer/editor window for result sets. For displaying a table of results, use ResultSetTable.
See Also:
  • Constructor Details

    • ResultSetEditor

      public ResultSetEditor(Project project, Query query, ResultSet rs)
      Constructor
      Parameters:
      project -
      query -
      rs -
  • Method Details

    • attachToEditor

      public boolean attachToEditor()
      Try to attach to a parent frame. Does nothing if already attached to an editor.
    • getEditor

      public SessionEditor getEditor()
    • getListing

      public ResultListing getListing()
    • saveTable

      public void saveTable()
    • getTable

      public JTable getTable()
    • generateInventory

      public void generateInventory()
    • editColumns

      public void editColumns()
    • toggleExcluded

      public void toggleExcluded()
    • toggleShowExcluded

      public void toggleShowExcluded()
    • setJMenuBar

      public void setJMenuBar(JMenuBar menuBar)
      Overrides:
      setJMenuBar in class JFrame
    • setModified

      public void setModified(boolean modified)
      Overrides:
      setModified in class CommonModuleFrame
    • getTempProject

      public Project getTempProject()
    • setTempProject

      public void setTempProject(Project project)
    • getSession

      public Session getSession()
    • getQuery

      public Query getQuery()
    • getResultSet

      public ResultSet getResultSet()
    • saveData

      public boolean saveData() throws IOException
      Description copied from class: CommonModuleFrame
      Save window changes
      Overrides:
      saveData in class CommonModuleFrame
      Throws:
      IOException
    • close

      public void close()
      Overrides:
      close in class CommonModuleFrame