Class DFootPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class DFootPanel extends JPanel
An information panel displayed at the foot of every window.
See Also:
  • Constructor Details

    • DFootPanel

      public DFootPanel(DWindow parent)
      Constructs a foot panel
  • Method Details

    • setInformationText

      public void setInformationText(String message)
      setInformationText
    • setStatisticsText

      public void setStatisticsText(String message)
      Display statistical information. In case of a report table informations will be diplayed
    • setWaitInfo

      public void setWaitInfo(String message)
      change mode to wait state
    • setStatePanel

      public void setStatePanel(JPanel state)
      setBlockRecords inform user about nb records fetched and current one
    • unsetWaitInfo

      public void unsetWaitInfo()
      change mode to free state
    • setUserInterrupt

      public void setUserInterrupt(boolean allowed)
      set the info panel that current process accept user interrupt
    • getMaximumSize

      public Dimension getMaximumSize()
      Overrides:
      getMaximumSize in class JComponent