Documentation of 'com.jstatcom.component.Card' Java class
Card
com.jstatcom.component

Interface Card

  • All Known Implementing Classes:
    ModelPanel, TSCalculator, TSSel


    public interface Card
    Should be implemented by components that are used together with CardDisplayPanel and that should be informed when they are shown or hidden.
    See Also:
    CardDisplayPanel
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void shown(boolean isShown)
      This method is called by CardDisplayPanel whenever a card component is shown or hidden.
    • Method Detail

      • shown

        void shown(boolean isShown)
        This method is called by CardDisplayPanel whenever a card component is shown or hidden.
        Parameters:
        isShown - true if the component is shown and was hidden before, false if it is hidden and was shown before

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.