Package dataMap

Class SummaryPanel


public class SummaryPanel extends HidingDialogComponent
Display for summary data inserted at top of DataMap
Author:
Doug Gillespie
  • Constructor Details

  • Method Details

    • newDataSources

      public void newDataSources()
    • getComponent

      public JComponent getComponent()
      Specified by:
      getComponent in class HidingDialogComponent
      Returns:
      component to show in the hiding dialog panel
    • canHide

      public boolean canHide()
      Description copied from class: HidingDialogComponent
      Can hide - generally this should return true if at all possible however you may need to stop it hiding if any controls are in an impossible state. This function also gives users an opportunity to check / use any dialog parameters.
      Specified by:
      canHide in class HidingDialogComponent
      Returns:
      true if the panel can be hidden.
    • showComponent

      public void showComponent(boolean visible)
      Description copied from class: HidingDialogComponent
      Called when the component is about to be set visible or hidden.
      Specified by:
      showComponent in class HidingDialogComponent
    • getName

      public String getName()
      Description copied from class: HidingDialogComponent
      A short name - gets used when multiple components need to be tabbed up.
      Specified by:
      getName in class HidingDialogComponent
      Returns: