Class BP_DocumentationSubpanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BP_DocumentationSubpanel extends JPanel
See Also:
  • Field Details

    • subpanelNode

      protected TT_BasicNode subpanelNode
    • uif

      protected UIFactory uif
    • lastMsg

      protected String lastMsg
    • model

      protected com.sun.javatest.exec.BP_Model model
    • ttm

      protected com.sun.javatest.exec.TestTreeModel ttm
    • filtersInvalidated

      protected boolean filtersInvalidated
  • Constructor Details

    • BP_DocumentationSubpanel

      public BP_DocumentationSubpanel(UIFactory uif, com.sun.javatest.exec.BP_Model bpm, com.sun.javatest.exec.TestTreeModel ttm, ExecModel em)
      Creates a new instance of BP_DocumentationSubpanel
  • Method Details

    • updateSubpanel

      protected void updateSubpanel(TT_BasicNode currNode)
    • invalidateFilters

      protected void invalidateFilters()
      The test filters have either completely changed or they have changed state. In either case, subpanels should update anything which depends on the filters.
    • showMessage

      protected void showMessage(String msg)
    • showMesasge

      protected void showMesasge(I18NResourceBundle i18n, String key)
    • getLastMessage

      protected String getLastMessage()
    • showTest

      protected void showTest(TestResult tr)