Class DataSourcePanelGoogle


  • public class DataSourcePanelGoogle
    extends java.lang.Object
    A datasource panel for RMDataSource.
    • Constructor Summary

      Constructors 
      Constructor Description
      DataSourcePanelGoogle()
      Creates a new datasource panel.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RMDataSource getDataSource()
      Returns the datasource associated with this panel.
      RJPanel getUI()
      Returns the Swing UI panel.
      void resetUI()
      Updates Swing UI from datasource.
      void respondUI​(java.lang.Object anObj)
      Updates datasource from Swing UI.
      void setDataSource​(RMDataSource aDataSource)
      Sets the datasource associated with this panel.
      void setVisible​(boolean aFlag)
      Makes the datasource panel visible.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataSourcePanelGoogle

        public DataSourcePanelGoogle()
        Creates a new datasource panel.
    • Method Detail

      • getDataSource

        public RMDataSource getDataSource()
        Returns the datasource associated with this panel.
      • setDataSource

        public void setDataSource​(RMDataSource aDataSource)
        Sets the datasource associated with this panel.
      • setVisible

        public void setVisible​(boolean aFlag)
        Makes the datasource panel visible.
      • getUI

        public RJPanel getUI()
        Returns the Swing UI panel.
      • resetUI

        public void resetUI()
        Updates Swing UI from datasource.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates datasource from Swing UI.