OpenAPI 1.0

com.aquafold.openapi.gui
Interface AQGUI


public interface AQGUI

This interface supplies Swing GUI components and functionality.

An instance of this interface is available to aquascripts via aqua.gui alias.


Method Summary
 AQChartPanel newChartPanel()
          Returns a Swing panel with a chart.
 AQGridResultsView newGridResultsView()
          Returns a Swing component capable of displaying grid results and chart.
 AQTableDataEditor newTableDataEditor()
           
 

Method Detail

newTableDataEditor

AQTableDataEditor newTableDataEditor()

newGridResultsView

AQGridResultsView newGridResultsView()
Returns a Swing component capable of displaying grid results and chart.


newChartPanel

AQChartPanel newChartPanel()
Returns a Swing panel with a chart.


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.