Class DataSourcePanel


  • public class DataSourcePanel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DataSourcePanel​(RMEditor anEditor)
      Creates a new DataSourcePanel.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RMDataSource getDataSource()
      Returns the datasource currently displayed in the UI.
      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 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

      • DataSourcePanel

        public DataSourcePanel​(RMEditor anEditor)
        Creates a new DataSourcePanel.
    • Method Detail

      • 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.
      • getDataSource

        public RMDataSource getDataSource()
        Returns the datasource currently displayed in the UI. NB: this may not be the one set in the document
        Returns: